This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-13 17:46:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
History
Nate Begeman
569c439567
Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp
...
Now all constant folding in the code generator is in one place. llvm-svn: 25426
2006-01-18 22:35:16 +00:00
..
DAGCombiner.cpp
Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp
2006-01-18 22:35:16 +00:00
LegalizeDAG.cpp
Bug fix: missing LegalizeOp() on newly created nodes.
2006-01-17 19:47:13 +00:00
Makefile
Change Library Names Not To Conflict With Others When Installed
2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp
purity++
2005-12-29 05:59:19 +00:00
SelectionDAG.cpp
Constant fold ctpop/ctlz/cttz, and a couple other small cleanups
2006-01-16 08:07:10 +00:00
SelectionDAGISel.cpp
Temporary work around for a libcall insertion bug: If a target doesn't
2006-01-18 21:50:14 +00:00
SelectionDAGPrinter.cpp
Added an index field to GlobalAddressSDNode so it can represent X+12, etc.
2005-11-30 02:04:11 +00:00