Convert to the new EH model.
[oota-llvm.git] / test / Transforms /
2011-09-05 Benjamin KramerInstSimplify: Don't try to replace an extractvalue...
2011-09-05 Duncan SandsDelete trivial landing pads that just continue unwindin...
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-02 Andrew TrickTest case update for unroll-scev.
2011-09-02 Jakub StaszakExtra CHECK-NOT to make sure that GVN transform works...
2011-09-02 Andrew Trick-unroll-scev flag removal
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-09-02 Jakub StaszakCompare type size instead of type _store_ size to make...
2011-09-02 Bill WendlingUpdate to new EH scheme.
2011-09-01 Eli FriedmanFix test; sorry for any inconvenience.
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2011-09-01 Eli FriedmanAdd missing newline.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-08-31 Bill WendlingReenable test.
2011-08-31 Bill WendlingRevert accidental commit
2011-08-31 Eli FriedmanDisable this test until Bill fixes it properly.
2011-08-31 Bill WendlingUpdate to new EH scheme.
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Eli FriedmanAdd tests for the transformations SCCP can do on atomic...
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Bill WendlingUpdate the tests to the new EH scheme.
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-08-30 Owen AndersonRemove empty file.
2011-08-30 Owen AndersonSpeculatively revert r138809 in an attempt to fix Drago...
2011-08-30 Owen AndersonWhen walking backwards to eliminate final stores to...
2011-08-29 Bill WendlingUpdate tests to new EH model. Add landingpad instructio...
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-28 Nadav RotemBitcasts are transitive. Bitcast-Bitcast-X becomes...
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-26 Benjamin KramerSimplifyCFG: If we have a PHI node that can evaluate...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Nadav RotemFix a typo in the test from the previous commit.
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-22 Dan GohmanConstant pointers to objects don't need reference counting.
2011-08-22 Dan GohmanMake a few tests slightly more strict.
2011-08-20 Nadav RotemAdd constant folding support for bitcasts of splat...
2011-08-19 Eric ChristopherAdd file.
2011-08-19 Dan GohmanTrack a retain+release nesting level independently...
2011-08-17 Eli FriedmanAtomic load/store handling for the passes using memdep...
2011-08-17 Eli FriedmanSilly mistake from r137777; restore significant isStruc...
2011-08-16 Eli FriedmanAn additional atomic test; related to r137662.
2011-08-16 Eli FriedmanA bunch of misc fixes to SCCPSolver::ResolvedUndefsIn...
2011-08-16 Eli FriedmanMinor bug in SCCP found by inspection. (I don't think...
2011-08-16 Eli FriedmanFix test.
2011-08-16 Eli FriedmanRevert a bit of r137667; the logic in question can...
2011-08-16 Eric ChristopherMigrate this test from llvm/test/FrontendC++/ptr-to...
2011-08-15 Eli FriedmanUpdate SimplifyCFG for atomic operations.
2011-08-15 Eli FriedmanAdd comments and test for atomic load/store and mem2reg.
2011-08-15 Eli FriedmanUpdate instcombine for atomic load/store.
2011-08-15 Eli FriedmanAtomic load/store support in LICM.
2011-08-15 Eric ChristopherAdd an ipsccp test. Migrated from test/FrontendC++.
2011-08-14 Nick LewyckyThis transform is not safe. Thanks to Eli for pointing...
2011-08-14 Nick LewyckyDon't attempt to add 'nsw' when intermediate instructio...
2011-08-14 Nick LewyckyTeach instcombine to preserve the nsw bit by doing...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Dan GohmanDon't convert objc_autoreleaseReturnValue to objc_autor...
2011-08-12 Dan GohmanDon't let arbitrary calls disrupt nested retain+release...
2011-08-11 Andrew TrickA slew of unit tests for the recent LoopInfo::updateUnl...
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-10 Andrew TrickInvoke SimplifyIndVar when we partially unroll a loop...
2011-08-10 Andrew TrickFix the LoopUnroller to handle nontrivial loops and...
2011-08-09 Dan GohmanTidy up these testcases to look more like real code...
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-03 Nick LewyckyFix logical error when detecting lifetime intrinsics.
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-08-02 Nick LewyckyLifetime intrinsics on undef are dead.
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-07-27 Nick LewyckyTeach the ConstantMerge pass about alignment. Fixes...
2011-07-25 Nick LewyckyFinish adding support for lifetime intrinsics to SROA...
2011-07-22 Dan GohmanMove the last uses of RetainFunc etc. over to using...
2011-07-21 Dan GohmanFix MergeInVectorType to check for vector types with...
2011-07-21 Andrew TrickLSR, correct fix for rdar://9786536. Silly casting...
2011-07-21 Andrew TrickLSR must sometimes sign-extend before generating double...
2011-07-21 Andrew TrickLSR crashes on an empty IVUsers list.
2011-07-20 Eli FriedmanBring LICM into compliance with the new "Memory Model...
2011-07-20 Andrew Trickindvars: Added getInsertPointForUses to find a valid...
2011-07-20 Andrew Trickindvars test case for r135558.
2011-07-20 Andrew Trickindvars -disable-iv-rewrite fix: derived GEP IVs
2011-07-19 Eli FriedmanPR10386: Don't try to split an edge from an indirectbr.
2011-07-19 Nick LewyckyRemove bogus test: for all possible inputs of %X, the...
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
2011-07-15 Chad RosierA real testcase for r135286.
2011-07-15 Chad RosierAdd testcase for r135286.
2011-07-13 Evan ChengChange test case, one that actually failed before my...
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-11 Rafael EspindolaDon't duplicate the work done by a gep into a "bitcast...
next