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 comment.
Evan Cheng
2006-11-06
1
-4
/
+10
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-1
/
+1
*
Added pre-indexed store support.
Evan Cheng
2006-11-05
1
-10
/
+24
*
Rename
Evan Cheng
2006-11-03
1
-1
/
+1
*
Remove dead variable. Fix 80 column violations.
Reid Spencer
2006-11-03
1
-3
/
+3
*
Added DAG combiner transformation to generate pre-indexed loads.
Evan Cheng
2006-11-03
1
-0
/
+112
*
For PR786:
Reid Spencer
2006-11-02
1
-9
/
+5
*
Add option for controlling inclusion of global AA.
Jim Laskey
2006-10-18
1
-6
/
+12
*
Use global info for alias analysis.
Jim Laskey
2006-10-18
1
-9
/
+38
*
Fix CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
Chris Lattner
2006-10-17
1
-1
/
+1
*
Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimizat...
Jim Laskey
2006-10-17
1
-8
/
+4
*
Make sure operand does have size and element type operands.
Evan Cheng
2006-10-17
1
-1
/
+2
*
Be careful when looking through a vbit_convert. Optimizing this:
Evan Cheng
2006-10-16
1
-2
/
+11
*
Pass AliasAnalysis thru to DAGCombiner.
Jim Laskey
2006-10-16
1
-4
/
+11
*
Tidy up after truncstore changes.
Jim Laskey
2006-10-14
1
-46
/
+9
*
Make sure that the node returned by SimplifySetCC is added to the worklist
Chris Lattner
2006-10-14
1
-0
/
+5
*
fold setcc of a setcc.
Chris Lattner
2006-10-14
1
-24
/
+40
*
When SimplifySetCC was moved to the DAGCombiner, it was never removed from
Chris Lattner
2006-10-14
1
-40
/
+8
*
Reduce the workload by not adding chain users to work list.
Jim Laskey
2006-10-13
1
-13
/
+29
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-42
/
+34
*
Lower X%C into X/C+stuff. This allows the 'division by a constant' logic to
Chris Lattner
2006-10-12
1
-0
/
+24
*
add a minor dag combine noticed when looking at PR945
Chris Lattner
2006-10-12
1
-0
/
+7
*
D'oh - need to use the rigth kind of store.
Jim Laskey
2006-10-12
1
-3
/
+6
*
Alias analysis of TRUNCSTORE.
Jim Laskey
2006-10-11
1
-1
/
+28
*
Handle aliasing of loadext.
Jim Laskey
2006-10-11
1
-15
/
+19
*
Fix regression in combiner alias analysis.
Jim Laskey
2006-10-11
1
-22
/
+33
*
Naming consistency.
Evan Cheng
2006-10-11
1
-10
/
+10
*
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-09
1
-144
/
+155
*
Eliminate more token factors by taking advantage of transitivity:
Chris Lattner
2006-10-08
1
-0
/
+25
*
Combiner alias analysis passes Multisource (release-asserts.)
Jim Laskey
2006-10-07
1
-88
/
+71
*
Make use of getStore().
Evan Cheng
2006-10-05
1
-8
/
+4
*
Alias analysis code clean ups.
Jim Laskey
2006-10-05
1
-163
/
+146
*
More extensive alias analysis.
Jim Laskey
2006-10-04
1
-201
/
+203
*
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-04
1
-35
/
+32
*
Load chain check is not needed
Jim Laskey
2006-09-26
1
-24
/
+1
*
Chain can be any operand
Jim Laskey
2006-09-26
1
-11
/
+9
*
Wrong size for load
Jim Laskey
2006-09-26
1
-2
/
+8
*
Can't move a load node if it's chain is not used.
Jim Laskey
2006-09-26
1
-1
/
+22
*
Accidental enable of bad code
Jim Laskey
2006-09-25
1
-1
/
+1
*
Fix chain dropping in load and drop unused stores in ret blocks.
Jim Laskey
2006-09-25
1
-7
/
+14
*
Core antialiasing for load and store.
Jim Laskey
2006-09-25
1
-53
/
+282
*
Make it work for DAG combine of multi-value nodes.
Evan Cheng
2006-09-21
1
-2
/
+7
*
core corrections
Jim Laskey
2006-09-21
1
-10
/
+4
*
Basic "in frame" alias analysis.
Jim Laskey
2006-09-21
1
-2
/
+50
*
fold (aext (and (trunc x), cst)) -> (and x, cst).
Chris Lattner
2006-09-21
1
-0
/
+15
*
Check the right value type. This fixes 186.crafty on x86
Chris Lattner
2006-09-21
1
-1
/
+2
*
Compile:
Chris Lattner
2006-09-21
1
-0
/
+14
*
Generalize (zext (truncate x)) and (sext (truncate x)) folding to work when
Chris Lattner
2006-09-21
1
-9
/
+24
*
Compile:
Chris Lattner
2006-09-20
1
-3
/
+4
*
Fold the full generality of (any_extend (truncate x))
Chris Lattner
2006-09-20
1
-3
/
+9
[next]