| Age | Commit message (Expand) | Author |
| 2011-07-29 | Unconstify Inits | David Greene |
| 2011-07-29 | [AVX] Constify Inits | David Greene |
| 2011-07-27 | Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil. | Evan Cheng |
| 2011-07-23 | We always bounds check the bit set, there is no need to emit zero bytes at th... | Benjamin Kramer |
| 2011-07-23 | Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou... | Benjamin Kramer |
| 2011-07-23 | Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces... | Benjamin Kramer |
| 2011-07-22 | Use the enum value for RegClassIDs. | Benjamin Kramer |
| 2011-07-22 | Remove unused variables. | Benjamin Kramer |
| 2011-07-22 | Teach tblgen to emit MCRegisterClasses. | Benjamin Kramer |
| 2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
| 2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel |
| 2011-07-15 | Eliminate "const" from extern const to fix breakeage since r135184 on msvc. | NAKAMURA Takumi |
| 2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
| 2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher |
| 2011-07-11 | [AVX] Make Inits Foldable | David Greene |
| 2011-06-28 | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng |
| 2011-06-28 | Hide more details in tablegen generated MCRegisterInfo ctor function. | Evan Cheng |
| 2011-06-28 | Alternative name enum should go into the enum portion. | Evan Cheng |
| 2011-06-27 | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson |
| 2011-06-27 | More refactoring. MC doesn't need know about subreg indices. | Evan Cheng |
| 2011-06-27 | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng |
| 2011-06-25 | Remove dead typedefs. | Evan Cheng |
| 2011-06-24 | Rename TargetRegisterDesc to MCRegisterDesc | Evan Cheng |
| 2011-06-24 | - Add MCRegisterInfo registration machinery. Also added x86 registration rout... | Evan Cheng |
| 2011-06-24 | Make the generated InitXXXMCRegisterInfo function "static inline", so it does... | Benjamin Kramer |
| 2011-06-24 | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng |
| 2011-06-18 | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen |
| 2011-06-18 | Remove MethodProtos/MethodBodies and allocation_order_begin/end. | Jakob Stoklund Olesen |
| 2011-06-18 | Provide AltOrders for specifying alternative allocation orders. | Jakob Stoklund Olesen |
| 2011-06-15 | Replace the statically generated hashtables for checking register relationshi... | Owen Anderson |
| 2011-06-15 | Give CodeGenRegisterClass a real sorted member set. | Jakob Stoklund Olesen |
| 2011-06-14 | Fix a compile time regression caused by too small hash tables. | Jakob Stoklund Olesen |
| 2011-06-12 | Tweak hash function and compress hash tables. | Jakob Stoklund Olesen |
| 2011-06-12 | Remove now dead code. | Jakob Stoklund Olesen |
| 2011-06-12 | Extract the generateHashTable function. | Jakob Stoklund Olesen |
| 2011-06-12 | Compute lists of sub-regs, super-regs, and overlapping regs. | Jakob Stoklund Olesen |
| 2011-06-11 | Move the list of registers into CodeGenRegBank. | Jakob Stoklund Olesen |
| 2011-06-10 | Move some sub-register index calculations to CodeGenRegisters.cpp | Jakob Stoklund Olesen |
| 2011-06-02 | Make it possible to have unallocatable register classes. | Jakob Stoklund Olesen |
| 2011-05-30 | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola |
| 2011-05-30 | Introduce the DwarfRegAlias class for declaring that two registers have the | Rafael Espindola |
| 2011-05-28 | Fix the root cause of the bootstrap failure: | Rafael Espindola |
| 2011-05-10 | Downgrade a tablegen warning to an error. | Jakob Stoklund Olesen |
| 2011-05-07 | Teach TableGen to automatically generate missing SubRegIndex instances. | Jakob Stoklund Olesen |
| 2011-04-20 | Prefer cheap registers for busy live ranges. | Jakob Stoklund Olesen |
| 2011-03-11 | Make the register enum value part of the CodeGenRegister struct. | Jim Grosbach |
| 2011-03-11 | Trailing whitespace. | Jim Grosbach |
| 2010-12-14 | Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all | Jakob Stoklund Olesen |
| 2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner |
| 2010-08-25 | Split out register class subclassing to a separate function and clean up | Eric Christopher |