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 PR1800 by correcting mistaken logic.
Chris Lattner
2007-11-16
1
-0
/
+10
*
Better check
Andrew Lenharth
2007-11-08
1
-1
/
+4
*
Fix PR1780
Andrew Lenharth
2007-11-08
1
-0
/
+19
*
Implement PR1777 by detecting dependent phis that
Chris Lattner
2007-11-06
1
-0
/
+31
*
Fix an abort in instcombine when folding creates a vector rem instruction.
Dan Gohman
2007-11-05
1
-0
/
+9
*
Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
Chris Lattner
2007-11-01
1
-0
/
+21
*
Fix InstCombine/2007-10-31-RangeCrash.ll
Chris Lattner
2007-11-01
1
-0
/
+35
*
Add support for folding binary operators with vector zero operands.
Dan Gohman
2007-10-30
1
-0
/
+35
*
update testcase
Chris Lattner
2007-10-29
1
-1
/
+1
*
Model stacksave and stackrestore as both writing memory, since we
Chris Lattner
2007-10-29
1
-0
/
+47
*
Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling
Chris Lattner
2007-10-29
1
-0
/
+24
*
Implement a couple of foldings for ordered and unordered comparisons,
Chris Lattner
2007-10-24
2
-0
/
+24
*
This test now passes.
Devang Patel
2007-10-19
1
-1
/
+1
*
XFAIL for now.
Devang Patel
2007-10-18
1
-0
/
+1
*
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-17
1
-0
/
+1
*
Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll
Chris Lattner
2007-10-12
1
-0
/
+38
*
testcase for PR1728
Chris Lattner
2007-10-12
1
-0
/
+26
*
Lower memcpy if it makes sense.
Devang Patel
2007-10-11
1
-0
/
+18
*
Testcase for PR1678.
Duncan Sands
2007-09-20
1
-0
/
+14
*
Instcombine x-((x/y)*y) into a remainder operator.
Dan Gohman
2007-09-17
2
-0
/
+16
*
Test that a call to a trampoline is turned into a call to
Duncan Sands
2007-09-11
1
-0
/
+24
*
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
1
-0
/
+13
*
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-07
1
-0
/
+14
*
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-06
1
-0
/
+10
*
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
1
-1
/
+1
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
17
-22
/
+22
*
oops, forgot to commit this.
Chris Lattner
2007-08-12
2
-2
/
+1
*
Transform a load from an undef/zero global into an undef/global even if we
Chris Lattner
2007-08-11
1
-0
/
+11
*
when we see a unaligned load from an insufficiently aligned global or
Chris Lattner
2007-08-09
1
-0
/
+14
*
It's safe to fold not of fcmp.
Nick Lewycky
2007-08-06
1
-0
/
+10
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-6
/
+8
*
I don't have time to restore this functionality right now.
Chris Lattner
2007-08-02
1
-0
/
+1
*
Reduced testcase for PR1594
Chris Lattner
2007-08-02
1
-0
/
+10
*
Enhance instcombine to be more aggressive about folding casts of
Chris Lattner
2007-08-02
1
-0
/
+12
*
Fix a bug in GetKnownAlignment of packed structs.
Lauro Ramos Venancio
2007-07-31
1
-0
/
+27
*
This xform isn't safe, removing it.
Chris Lattner
2007-07-21
1
-10
/
+0
*
Optimize alignment of loads and stores.
Dan Gohman
2007-07-20
1
-0
/
+66
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
200
-0
/
+8216