| Age | Commit message (Expand) | Author |
| 2012-03-11 | Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc... | Craig Topper |
| 2012-03-08 | Use uint16_t to store instruction implicit uses and defs. Reduces static data. | Craig Topper |
| 2012-03-08 | Re-commit r152202 hopefully fixing the MSVC linker error. | Craig Topper |
| 2012-03-07 | Revert r152202 as it's causing internal buildbot failures. | Chad Rosier |
| 2012-03-07 | Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect... | Craig Topper |
| 2012-03-06 | Increase number of allowed registers in register classes to 64k instead of 25... | Craig Topper |
| 2012-03-06 | Revert r152016 and allow overlap, sub, super register tables to be more than ... | Craig Topper |
| 2012-03-05 | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach |
| 2012-03-05 | MCRegisterInfo-ize getMatchingSuperReg. | Jim Grosbach |
| 2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
| 2012-03-05 | Shrink and reorder fields in MCRegisterClass to reduce size of static data. | Craig Topper |
| 2012-03-05 | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper |
| 2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper |
| 2012-03-04 | Use uint16_t instead of unsigned to store registers in reg classes. Reduces s... | Craig Topper |
| 2012-03-02 | Tidy up. Trailing whitespace. | Jim Grosbach |
| 2012-03-02 | Grammar-o in function name. | Eric Christopher |
| 2012-03-01 | Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it. | Benjamin Kramer |
| 2012-03-01 | Move TargetRegisterInfo::getSubReg() to MCRegisterInfo. | Jim Grosbach |
| 2012-02-29 | Make MemoryObject accessor members const again | Derek Schuff |
| 2012-02-28 | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola |
| 2012-02-27 | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach |
| 2012-02-23 | Remove 'if' from getSuperRegisters, getSubRegisters, and getOverlaps that wer... | Craig Topper |
| 2012-02-21 | Reorder some members in MCRegisterClass to remove padding on 64-bit builds. | Craig Topper |
| 2012-02-21 | In generated RegisterInfo files, replace a pointer to the end of an array wit... | Craig Topper |
| 2012-02-21 | Merge some tables in generated RegisterInfo file. Store indices into larger t... | Craig Topper |
| 2012-02-17 | Generate the correct EH frame section types on Solaris, this time without bre... | David Chisnall |
| 2012-02-17 | Revert r150814. It turns out that there is a good reason for this after all... | David Chisnall |
| 2012-02-17 | Fix typo in comment. | Richard Osborne |
| 2012-02-17 | Don't lazily allocate eh_frame. We're not lazily allocating things like the ... | David Chisnall |
| 2012-02-11 | Add support for implicit TLS model used with MS VC runtime. | Anton Korobeynikov |
| 2012-02-11 | Make the EDis tables const. | Benjamin Kramer |
| 2012-02-10 | Put instruction names into an indexed string table on the side, removing a po... | Benjamin Kramer |
| 2012-02-09 | Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per ... | Benjamin Kramer |
| 2012-02-08 | Value initialize MCRegisterClasses. Not sure how could miss this during the M... | Benjamin Kramer |
| 2012-02-06 | Enable streaming of bitcode | Derek Schuff |
| 2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-02-03 | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka |
| 2012-01-31 | Add assembler dialect attribute in asm parser which lets target specific asm ... | Devang Patel |
| 2012-01-27 | Better diagnostic for malformed .org assembly directive. | Jim Grosbach |
| 2012-01-26 | Add simple support for keeping MCFixup source information. | Jim Grosbach |
| 2012-01-26 | Add SourceMgr to MCContext for backend diagnostics. | Jim Grosbach |
| 2012-01-26 | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy |
| 2012-01-25 | Properly emit ctors / dtors with priorities into desired sections | Anton Korobeynikov |
| 2012-01-24 | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth |
| 2012-01-23 | Add support for .cfi_signal_frame. Fixes pr11762. | Rafael Espindola |
| 2012-01-23 | An option to selectively enable parts of ARM EHABI support. | Evgeniy Stepanov |
| 2012-01-19 | Add a new form of MCOperand, for representing sub-instructions. This is inte... | Owen Anderson |
| 2012-01-18 | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach |
| 2012-01-18 | Move some ARM specific MCAssmebler bits into the ARMAsmBackend. | Jim Grosbach |
| 2012-01-10 | Let asm parser query asm syntax dialect. | Devang Patel |