| Age | Commit message (Expand) | Author |
| 2012-09-26 | Analogous fix to memset and memcpy rewriting. Don't have a test case | Chandler Carruth |
| 2012-09-26 | When rewriting the pointer operand to a load or store which has | Chandler Carruth |
| 2012-09-26 | Teach all of the loads, stores, memsets and memcpys created by the | Chandler Carruth |
| 2012-09-26 | SimplifyCFG: Make the switch-to-lookup table transformation store the | Hans Wennborg |
| 2012-09-26 | SimplifyCFG: Refactor the switch-to-lookup table transformation by | Hans Wennborg |
| 2012-09-26 | Revert the business end of r164636 and try again. I'll come in again. ;] | Chandler Carruth |
| 2012-09-26 | Rename virtual table anchors from Anchor() to anchor() for consistency with t... | Craig Topper |
| 2012-09-26 | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman |
| 2012-09-25 | Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6' | Derek Schuff |
| 2012-09-25 | Don't drop the alignment on a memcpy intrinsic when producing a store. This is | Nick Lewycky |
| 2012-09-25 | Revert the business end of r164634, and replace it with a different fix. The | Nick Lewycky |
| 2012-09-25 | Don't try to promote the same alloca twice. Fixes PR13916! | Nick Lewycky |
| 2012-09-25 | Move Attribute::typeIncompatible inside of the Attributes class. | Bill Wendling |
| 2012-09-25 | Revert r164614 to appease the buildbots. | Chad Rosier |
| 2012-09-25 | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman |
| 2012-09-25 | Fix a case where SROA did not correctly detect dead PHI or selects due | Chandler Carruth |
| 2012-09-25 | Fix a crash in SROA. This was reported independently by Takumi and | Chandler Carruth |
| 2012-09-25 | Don't forget that strcpy and friends return a pointer to the destination, so | Nick Lewycky |
| 2012-09-24 | Remove unused name of variable to quiet a warning. Also canonicalize a | Nick Lewycky |
| 2012-09-24 | Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be | Nick Lewycky |
| 2012-09-24 | Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable. | Nick Lewycky |
| 2012-09-24 | Add missing check for presence of target data. | Richard Osborne |
| 2012-09-24 | Enable the new SROA pass by default. | Chandler Carruth |
| 2012-09-24 | Address one of the original FIXMEs for the new SROA pass by implementing | Chandler Carruth |
| 2012-09-23 | Switch to a signed representation for the dynamic offsets while walking | Chandler Carruth |
| 2012-09-21 | Fix a case where the new SROA pass failed to zap dead operands to | Chandler Carruth |
| 2012-09-21 | LoopIdiom: Give up when the loop is not in canonical form. | Benjamin Kramer |
| 2012-09-21 | InstCombine: Make sure we use the pre-zext type when creating a constant of a... | Benjamin Kramer |
| 2012-09-20 | SimplifyCFG: sink common codes from IF, ELSE blocks down to END block. | Manman Ren |
| 2012-09-19 | Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b' | Derek Schuff |
| 2012-09-19 | Renaming functions to match coding style guidelines | Michael Ilseman |
| 2012-09-19 | Don't emit useless warning when dropping arguments from main | Derek Schuff |
| 2012-09-19 | Doxygen-ify comments | Michael Ilseman |
| 2012-09-19 | Put the * and & next to the variable, rather than the type. | Michael Ilseman |
| 2012-09-19 | Exclude vector and array calls from being rewritten | Robert Muth |
| 2012-09-19 | SimplifyCFG: Don't generate invalid code for switch used to initialize | Hans Wennborg |
| 2012-09-19 | IntegerDivision: Style cleanups, avoid warning about mixing || and && without... | Benjamin Kramer |
| 2012-09-19 | CodeGenPrep: turn lookup tables into switches for some targets. | Hans Wennborg |
| 2012-09-18 | Fix the last crasher I've gotten a reproduction for in SROA. This one | Chandler Carruth |
| 2012-09-18 | Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f' | Derek Schuff |
| 2012-09-18 | New utility for expanding integer division for targets that don't support it. | Michael Ilseman |
| 2012-09-18 | This feature was a TODO in a previous commit. | Robert Muth |
| 2012-09-18 | LSR critical edge splitting fix for PR13756. | Andrew Trick |
| 2012-09-18 | Fix getCommonType in a different way from the way I fixed it when | Chandler Carruth |
| 2012-09-18 | Fix build for compilers that don't understand injected class names properly. | Benjamin Kramer |
| 2012-09-18 | SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-... | Benjamin Kramer |
| 2012-09-18 | SROA: Replace the member function template contraption for recursively splitt... | Benjamin Kramer |
| 2012-09-18 | SROA.cpp: Appease msvc. | NAKAMURA Takumi |
| 2012-09-18 | LNT builders have picked up new SROA, disable it to get the remaining builder... | Benjamin Kramer |
| 2012-09-18 | Fix a warning in release builds and a test case I forgot to update with | Chandler Carruth |