aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-062-0/+254
* PR10267: Don't combine an equality compare with an AND into an inequality com...Benjamin Kramer2011-07-041-0/+12
* indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.Andrew Trick2011-07-022-4/+30
* Improve constant folding of undef for cmp and select operators.Dan Gohman2011-07-011-0/+28
* Improve constant folding of undef for binary operators.Dan Gohman2011-07-011-0/+99
* Add r134057 back, but splice the predecessor after the successors phiRafael Espindola2011-06-301-0/+29
* indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...Andrew Trick2011-06-301-4/+38
* indvars -disable-iv-rewrite: handle an edge case involving identity phis.Andrew Trick2011-06-301-7/+32
* indvars -disable-iv-rewrite: insert new trunc instructions carefully.Andrew Trick2011-06-291-2/+31
* Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier2011-06-291-29/+0
* Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola2011-06-291-0/+29
* indvars -disable-iv-rewrite: just because SCEV ignores casts doesn'tAndrew Trick2011-06-291-0/+37
* FileCheckify and prepare for -disable-iv-rewrite.Andrew Trick2011-06-281-7/+11
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-271-0/+14
* PR10180: Fix a instcombine crash with FP vectors.Eli Friedman2011-06-231-0/+12
* Add a reduced test case for the buildbot failure (clang self-hostedJay Foad2011-06-211-0/+182
* indvars -disable-iv-rewrite: Adds support for eliminating identityAndrew Trick2011-06-211-0/+1
* This is an automatically reduced test case that crashed in GVN, at someJay Foad2011-06-201-0/+106
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-192-6/+6
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-182-1/+37
* Add test for r133251.Nick Lewycky2011-06-181-0/+26
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-182-2/+19
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-1837-795/+588
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-181-0/+22
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-173-3/+3
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-175-9/+0
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-173-3/+3
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-177-248/+31
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-171-4/+2
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-172-3/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-1729-1637/+43
* Fix ARCOpt to insert releases on both successors of an invoke ratherDan Gohman2011-06-161-0/+67
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-1519-0/+3383
* Avoid fusing bitcasts with dynamic allocas if the amount-to-allocateStuart Hastings2011-06-131-0/+60
* InstCombine: Fold A-b == C --> b == A-C if A and C are constants.Benjamin Kramer2011-06-131-0/+16
* InstCombine: Shrink ((zext X) & C1) == C2 to fold away the cast if the "zext"...Benjamin Kramer2011-06-121-0/+10
* Simplify code. No functionality changes, name changes aside.Benjamin Kramer2011-06-121-2/+2
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-091-1/+92
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-091-3/+5
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-081-0/+60
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-06-062-0/+4
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-041-0/+69
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-041-0/+27
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-041-12/+12
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-031-0/+28
* Test case pasto (failed when run with IR verifier).Andrew Trick2011-06-021-2/+2
* PR10067: Add missing safety check to call return transformation in MemCpyOpt:...Eli Friedman2011-06-021-0/+36
* When marking a block as being unanalyzable, use "Clobber" on the terminator i...Eli Friedman2011-06-021-0/+61
* Reapply 132348 with fixes. rdar://problem/6501862Stuart Hastings2011-06-011-6/+39
* First, do no harm -- even if we can't find a selector for an enclosingJohn McCall2011-06-011-2/+29