Allow PointerIntPairs to be created from const void *.
[oota-llvm.git] / test / Transforms /
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...
2012-06-08 Nuno Lopescanonicalize:
2012-06-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...
2012-06-07 Meador IngeAdding a missing -S to the opt invocation.
2012-06-06 Bill WendlingSpell optimization name correclty.
2012-06-06 Bill WendlingAnother testcase for r156548.
2012-06-06 Chad RosierFix combine of uno && ord -> false so that the ordering...
2012-06-06 Duncan SandsGrab-bag of reassociate tweaks. Unify handling of...
2012-06-06 Chad RosierRemove extraneous CHECK-NOTs from previous commit and...
2012-06-06 Chad RosierFileCheckize this test.
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-06-01 Nuno LopesBoundsChecking: fix a bug when the handling of recursiv...
2012-05-31 Nuno Lopesadd -bounds-checking-multiple-traps option to make...
2012-05-31 Nuno Lopesrevamp BoundsChecking considerably:
2012-05-31 Duncan SandsEnhance the sinking code to handle diamond patterns...
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-05-23 Kaelyn UhrainFix typo in flag to opt, and also a CHECK-NEXT that...
2012-05-23 Nuno LopesBoundsChecking: add a couple of simple tests and fix...
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2012-05-18 Dan GohmanFix replacing all the users of objc weak runtime routines
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Nuno Lopesadd test case for bugfix in r157032
2012-05-18 Joel JonesFileCheck-ify, apropos of nothing
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
next