index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
DAGCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing #include, patch courtesy of Baptiste Lepilleur.
Chris Lattner
2005-09-09
1
-0
/
+1
*
Last round of 2-node folds from SD.cpp. Will move on to 3 node ops such
Nate Begeman
2005-09-09
1
-0
/
+103
*
Move yet more folds over to the dag combiner from sd.cpp
Nate Begeman
2005-09-08
1
-10
/
+59
*
Another round of dag combiner changes. This fixes some missing XOR folds
Nate Begeman
2005-09-07
1
-13
/
+44
*
Implement a common missing fold, (add (add x, c1), c2) -> (add x, c1+c2).
Nate Begeman
2005-09-07
1
-8
/
+14
*
Add an option to the DAG Combiner to enable it for beta runs, and turn on
Nate Begeman
2005-09-07
1
-5
/
+6
*
Next round of DAGCombiner changes. This version now passes all the tests
Nate Begeman
2005-09-06
1
-236
/
+231
*
Next round of DAG Combiner changes. Just need to support multiple return
Nate Begeman
2005-09-02
1
-302
/
+325
*
Implement first round of feedback from chris (there's still a couple things
Nate Begeman
2005-09-01
1
-201
/
+137
*
Add the rest of the currently implemented visit routines to the switch
Nate Begeman
2005-09-01
1
-22
/
+36
*
First pass at the DAG Combiner. It isn't used anywhere yet, but it should
Nate Begeman
2005-09-01
1
-0
/
+1056