| Age | Commit message (Expand) | Author |
| 2011-09-07 | Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures... | Eli Friedman |
| 2011-09-06 | Add codegen support for vector select (in the IR this means a select | Duncan Sands |
| 2011-09-06 | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands |
| 2011-08-24 | Basic x86 code generation for atomic load and store instructions. | Eli Friedman |
| 2011-08-18 | FastISel: avoid function calls between the materialization of the constant an... | Ivan Krasin |
| 2011-08-17 | Add the support in code-gen for the landingpad instruction lowering. | Bill Wendling |
| 2011-08-12 | Constify. | Devang Patel |
| 2011-08-12 | Use ArrayRef. | Devang Patel |
| 2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
| 2011-08-12 | A virtual destructor for the class with virtual methods! | Nick Lewycky |
| 2011-08-10 | Stay within 80 columns. | Devang Patel |
| 2011-08-10 | Provide utility to extract and use lexical scoping information from machine i... | Devang Patel |
| 2011-08-09 | Trim an unneeded header. | Jakob Stoklund Olesen |
| 2011-08-09 | Move CalculateRegClass to MRI::recomputeRegClass. | Jakob Stoklund Olesen |
| 2011-08-09 | Refer to the RegisterCoalescer pass by ID. | Jakob Stoklund Olesen |
| 2011-08-03 | Add more constantness in BlockFrequencyInfo. | Jakub Staszak |
| 2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
| 2011-07-29 | Add an isSSA() flag to MachineRegisterInfo. | Jakob Stoklund Olesen |
| 2011-07-29 | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman |
| 2011-07-28 | Add the AddLandingPadInfo function. | Bill Wendling |
| 2011-07-28 | Use ArrayRef instead of requiring an std::vector. | Bill Wendling |
| 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-25 | Fix #include guard directive. | Jakub Staszak |
| 2011-07-25 | Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to | Jakub Staszak |
| 2011-07-22 | Add a method to set the compact unwind info. | Bill Wendling |
| 2011-07-22 | Allow getBlockFreq to return 0. | Jakub Staszak |
| 2011-07-20 | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng |
| 2011-07-20 | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng |
| 2011-07-19 | Revert r135423. | Devang Patel |
| 2011-07-19 | Rename CompactEncoding to CompactUnwindEncoding. | Bill Wendling |
| 2011-07-18 | Move the compact encoding from the target-specific library to the code-gen | Bill Wendling |
| 2011-07-18 | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng |
| 2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
| 2011-07-18 | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
| 2011-07-16 | Add MachineBlockFrequency analysis. | Jakub Staszak |
| 2011-07-15 | Extract parts of RAGreedy::splitAroundRegion as SplitKit methods. | Jakob Stoklund Olesen |
| 2011-07-13 | Fix up TargetLoweringObjectFile ctors to properly initialize fields. | Evan Cheng |
| 2011-07-13 | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad |
| 2011-07-10 | - Make BranchProbability constructor public. | Jakub Staszak |
| 2011-07-08 | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich |
| 2011-07-08 | Be more aggressive about following hints. | Jakob Stoklund Olesen |
| 2011-07-07 | Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The | Lang Hames |
| 2011-07-02 | Include a source location when complaining about bad inline assembly. | Jakob Stoklund Olesen |
| 2011-06-30 | Create a isFullCopy predicate. | Rafael Espindola |
| 2011-06-29 | Revert r133953 for now. | Devang Patel |
| 2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
| 2011-06-27 | Remove RegClass2VRegMap from MachineRegisterInfo. | Evan Cheng |
| 2011-06-27 | Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c... | Evan Cheng |