summaryrefslogtreecommitdiff
path: root/include/llvm/Target/Target.td
Commit message (Expand)AuthorAge
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-25
* commentAndrew Trick2012-09-14
* Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson2012-09-11
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-06
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-23
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-23
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-16
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-15
* Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen2012-07-26
* Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...Owen Anderson2012-07-20
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* whitespaceAndrew Trick2012-07-07
* Define DAGOperand, an empty base class for RegisterClass and Operand. This a...Owen Anderson2012-06-25
* TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach2012-06-22
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-15
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-04
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-24
* Add documentation comment.Jim Grosbach2012-04-20
* TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2012-04-19
* Specify SubRegIndex components on the index itself.Jakob Stoklund Olesen2012-02-01
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-24
* Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen2012-01-18
* Split AsmParser into two components - AsmParser and AsmParserVariantDevang Patel2012-01-09
* Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach2011-12-06
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-18
* whitespaceAndrew Trick2011-10-18
* Mark the standard pseudos as isPseudo = 1.Jakob Stoklund Olesen2011-10-10
* Follow up to r138791.Evan Cheng2011-08-30
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-19
* Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer2011-07-14
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Don't require pseudo-instructions to carry encoding information.Jim Grosbach2011-07-06
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Add a RegisterTuples class to Target.td and TableGen.Jakob Stoklund Olesen2011-06-20
* Remove MethodProtos/MethodBodies and allocation_order_begin/end.Jakob Stoklund Olesen2011-06-18
* Provide AltOrders for specifying alternative allocation orders.Jakob Stoklund Olesen2011-06-18
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Make it possible to have unallocatable register classes.Jakob Stoklund Olesen2011-06-02
* Introduce the DwarfRegAlias class for declaring that two registers have theRafael Espindola2011-05-30
* Don't allow per-register spill size and alignment.Jakob Stoklund Olesen2011-04-21
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-20
* Add an option to not print the alias of an instruction. It defaults to "printBill Wendling2011-04-13
* - Add "Bitcast" target instruction property for instructions which performEvan Cheng2011-03-15