| Age | Commit message (Expand) | Author |
| 2011-07-20 | Bring LICM into compliance with the new "Memory Model for Concurrent Operatio... | Eli Friedman |
| 2011-07-20 | indvars: Added getInsertPointForUses to find a valid place to truncate the IV. | Andrew Trick |
| 2011-07-20 | indvars test case for r135558. | Andrew Trick |
| 2011-07-20 | indvars -disable-iv-rewrite fix: derived GEP IVs | Andrew Trick |
| 2011-07-19 | PR10386: Don't try to split an edge from an indirectbr. | Eli Friedman |
| 2011-07-19 | Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteed | Nick Lewycky |
| 2011-07-18 | indvars: LinearFunctionTestReplace for non-canonical IVs. | Andrew Trick |
| 2011-07-15 | A real testcase for r135286. | Chad Rosier |
| 2011-07-15 | Add testcase for r135286. | Chad Rosier |
| 2011-07-13 | Change test case, one that actually failed before my commit. | Evan Cheng |
| 2011-07-13 | It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano... | Evan Cheng |
| 2011-07-11 | Don't duplicate the work done by a gep into a "bitcast" if the gep has | Rafael Espindola |
| 2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
| 2011-07-09 | more tests not making the jump into the brave new world. | Chris Lattner |
| 2011-07-09 | Added test cases for GVN signed intrinsics recognition, r134777. | Lang Hames |
| 2011-07-08 | Make GVN look through extractvalues for recognised intrinsics. GVN can then C... | Lang Hames |
| 2011-07-06 | indvars -disable-iv-rewrite: Added SimplifyCongruentIVs. | Andrew Trick |
| 2011-07-06 | LICM: Do not loose alignment on promotion | Tobias Grosser |
| 2011-07-06 | Introduce "expect" intrinsic instructions. | Jakub Staszak |
| 2011-07-04 | PR10267: Don't combine an equality compare with an AND into an inequality com... | Benjamin Kramer |
| 2011-07-02 | indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup. | Andrew Trick |
| 2011-07-01 | Improve constant folding of undef for cmp and select operators. | Dan Gohman |
| 2011-07-01 | Improve constant folding of undef for binary operators. | Dan Gohman |
| 2011-06-30 | Add r134057 back, but splice the predecessor after the successors phi | Rafael Espindola |
| 2011-06-30 | indvars -disable-iv-rewrite: handle cloning binary operators that cannot over... | Andrew Trick |
| 2011-06-30 | indvars -disable-iv-rewrite: handle an edge case involving identity phis. | Andrew Trick |
| 2011-06-29 | indvars -disable-iv-rewrite: insert new trunc instructions carefully. | Andrew Trick |
| 2011-06-29 | Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and | Chad Rosier |
| 2011-06-29 | Let simplify cfg simplify bb with only debug and lifetime intrinsics. | Rafael Espindola |
| 2011-06-29 | indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't | Andrew Trick |
| 2011-06-28 | FileCheckify and prepare for -disable-iv-rewrite. | Andrew Trick |
| 2011-06-27 | Teach one piece of scalarrepl to handle lifetime markers. When transforming an | Nick Lewycky |
| 2011-06-23 | PR10180: Fix a instcombine crash with FP vectors. | Eli Friedman |
| 2011-06-21 | Add a reduced test case for the buildbot failure (clang self-hosted | Jay Foad |
| 2011-06-21 | indvars -disable-iv-rewrite: Adds support for eliminating identity | Andrew Trick |
| 2011-06-20 | This is an automatically reduced test case that crashed in GVN, at some | Jay Foad |
| 2011-06-19 | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner |
| 2011-06-18 | Fix PR10103: Less code for enum type translation. | Hans Wennborg |
| 2011-06-18 | Add test for r133251. | Nick Lewycky |
| 2011-06-18 | When scalar replacement returns a vector type, only accept it if the vector | Cameron Zwarich |
| 2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
| 2011-06-18 | Fix an invalid bitcast crash that occurs when doing a partial memset of a vector | Cameron Zwarich |
| 2011-06-17 | Stop accepting and ignoring attributes in function types. Attributes are app... | Chris Lattner |
| 2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
| 2011-06-17 | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner |
| 2011-06-17 | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner |
| 2011-06-17 | stop accepting begin/end around function bodies in the .ll parser, this isn't... | Chris Lattner |
| 2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
| 2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
| 2011-06-16 | Fix ARCOpt to insert releases on both successors of an invoke rather | Dan Gohman |