index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some CHECK lines which were ignored by accident.
Benjamin Kramer
2009-12-12
1
-2
/
+2
*
Generalize this optimization to work on equality comparisons between any two
Nick Lewycky
2009-12-05
1
-3
/
+33
*
fix PR5673 by being more careful about pointers to functions.
Chris Lattner
2009-12-03
1
-0
/
+11
*
merge sext-2 into sext.ll
Chris Lattner
2009-12-02
2
-14
/
+12
*
rename test
Chris Lattner
2009-12-02
1
-0
/
+0
*
filecheckize
Chris Lattner
2009-12-02
1
-15
/
+54
*
Fixed an assertion failure for tracking sext of a vector of integers
Mon P Wang
2009-12-02
1
-0
/
+14
*
Teach ConstantFolding to do a better job when folding gep(bitcast).
Nick Lewycky
2009-11-29
1
-1
/
+1
*
add testcases for the foo_with_overflow op xforms added recently and
Chris Lattner
2009-11-29
1
-3
/
+70
*
Implement PR5634.
Chris Lattner
2009-11-29
1
-1
/
+43
*
Fix PR5471 by removing an instcombine xform. Some pieces of the code
Chris Lattner
2009-11-26
2
-0
/
+13
*
Make ConstantFoldConstantExpression recursively visit the entire
Dan Gohman
2009-11-23
2
-3
/
+3
*
Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This
Nick Lewycky
2009-11-23
1
-1
/
+0
*
Revert r88830 and r88831 which appear to have caused a selfhost buildbot some
Nick Lewycky
2009-11-15
1
-0
/
+1
*
Correct typo.
Nick Lewycky
2009-11-15
1
-1
/
+1
*
Teach instcombine to look for booleans in wider integers when it encounters a
Nick Lewycky
2009-11-15
1
-0
/
+28
*
Don't trivially delete unused calls to llvm.invariant.start. This allows
Duncan Sands
2009-11-11
1
-0
/
+16
*
unify the code that determines whether it is a good idea to change the type
Chris Lattner
2009-11-10
2
-2
/
+2
*
if a 'with overflow' intrinsic just has the normal result used, simplify
Chris Lattner
2009-11-09
1
-0
/
+12
*
enhance PHI slicing to handle the case when a slicable PHI is begin
Chris Lattner
2009-11-09
1
-0
/
+45
*
Teach an instcombine to not pull trunc instructions through PHI nodes
Chris Lattner
2009-11-08
1
-12
/
+45
*
reapply r8644[3-5] with only the scary part
Chris Lattner
2009-11-08
2
-0
/
+64
*
Speculatively revert r8644[3-5], they seem to be leading to infinite loops in
Daniel Dunbar
2009-11-08
2
-64
/
+0
*
another more interesting test.
Chris Lattner
2009-11-08
1
-0
/
+31
*
feature test for the new transformation in r86443
Chris Lattner
2009-11-08
1
-1
/
+30
*
teach a couple of instcombine transformations involving PHIs to
Chris Lattner
2009-11-08
2
-0
/
+4
*
make instcombine only rewrite a chain of computation
Chris Lattner
2009-11-07
5
-0
/
+10
*
move two functions up higher in the file. Delete a useless argument
Chris Lattner
2009-11-04
1
-1
/
+38
*
filecheckize this test.
Chris Lattner
2009-11-04
1
-56
/
+121
*
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-11-03
15
-0
/
+15
*
fix instcombine to only do store sinking when the alignments
Chris Lattner
2009-11-02
1
-0
/
+18
*
merge a test into store.ll
Chris Lattner
2009-11-02
2
-37
/
+45
*
convert to filecheck
Chris Lattner
2009-11-02
1
-2
/
+6
*
merge phi-merge.ll into phi.ll
Chris Lattner
2009-11-01
2
-31
/
+33
*
when merging two loads, make sure to take the min of their alignment,
Chris Lattner
2009-11-01
1
-0
/
+26
*
fix a bug noticed by inspection: when instcombine sinks loads through
Chris Lattner
2009-11-01
1
-0
/
+21
*
convert to filecheck.
Chris Lattner
2009-11-01
1
-20
/
+49
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
1
-1
/
+11
*
Code that checks WillNotOverflowSignedAdd before creating an Add
Dan Gohman
2009-10-26
2
-2
/
+2
*
reapply r85085 with a bugfix to avoid infinite looping.
Chris Lattner
2009-10-26
1
-1
/
+0
*
Revert 85085. It causes infinite looping during llvm-gcc build.
Evan Cheng
2009-10-26
1
-0
/
+1
*
Implement PR3266 & PR5276, folding:
Chris Lattner
2009-10-26
2
-13
/
+16
*
convert or.ll to filecheck and merge or2 into it.
Chris Lattner
2009-10-25
2
-71
/
+128
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-2
/
+4
*
fix PR5262.
Chris Lattner
2009-10-22
1
-1
/
+27
*
revert r84754, it isn't the right approach. Edwin, please propose
Chris Lattner
2009-10-21
1
-54
/
+0
*
Make changes to rev 84292 as requested by Chris Lattner.
Victor Hernandez
2009-10-21
1
-1
/
+5
*
Fix PR5262: when folding select into PHI, make sure all operands are available
Torok Edwin
2009-10-21
2
-0
/
+109
*
remove a now-pointless regtest
Chris Lattner
2009-10-18
1
-15
/
+0
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
6
-10
/
+9
[next]