aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/Target.td
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier
2013-04-18Fix comment spacing.Chad Rosier
2013-03-15Add SchedRW as an Instruction field.Jakob Stoklund Olesen
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-14Add deprecation of neverHasSideEffects to documentation comments.Tim Northover
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-10-25Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'Derek Schuff
2012-10-25add TableGen support to create relationship maps between instructionsSebastian Pop
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-14commentAndrew Trick
2012-09-11Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson
2012-09-06Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen
2012-08-23Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-08-15Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen
2012-07-26Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen
2012-07-20Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...Owen Anderson
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-07whitespaceAndrew Trick
2012-06-25Define DAGOperand, an empty base class for RegisterClass and Operand. This a...Owen Anderson
2012-06-22TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-05-15TableGen'erate mapping physical registers to encoding values.Jim Grosbach
2012-05-04Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach
2012-04-20Add documentation comment.Jim Grosbach
2012-04-19TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach
2012-02-01Specify SubRegIndex components on the index itself.Jakob Stoklund Olesen
2012-01-24Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen
2012-01-18Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen
2012-01-09Split AsmParser into two components - AsmParser and AsmParserVariantDevang Patel
2011-12-06Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-10-18Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick
2011-10-18whitespaceAndrew Trick
2011-10-10Mark the standard pseudos as isPseudo = 1.Jakob Stoklund Olesen
2011-08-30Follow up to r138791.Evan Cheng
2011-07-19Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson
2011-07-14Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer
2011-07-13Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson