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
*
Check for the correct size in the invariant marker.
Nick Lewycky
2012-02-20
1
-4
/
+30
*
Test case for r150978.
Benjamin Kramer
2012-02-20
1
-0
/
+13
*
InstCombine: When comparing two GEPs that were derived from the same base poi...
Benjamin Kramer
2012-02-20
1
-0
/
+26
*
InstCombine: Make OptimizePointerDifference more aggressive.
Benjamin Kramer
2012-02-20
1
-0
/
+26
*
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-20
1
-1
/
+12
*
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
1
-0
/
+38
*
Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...
Eli Friedman
2012-02-18
1
-0
/
+10
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-0
/
+122
*
Remove question.
Nick Lewycky
2012-02-17
1
-1
/
+0
*
Add support for invariant.start inside the static constructor evaluator. This is
Nick Lewycky
2012-02-17
1
-0
/
+34
*
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
1
-0
/
+20
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
108
-168
/
+101
*
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-16
1
-0
/
+33
*
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
1
-0
/
+39
*
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
1
-0
/
+35
*
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
1
-0
/
+51
*
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
1
-0
/
+244
*
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
1
-0
/
+7
*
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
1
-0
/
+9
*
GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
Benjamin Kramer
2012-02-09
1
-2
/
+4
*
The 'unwind' instruction is deprecated and will be removed, making this test
Bill Wendling
2012-02-06
1
-6
/
+0
*
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
1
-0
/
+10
*
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
1
-19
/
+0
*
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
1
-0
/
+22
*
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
1
-0
/
+77
*
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-03
2
-0
/
+37
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
9
-0
/
+633
*
Disable InstCombine unsafe folding bitcasts of calls w/ varargs.
Jim Grosbach
2012-02-01
2
-37
/
+0
*
Remove all references to the old EH.
Bill Wendling
2012-01-31
2
-8
/
+0
*
Update test to new EH model.
Bill Wendling
2012-01-31
1
-2
/
+2
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
2
-6
/
+16
*
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
2
-13
/
+12
*
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
2
-2
/
+13
*
Support pointer comparisons against constants, when looking at the inline-cost
Nick Lewycky
2012-01-25
1
-0
/
+39
*
Make Value::isDereferenceablePointer() handle unreachable code blocks. (This
Nick Lewycky
2012-01-23
1
-0
/
+28
*
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
1
-0
/
+43
*
Test case comments missing from my previous checkin.
Andrew Trick
2012-01-20
1
-0
/
+5
*
Fix CountCodeReductionForAlloca to more accurately represent what SROA can and
Nick Lewycky
2012-01-20
1
-0
/
+44
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
1
-0
/
+37
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
2
-2
/
+2
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-0
/
+2
*
Test case rename
Andrew Trick
2012-01-17
1
-0
/
+0
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
1
-0
/
+51
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-0
/
+113
*
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-14
1
-0
/
+50
*
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-13
2
-2
/
+155
*
Don't try to create a GEP when the pointee type is unsized (such GEPs
Duncan Sands
2012-01-11
1
-0
/
+12
*
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
1
-2
/
+2
*
If the global variable is removed by the linker, then don't constant merge it
Bill Wendling
2012-01-11
1
-0
/
+23
*
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-10
3
-0
/
+597
[next]