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
*
Remove empty test.
Benjamin Kramer
2011-08-02
1
-0
/
+0
*
Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...
Owen Anderson
2011-08-02
1
-38
/
+0
*
Add a small gep optimization I noticed was missing while reading some IL.
Rafael Espindola
2011-07-31
1
-0
/
+20
*
Clean up debug info after reassociation.
Devang Patel
2011-07-29
1
-0
/
+38
*
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they ...
Eli Friedman
2011-07-29
1
-2
/
+17
*
Teach the ConstantMerge pass about alignment. Fixes PR10514!
Nick Lewycky
2011-07-27
1
-2
/
+15
*
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-25
1
-0
/
+139
*
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-07-22
1
-6
/
+42
*
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
1
-0
/
+27
*
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
2011-07-21
1
-1
/
+1
*
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
1
-1
/
+20
*
LSR crashes on an empty IVUsers list.
Andrew Trick
2011-07-21
1
-0
/
+24
*
Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...
Eli Friedman
2011-07-20
1
-0
/
+37
*
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
1
-0
/
+39
*
indvars test case for r135558.
Andrew Trick
2011-07-20
1
-0
/
+7
*
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-20
1
-6
/
+29
*
PR10386: Don't try to split an edge from an indirectbr.
Eli Friedman
2011-07-19
1
-0
/
+52
*
Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteed
Nick Lewycky
2011-07-19
1
-11
/
+0
*
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
2
-3
/
+232
*
A real testcase for r135286.
Chad Rosier
2011-07-15
1
-36
/
+19
*
Add testcase for r135286.
Chad Rosier
2011-07-15
1
-0
/
+47
*
Change test case, one that actually failed before my commit.
Evan Cheng
2011-07-13
1
-1
/
+6
*
It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...
Evan Cheng
2011-07-13
1
-2
/
+19
*
Don't duplicate the work done by a gep into a "bitcast" if the gep has
Rafael Espindola
2011-07-11
1
-0
/
+16
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
17
-103
/
+78
*
more tests not making the jump into the brave new world.
Chris Lattner
2011-07-09
2
-183
/
+0
*
Added test cases for GVN signed intrinsics recognition, r134777.
Lang Hames
2011-07-09
1
-0
/
+38
*
Make GVN look through extractvalues for recognised intrinsics. GVN can then C...
Lang Hames
2011-07-08
1
-0
/
+47
*
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-06
2
-4
/
+55
*
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
1
-0
/
+26
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
2
-0
/
+254
*
PR10267: Don't combine an equality compare with an AND into an inequality com...
Benjamin Kramer
2011-07-04
1
-0
/
+12
*
indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.
Andrew Trick
2011-07-02
2
-4
/
+30
*
Improve constant folding of undef for cmp and select operators.
Dan Gohman
2011-07-01
1
-0
/
+28
*
Improve constant folding of undef for binary operators.
Dan Gohman
2011-07-01
1
-0
/
+99
*
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-30
1
-0
/
+29
*
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
1
-4
/
+38
*
indvars -disable-iv-rewrite: handle an edge case involving identity phis.
Andrew Trick
2011-06-30
1
-7
/
+32
*
indvars -disable-iv-rewrite: insert new trunc instructions carefully.
Andrew Trick
2011-06-29
1
-2
/
+31
*
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
1
-29
/
+0
*
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
1
-0
/
+29
*
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-29
1
-0
/
+37
*
FileCheckify and prepare for -disable-iv-rewrite.
Andrew Trick
2011-06-28
1
-7
/
+11
*
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-27
1
-0
/
+14
*
PR10180: Fix a instcombine crash with FP vectors.
Eli Friedman
2011-06-23
1
-0
/
+12
*
Add a reduced test case for the buildbot failure (clang self-hosted
Jay Foad
2011-06-21
1
-0
/
+182
*
indvars -disable-iv-rewrite: Adds support for eliminating identity
Andrew Trick
2011-06-21
1
-0
/
+1
*
This is an automatically reduced test case that crashed in GVN, at some
Jay Foad
2011-06-20
1
-0
/
+106
*
Remove support for parsing the "type i32" syntax for defining a numbered
Chris Lattner
2011-06-19
2
-6
/
+6
*
Fix PR10103: Less code for enum type translation.
Hans Wennborg
2011-06-18
2
-1
/
+37
[next]