| Age | Commit message (Expand) | Author |
| 2010-08-08 | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling |
| 2010-08-06 | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling |
| 2010-07-30 | Add a "Compare" flag to the target instruction descriptor. This will be used | Bill Wendling |
| 2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling |
| 2010-07-02 | Add a new target independent COPY instruction and code to lower it. | Jakob Stoklund Olesen |
| 2010-07-02 | Clean up TargetOpcodes.h a bit, and limit the number of places where the full | Jakob Stoklund Olesen |
| 2010-06-21 | Remove isTwoAddress from llvm. | Eric Christopher |
| 2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
| 2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
| 2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
| 2010-05-26 | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen |
| 2010-05-26 | Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." | Jakob Stoklund Olesen |
| 2010-05-26 | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen |
| 2010-05-25 | Remove NumberHack entirely. | Jakob Stoklund Olesen |
| 2010-05-24 | Switch SubRegSet to using symbolic SubRegIndices | Jakob Stoklund Olesen |
| 2010-05-24 | Replace the tablegen RegisterClass field SubRegClassList with an alist-like data | Jakob Stoklund Olesen |
| 2010-05-24 | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen |
| 2010-05-22 | tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins... | Daniel Dunbar |
| 2010-05-20 | tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honor | Daniel Dunbar |
| 2010-05-04 | MC/Matcher: Add support for over-riding the default MatchInstruction function | Daniel Dunbar |
| 2010-05-01 | Add a pseudo instruction REG_SEQUENCE that takes a list of registers and | Evan Cheng |
| 2010-04-05 | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner |
| 2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
| 2010-03-18 | use ins/outs | Chris Lattner |
| 2010-03-18 | MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, | Daniel Dunbar |
| 2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-01-15 | DEBUG_VALUE is now variable sized, as it has a | Dale Johannesen |
| 2010-01-15 | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen |
| 2010-01-09 | Add DEBUG_DECLARE. Not used yet. | Dale Johannesen |
| 2010-01-08 | Add DEBUG_VALUE. Not used yet. | Dale Johannesen |
| 2009-11-12 | Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, since | Dan Gohman |
| 2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
| 2009-10-01 | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng |
| 2009-09-28 | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen |
| 2009-08-11 | Add 'isCodeGenOnly' bit to Instruction .td records. | Daniel Dunbar |
| 2009-08-11 | llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be | Daniel Dunbar |
| 2009-08-10 | llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call | Daniel Dunbar |
| 2009-08-10 | llvm-mc/AsmMatcher: Change assembler parser match classes to their own record | Daniel Dunbar |
| 2009-08-09 | Extend comment on ParserMatchClass .td field, and add some missing | Daniel Dunbar |
| 2009-08-09 | llvm-mc/AsmParser: Define match classes in the .td file. | Daniel Dunbar |
| 2009-08-07 | fix the column output stuff in the asmwriter from being dynamic and | Chris Lattner |
| 2009-08-07 | fix comment pastos | Chris Lattner |
| 2009-07-29 | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner |
| 2009-07-29 | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner |
| 2009-07-29 | Match X86 register names to number. | Daniel Dunbar |
| 2009-07-10 | 80 col violation. | Evan Cheng |
| 2009-06-20 | implement support for lowering subregs when preparing to print | Chris Lattner |
| 2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |