| Age | Commit message (Expand) | Author |
| 2010-08-13 | Reapply this transformation now that it is passing the external test which it... | Nate Begeman |
| 2010-08-12 | Temporarily revert 110737 and 110734, they were causing failures | Eric Christopher |
| 2010-08-10 | Add test for recent instcombine vector shuffle enhancement | Nate Begeman |
| 2010-08-09 | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman |
| 2010-08-03 | Make instcombine set explicit alignments on load or store | Dan Gohman |
| 2010-08-02 | Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke. | Owen Anderson |
| 2010-07-31 | Speculatively revert r108614, "Another attempt at getting the clang self-host to | Daniel Dunbar |
| 2010-07-19 | Testcase for r108687. | Owen Anderson |
| 2010-07-17 | Another attempt at getting the clang self-host to like my instcombine patch. | Owen Anderson |
| 2010-07-16 | Also revert 108422, it's causing some test failures. | Eric Christopher |
| 2010-07-15 | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson |
| 2010-07-14 | revert r108320, I see the failures now... | Chris Lattner |
| 2010-07-14 | reapply benjamin's instcombine patch, I don't see anything wrong with it and ... | Chris Lattner |
| 2010-07-12 | Nope, still breaks the release selfhost bots :( | Benjamin Kramer |
| 2010-07-12 | Reapply the "or" half of r108136, which seems to be less problematic. | Benjamin Kramer |
| 2010-07-12 | Revert r108141 again, sigh. | Benjamin Kramer |
| 2010-07-12 | Reapply 108136 with an ugly pasto fixed. | Benjamin Kramer |
| 2010-07-12 | Revert r108136 until I figure out why it broke selfhost. | Benjamin Kramer |
| 2010-07-12 | instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x... | Benjamin Kramer |
| 2010-07-12 | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner |
| 2010-07-12 | fix PR7429, a crash turning a load from a string into a float. | Chris Lattner |
| 2010-07-12 | convert to filechecconvert to filecheckk | Chris Lattner |
| 2010-07-12 | merge two tests. | Chris Lattner |
| 2010-07-08 | Teach instcombine to transform | Benjamin Kramer |
| 2010-06-28 | Constant fold x == undef to undef. | Dan Gohman |
| 2010-06-17 | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola |
| 2010-05-28 | Teach instcombine to promote alloca array sizes. | Dan Gohman |
| 2010-05-28 | Add a testcase for getelementptr index promotion. | Dan Gohman |
| 2010-05-27 | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands |
| 2010-05-08 | Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence | Chris Lattner |
| 2010-04-17 | Fix declarations in a few more tests. | Nick Lewycky |
| 2010-04-12 | Verify function prototypes before trying to optimize functions. We also | Eric Christopher |
| 2010-04-08 | Print empty structs as {} rather than { }. | Dan Gohman |
| 2010-04-07 | add newlines at the end of files. | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-23 | Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans... | Evan Cheng |
| 2010-03-13 | Fix a typo in ValueTracking that's causing instcombine to delete needed shift... | Evan Cheng |
| 2010-03-12 | When constant folding GEP of GEP, do not crash if an index of | Duncan Sands |
| 2010-03-08 | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng |
| 2010-03-06 | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher |
| 2010-03-06 | Temporarily revert: | Eric Christopher |
| 2010-03-06 | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng |
| 2010-03-05 | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng |
| 2010-03-05 | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner |
| 2010-03-05 | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner |
| 2010-03-05 | make these less sensitive to temporary naming. | Chris Lattner |