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
*
Move something that should be in the dag combiner from the legalizer to the
Nate Begeman
2006-12-11
1
-0
/
+14
*
Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
Chris Lattner
2006-12-07
1
-1
/
+4
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-17
/
+15
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
For better or worse, load from i1 is assumed to be zero extended. Do not
Chris Lattner
2006-11-27
1
-1
/
+6
*
Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
Chris Lattner
2006-11-20
1
-2
/
+2
*
Fix an incorrectly inverted condition.
Evan Cheng
2006-11-16
1
-1
/
+1
*
disallow preinc of a frameindex. This is not profitable and causes 2-addr
Chris Lattner
2006-11-11
1
-5
/
+11
*
reduce indentation by using early exits. No functionality change.
Chris Lattner
2006-11-11
1
-154
/
+161
*
move big chunks of code out-of-line, no functionality change.
Chris Lattner
2006-11-11
1
-235
/
+241
*
Fix a dag combiner bug exposed by my recent instcombine patch. This fixes
Chris Lattner
2006-11-10
1
-1
/
+1
*
When forming a pre-indexed store, make sure ptr isn't the same or is a pred o...
Evan Cheng
2006-11-10
1
-7
/
+16
*
Don't attempt expensive pre-/post- indexed dag combine if target does not sup...
Evan Cheng
2006-11-09
1
-1
/
+18
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
1
-2
/
+2
*
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-09
1
-3
/
+1
*
Match more post-indexed ops.
Evan Cheng
2006-11-08
1
-2
/
+6
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
1
-1
/
+0
*
- When performing pre-/post- indexed load/store transformation, do not worry
Evan Cheng
2006-11-08
1
-90
/
+29
*
Fixed a minor bug preventing some pre-indexed load / store transformation.
Evan Cheng
2006-11-08
1
-3
/
+3
*
Fix a obscure post-indexed load / store dag combine bug.
Evan Cheng
2006-11-08
1
-1
/
+1
*
Add post-indexed load / store transformations.
Evan Cheng
2006-11-07
1
-49
/
+198
*
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
[next]