| Age | Commit message (Expand) | Author |
| 2011-08-05 | Extract per-block splitting into its own method. | Jakob Stoklund Olesen |
| 2011-08-05 | Delete getMultiUseBlocks and splitSingleBlocks. | Jakob Stoklund Olesen |
| 2011-08-05 | Also use shouldSplitSingleBlock() in the fallback splitting mode. | Jakob Stoklund Olesen |
| 2011-08-05 | Split around single instructions to enable register class inflation. | Jakob Stoklund Olesen |
| 2011-08-05 | Detect proper register sub-classes. | Jakob Stoklund Olesen |
| 2011-08-05 | Fix liveness computations in BranchFolding. | Jakob Stoklund Olesen |
| 2011-08-05 | Temporarily revert r135528 which distinguishes between two copies of one | Chandler Carruth |
| 2011-08-04 | Count the total amount of stack space used in compiled functions. | Jakob Stoklund Olesen |
| 2011-08-04 | Print DBG_VALUE variable's location info as a comment. | Devang Patel |
| 2011-08-04 | Increment counter inside insertDebugValue(). | Devang Patel |
| 2011-08-04 | Add counter. | Devang Patel |
| 2011-08-03 | Correctly handle multiple DBG_VALUE instructions at the same SlotIndex. | Jakob Stoklund Olesen |
| 2011-08-03 | Enable compact region splitting by default. | Jakob Stoklund Olesen |
| 2011-08-03 | Do not drop undef debug values. These are used as range termination marker by... | Devang Patel |
| 2011-08-03 | Be more conservative when forming compact regions. | Jakob Stoklund Olesen |
| 2011-08-03 | Fix some warnings from Clang in release builds: | Chandler Carruth |
| 2011-08-03 | Fix typo in #include which revealed in the case-sensitive filesystem. | Jakub Staszak |
| 2011-08-03 | Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics. | Jakub Staszak |
| 2011-08-03 | Add more constantness in BlockFrequencyInfo. | Jakub Staszak |
| 2011-08-03 | New approach to r136737: insert the necessary fences for atomic ops in platfo... | Eli Friedman |
| 2011-08-03 | Some revisions to Devang's change r136759 for merged global debug info. | Bob Wilson |
| 2011-08-03 | Use byte offset, instead of element number, to access merged global. | Devang Patel |
| 2011-08-02 | Use the precomputed def presence in RAGreedy::calcSpillCost. | Jakob Stoklund Olesen |
| 2011-08-02 | Inform SpillPlacement about blocks with defs. | Jakob Stoklund Olesen |
| 2011-08-02 | Rename {First,Last}Use to {First,Last}Instr. | Jakob Stoklund Olesen |
| 2011-08-02 | Add a BlockInfo::FirstDef field. | Jakob Stoklund Olesen |
| 2011-08-02 | Delete BlockInfo::LiveThrough. It wasn't used any more. | Jakob Stoklund Olesen |
| 2011-08-02 | Extend the SpillPlacement interface with two new features. | Jakob Stoklund Olesen |
| 2011-08-02 | Don't create a ridiculous EXTRACT_ELEMENT. PR10563. | Eli Friedman |
| 2011-08-01 | Remove an unnecessary cast. | Jay Foad |
| 2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
| 2011-07-31 | Time the emission of debug values. | Jakob Stoklund Olesen |
| 2011-07-30 | Revert r136528 "Enable compact region splitting by default." | Jakob Stoklund Olesen |
| 2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
| 2011-07-30 | Revert "Don't check liveness of unallocatable registers." | Jakob Stoklund Olesen |
| 2011-07-29 | Don't check liveness of unallocatable registers. | Jakob Stoklund Olesen |
| 2011-07-29 | Check for multiple defs in the machine code verifier. | Jakob Stoklund Olesen |
| 2011-07-29 | Add an isSSA() flag to MachineRegisterInfo. | Jakob Stoklund Olesen |
| 2011-07-29 | Do not lose branch weights when lowering SwitchInst. | Jakub Staszak |
| 2011-07-29 | Enable compact region splitting by default. | Jakob Stoklund Olesen |
| 2011-07-29 | Remove unneeded const_cast. | Jakub Staszak |
| 2011-07-29 | Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some | Nick Lewycky |
| 2011-07-29 | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman |
| 2011-07-29 | Use the pointer type size. | Bill Wendling |
| 2011-07-29 | And now something that compiles... | Bill Wendling |
| 2011-07-29 | Make sure to sext or trunc the result from the register. | Bill Wendling |
| 2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
| 2011-07-28 | Visit the landingpad instruction. | Bill Wendling |
| 2011-07-28 | Add the AddLandingPadInfo function. | Bill Wendling |
| 2011-07-28 | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman |