aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-091-1/+2
* teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes2012-07-065-15/+103
* BoundsChecking: optimize out the check for offset < 0 if size is known to be...Nuno Lopes2012-07-031-2/+6
* Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2012-07-021-1/+1
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-0271-75/+75
* GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands2012-07-021-1/+3
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0211-12/+12
* fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes2012-07-021-0/+33
* IntRange:Stepan Dyatkovskiy2012-07-021-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02195-232/+232
* Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands2012-06-291-0/+11
* make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes2012-06-281-1/+40
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-281-1/+1
* make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes2012-06-281-0/+23
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-282-2/+36
* make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes2012-06-281-0/+44
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-271-14/+0
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-271-0/+14
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-262-28/+16
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-261-1/+7
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-264-28/+28
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-251-1/+1
* do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes2012-06-251-1/+1
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-251-4/+31
* improve optimization of invoke instructions:Nuno Lopes2012-06-252-1/+46
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-251-0/+14
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-241-0/+3
* Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky2012-06-241-0/+18
* Remove a dangling reference to a deleted instruction. Fixes PR13185!Nick Lewycky2012-06-241-0/+11
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-231-0/+26
* Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"Jakob Stoklund Olesen2012-06-221-6/+7
* instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes2012-06-211-0/+47
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng2012-06-212-9/+23
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-211-0/+24
* hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes2012-06-211-0/+13
* port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes2012-06-212-46/+7
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-211-1/+1
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-171-33/+62
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-161-0/+49
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-161-0/+55
* Unit test for LSR kind=Special fix: r158536.Andrew Trick2012-06-151-0/+102
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-151-0/+83
* Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola2012-06-151-0/+12
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-151-0/+25
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-7/+18
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-141-4/+20
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-141-18/+7
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-7/+18
* InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren2012-06-141-0/+11
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-131-4/+7