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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't branch fold inline asm statements.
Bill Wendling
2007-10-19
1
-0
/
+18
*
This test now passes.
Devang Patel
2007-10-19
1
-1
/
+1
*
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
1
-0
/
+12
*
XFAIL for now.
Devang Patel
2007-10-18
1
-0
/
+1
*
Do not raise free() call that is called through invoke instruction.
Devang Patel
2007-10-17
1
-0
/
+17
*
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
*
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-05
1
-0
/
+29
*
Relax unsafe use check. If there is one unconditional use inside the loop the...
Devang Patel
2007-10-01
1
-0
/
+21
*
Handle multiple induction variables.
Devang Patel
2007-09-25
1
-0
/
+59
*
Add transformation to update loop interation space. Now,
Devang Patel
2007-09-25
1
-0
/
+57
*
Do not promote null values because it may be unsafe to do so.
Devang Patel
2007-09-24
1
-0
/
+46
*
Fix PR1692
Devang Patel
2007-09-21
1
-0
/
+63
*
Testcase for PR1678.
Duncan Sands
2007-09-20
1
-0
/
+14
*
Excuse me.
Nick Lewycky
2007-09-20
1
-1
/
+1
*
Fix optimization. %x = sub %x, %y does not imply that %y is zero.
Nick Lewycky
2007-09-20
1
-0
/
+102
*
Avoid unsafe promotion.
Devang Patel
2007-09-19
1
-0
/
+35
*
rename test, it is obviously misspelled
Gabor Greif
2007-09-18
1
-0
/
+0
*
Fix PR1657
Devang Patel
2007-09-18
1
-0
/
+26
*
Instcombine x-((x/y)*y) into a remainder operator.
Dan Gohman
2007-09-17
2
-0
/
+16
*
remove obsolete tests.
Chris Lattner
2007-09-15
3
-17
/
+0
*
Test that a call to a trampoline is turned into a call to
Duncan Sands
2007-09-11
1
-0
/
+24
*
remove obsolete testcase
Chris Lattner
2007-09-10
1
-9
/
+0
*
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
1
-0
/
+13
*
Add missing llvm-dis.
Dale Johannesen
2007-09-10
1
-1
/
+1
*
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
1
-0
/
+10
*
Filter exit conditions which are not yet handled.
Devang Patel
2007-09-10
1
-0
/
+50
*
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
4
-5
/
+5
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
1
-0
/
+47
*
Constant split values needs upper bound and lower bound check, just like any ...
Devang Patel
2007-08-25
1
-0
/
+52
*
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-25
1
-0
/
+52
*
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-20
2
-4
/
+2
*
Add loop index split tests.
Devang Patel
2007-08-17
7
-0
/
+325
*
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-08-15
4
-4
/
+4
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
38
-48
/
+48
*
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
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-0
/
+55
*
Enhance instcombine to be more aggressive about folding casts of
Chris Lattner
2007-08-02
1
-0
/
+12
*
Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll
Chris Lattner
2007-08-02
1
-0
/
+814
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-0
/
+30
[next]