| Age | Commit message (Expand) | Author |
| 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 |
| 2011-07-28 | Handle REG_SEQUENCE with implicitly defined operands. | Jakob Stoklund Olesen |
| 2011-07-28 | Use ArrayRef instead of requiring an std::vector. | Bill Wendling |
| 2011-07-28 | The personality function should be a Function* and not just a Value*. | Bill Wendling |
| 2011-07-28 | Reverse order of RS_Split live ranges under -compact-regions. | Jakob Stoklund Olesen |
| 2011-07-28 | Initial code to convert ResumeInsts into calls to _Unwind_Resume. | Bill Wendling |
| 2011-07-28 | CR fix: The ANY_EXTEND can be removed because the input and putput type must be | Nadav Rotem |
| 2011-07-27 | Code generation for 'fence' instruction. | Eli Friedman |
| 2011-07-27 | Use BlockFrequency instead of uint32_t in BlockFrequencyInfo. | Jakub Staszak |
| 2011-07-27 | Remove outdated FIXME comment. | Devang Patel |
| 2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
| 2011-07-27 | Explicitly cast narrowing conversions inside {}s that will become errors in | Jeffrey Yasskin |
| 2011-07-27 | Revert r136156, which broke several buildbots. | Dan Gohman |
| 2011-07-27 | It is quiet possible that inlined function body is split into multiple chunks... | Devang Patel |
| 2011-07-26 | Add support for multi-way live range splitting. | Jakob Stoklund Olesen |
| 2011-07-26 | Print out the MBB live-in registers. | Jakob Stoklund Olesen |
| 2011-07-26 | Eliminate copies of undefined values during coalescing. | Jakob Stoklund Olesen |
| 2011-07-26 | Delete unnecessarily cautious LastCALLSEQ code. | Dan Gohman |
| 2011-07-26 | Add obvious missing case to switch. PR10497. | Eli Friedman |
| 2011-07-26 | While extracting lexical scopes from machine instruction stream, work on one ... | Devang Patel |
| 2011-07-26 | SrcDef is only written and never read. Remove it. | Duncan Sands |
| 2011-07-26 | Revert to RA_Assign when a virtreg separates into components. | Jakob Stoklund Olesen |
| 2011-07-26 | Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea... | Evan Cheng |
| 2011-07-26 | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng |
| 2011-07-25 | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng |
| 2011-07-25 | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman |
| 2011-07-25 | Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10... | Eli Friedman |