Ignore the documentation-suggested location for compile_commands.json
[oota-llvm.git] / test / Transforms /
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-14 Craig TopperChange greater than to greater than or equal so that...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-10 Pete CooperFix crash when when do lto on Bullet. Dynamic GEPs...
2012-08-08 Eli FriedmanisAllocLikeFn is allowed to return true for functions...
2012-08-08 Dan GohmanAvoid recomputing the unique exit blocks and their...
2012-08-07 Bob WilsonFix a serious typo in InstCombine's optimization of...
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-07-30 Nadav RotemWhen constant folding GEP expressions, keep the address...
2012-07-29 Nick LewyckyAdd testcases for GlobalOpt changes in r160693 and...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-27 Nuno Lopesfix infinite loop in instcombine in the presence of...
2012-07-26 Pete CooperSimplify demanded bits of select sources where the...
2012-07-26 Pete CooperTeach SimplifyDemandedBits how to look through fpext...
2012-07-26 Duncan SandsStop reassociate from looking through expressions of...
2012-07-25 Duncan SandsDon't perform an overaligned load in this test, since...
2012-07-25 Duncan SandsWhen folding a load from a global constant, if the...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-24 Nick LewyckyTeach globalopt to not nuke all stores to globals....
2012-07-23 Dan GohmanAn objc_retain can serve as a may-use for a different...
2012-07-21 Nick LewyckyRevert r160602.
2012-07-21 Nick LewyckyTeach globalopt to play nice with leak checkers. This...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Richard OsborneFix assertion in jump threading (PR13405).
2012-07-19 Nick LewyckyRevert r160529 due to crashes.
2012-07-19 Nick LewyckyDon't wipe out global variables that are probably stori...
2012-07-18 Andrew TrickAdded unit test for PR13361: LSR + SCEV "hangs" on...
2012-07-18 Andrew Trickindvars: Linear function test replace should avoid...
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 NAKAMURA Takumillvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe...
2012-07-16 Nuno Lopesfix PR13339 (remove the predecessor from the unwind...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-12 Evan ChengInstcombine was transforming:
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2012-07-03 Nuno LopesBoundsChecking: optimize out the check for offset ...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Nuno Lopesfix the regression I introduced in r159385 (it's necess...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-29 Duncan SandsFix a reassociate crash on sozefx when compiling with...
2012-06-28 Nuno Lopesmake simplifyCFG erase invokes to readonly/readnone...
2012-06-28 Nuno Lopesmake instcombine produce calls to llvm.donothing instea...
2012-06-28 Nuno Lopesmake LazyValueInfo analyze the default case of switch...
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-28 Nuno Lopesmake LVI::getEdgeValue() always intersect the constrain...
2012-06-27 Matt Beaumont-GayRevert r159136 due to PR13124.
2012-06-27 Duncan SandsSome reassociate optimizations create new instructions...
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-26 Duncan SandsReplacing zero-sized alloca's with a null pointer is...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-25 Nuno Lopesrevert my previous commit (r159173), since as Eli point...
2012-06-25 Nuno Lopesdo not set realloc() as NotAlias, since it can return...
2012-06-25 Dan GohmanFix the objc_autoreleasedReturnValue optimization code...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-22 Jakob Stoklund OlesenRevert remaining part of r93200: "Disable folding sext...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-15 Andrew TrickUnit test for LSR kind=Special fix: r158536.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-06-14 Pete CooperRevert r158454: Allow SROA to look at a vector type...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Manman RenInstCombine: fix a bug when combining (fcmp cc0 x,...
2012-06-13 Pete CooperRevert "Allow SROA to look at a vector type and see...
2012-06-13 Pete CooperAllow SROA to look at a vector type and see if the...
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-10 Benjamin KramerInstCombine: Turn (zext A) == (B & (1<<X)-1) into A...
next