summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-18
* Add test for r133251.Nick Lewycky2011-06-18
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-18
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-17
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-17
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Fix ARCOpt to insert releases on both successors of an invoke ratherDan Gohman2011-06-16
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Avoid fusing bitcasts with dynamic allocas if the amount-to-allocateStuart Hastings2011-06-13
* InstCombine: Fold A-b == C --> b == A-C if A and C are constants.Benjamin Kramer2011-06-13
* InstCombine: Shrink ((zext X) & C1) == C2 to fold away the cast if the "zext"...Benjamin Kramer2011-06-12
* Simplify code. No functionality changes, name changes aside.Benjamin Kramer2011-06-12
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-09
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-09
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-08
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-06-06
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-04
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-04
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-04
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-03
* Test case pasto (failed when run with IR verifier).Andrew Trick2011-06-02
* PR10067: Add missing safety check to call return transformation in MemCpyOpt:...Eli Friedman2011-06-02
* When marking a block as being unanalyzable, use "Clobber" on the terminator i...Eli Friedman2011-06-02
* Reapply 132348 with fixes. rdar://problem/6501862Stuart Hastings2011-06-01
* First, do no harm -- even if we can't find a selector for an enclosingJohn McCall2011-06-01
* scev: Better sign-extend removal. Normalize postincrement recurrencesAndrew Trick2011-05-31
* Revert to pacify a buildbot. rdar://problem/6501862Stuart Hastings2011-05-31
* Followup to 132316; accept arbitrary constants, add with a constant,Stuart Hastings2011-05-31
* (1 - X) * (-2) -> (x - 1) * 2, for all positive nonzero powers of 2Stuart Hastings2011-05-30
* Add the test case for phis in the outer landing pad during the inliner'sJohn McCall2011-05-30
* Add testcase for r132290, to check for the crasher caught by the buildbotsNick Lewycky2011-05-29
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-29
* ConstantFoldInstOperands doesn't like compares, hand it off to instsimplify i...Benjamin Kramer2011-05-28
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-28
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-27
* InstCombine: Make switch folding with equality compares more aggressive by tr...Benjamin Kramer2011-05-27
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-26
* indvars: incremental fixes for -disable-iv-rewrite and testcases.Andrew Trick2011-05-26
* PR9998: ashr exact %x, 31 is not equivalent to sdiv exact %x, -2147483648.Eli Friedman2011-05-25
* indvars: fixed IV cloning in -disable-iv-rewrite mode with associatedAndrew Trick2011-05-25
* Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich2011-05-24
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* FileCheck-ize a couple of IV unit tests.Andrew Trick2011-05-24
* Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.Andrew Trick2011-05-24