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
/
Transforms
/
Scalar
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix InstCombine/2004-08-10-BoolSetCC.ll, a bug that is miscompiling
Chris Lattner
2004-08-11
1
-22
/
+21
*
Fix InstCombine/2004-08-09-RemInfLoop.llx
Chris Lattner
2004-08-09
1
-1
/
+1
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-2
/
+2
*
Fix a regression in InstCombine/xor.ll
Chris Lattner
2004-08-01
1
-2
/
+2
*
Fix De Morgan's name.
Misha Brukman
2004-07-30
1
-2
/
+2
*
Start using the PatternMatcher a bit.
Chris Lattner
2004-07-30
1
-112
/
+88
*
This change fixed a bug in the function visitMul. The prior version
Robert Bocchino
2004-07-27
1
-3
/
+3
*
Make the create...() functions for some of these passes return a FunctionPass *.
Brian Gaeke
2004-07-27
1
-1
/
+1
*
* Further cleanup.
Chris Lattner
2004-07-21
1
-9
/
+27
*
Make cast-cast code a bit more defensive
Chris Lattner
2004-07-21
1
-32
/
+42
*
Remove special casing of pointers and treat them generically as integers of
Chris Lattner
2004-07-21
1
-8
/
+5
*
Implement Transforms/InstCombine/IntPtrCast.ll
Chris Lattner
2004-07-20
1
-11
/
+16
*
Implement InstCombine/GEPIdxCanon.ll
Chris Lattner
2004-07-20
1
-1
/
+10
*
Rewrite cast->cast elimination code completely based on the information we
Chris Lattner
2004-07-20
1
-43
/
+53
*
Minor cleanup, no functionality change
Chris Lattner
2004-07-18
1
-7
/
+2
*
Delete a no-op loop.
Reid Spencer
2004-07-18
1
-9
/
+0
*
bug 122:
Reid Spencer
2004-07-18
1
-16
/
+13
*
Factor some code to handle "load (constantexpr cast foo)" just like
Chris Lattner
2004-07-13
1
-20
/
+32
*
Check to make sure types are sized before calling getTypeSize on them.
Chris Lattner
2004-07-06
1
-13
/
+15
*
Implement rem.ll:test3
Chris Lattner
2004-07-06
1
-0
/
+18
*
Fix a minor bug where we would go into infinite loops on some constants
Chris Lattner
2004-07-06
1
-1
/
+2
*
Implement InstCombine/sub.ll:test15: X % -Y === X % Y
Chris Lattner
2004-07-06
1
-2
/
+9
*
Implement add.ll:test22, a common case in MSIL files
Chris Lattner
2004-07-03
1
-0
/
+18
*
Do not call getTypeSize on a type that has no size
Chris Lattner
2004-07-02
1
-1
/
+2
*
Implement InstCombine/add.ll:test21
Chris Lattner
2004-06-27
1
-1
/
+6
*
Implement Transforms/InstCombine/and.ll:test17, a common case that
Chris Lattner
2004-06-18
1
-3
/
+15
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-29
/
+5
*
Fix a bug in my checkin from last night that caused miscompilations of
Chris Lattner
2004-06-10
1
-5
/
+1
*
More minor cleanups
Chris Lattner
2004-06-10
1
-11
/
+8
*
Eliminate many occurrances of Instruction::
Chris Lattner
2004-06-10
1
-134
/
+112
*
Implement InstCombine/select.ll:test15*
Chris Lattner
2004-06-09
1
-40
/
+90
*
Be more careful about the order we put stuff onto the worklist. This allow u...
Chris Lattner
2004-06-09
1
-19
/
+19
*
Implement select.ll:test14*
Chris Lattner
2004-06-09
1
-35
/
+59
*
Fix InstCombine/load.ll & PR347.
Chris Lattner
2004-05-27
1
-12
/
+24
*
Implement InstCombine:shift.ll:test16, which turns (X >> C1) & C2 != C3
Chris Lattner
2004-05-25
1
-0
/
+35
*
Implement instcombine/cast.ll:test16:
Chris Lattner
2004-05-25
1
-0
/
+5
*
This was not meant to be committed
Chris Lattner
2004-05-13
1
-7
/
+0
*
Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow
Chris Lattner
2004-05-13
1
-0
/
+7
*
Fix stupid bug in my checkin yesterday
Chris Lattner
2004-05-08
1
-2
/
+1
*
Implement folding of GEP's like:
Chris Lattner
2004-05-07
1
-53
/
+43
*
Fix PR336: The instcombine pass asserts when visiting load instruction
Chris Lattner
2004-05-07
1
-2
/
+3
*
Minor efficiency tweak, suggested by Patrick Meredith
Chris Lattner
2004-05-04
1
-4
/
+4
*
Make sure to reprocess instructions used by deleted instructions to avoid
Chris Lattner
2004-05-01
1
-5
/
+12
*
Make sure the instruction combiner doesn't lose track of instructions
Chris Lattner
2004-05-01
1
-3
/
+6
*
Fix a major pessimization in the instcombiner. If an allocation instruction
Chris Lattner
2004-04-30
1
-1
/
+1
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-1
/
+4
*
Instcombine X/-1 --> 0-X
Chris Lattner
2004-04-26
1
-1
/
+5
*
Fix a HUGE pessimization on X86. The indvars pass was taking this
Chris Lattner
2004-04-17
1
-1
/
+4
*
Fix some really nasty dominance bugs that were exposed by my patch to
Chris Lattner
2004-04-16
1
-29
/
+12
*
ADd a trivial instcombine: load null -> null
Chris Lattner
2004-04-14
1
-2
/
+5
[next]