Remove dead code.
[oota-llvm.git] / include / llvm / Target / Target.td
2014-11-25 Craig TopperRemove dead code.
2014-11-02 Matt ArsenaultSupport REG_SEQUENCE in tablegen.
2014-10-09 Matt ArsenaultRemove unused field from Operand
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetMention the right target hook in the comment on isExtra...
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-02-12 Juergen Ributzka[Stackmaps] Fix the ID type to be i64 also for stackmap...
2014-01-10 Rafael EspindolaAll backends use MC now.
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-18 Chad RosierFix comment spacing.
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-02-14 Tim NorthoverAdd deprecation of neverHasSideEffects to documentation...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-09-14 Andrew Trickcomment
2012-09-11 Owen AndersonImprove tblgen code cleanliness: create an unknown_clas...
2012-09-06 Tom StellardTablegen: Add OperandWithDefaultOps Operand type
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-15 Jakob Stoklund OlesenAdd a CoveringSubRegIndices field to SubRegIndex records.
2012-07-26 Jakob Stoklund OlesenRemove support for 'CompositeIndices' and sub-register...
2012-07-20 Owen AndersonMake RegisterOperand a subclass of DAGOperand so that...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew Trickwhitespace
2012-06-25 Owen AndersonDefine DAGOperand, an empty base class for RegisterClas...
2012-06-22 Jim GrosbachTableGen: AsmMatcher support for better operand diagnos...
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-20 Jim GrosbachAdd documentation comment.
2012-04-19 Jim GrosbachTableGen support for auto-generating assembly two-opera...
2012-02-01 Jakob Stoklund OlesenSpecify SubRegIndex components on the index itself.
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2011-12-06 Jim GrosbachExtend AsmMatcher token literal matching to allow aliasing.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-10-18 Andrew TrickUse ARM/t2PseudoInst class from ARM/Thumb2 special...
2011-10-18 Andrew Trickwhitespace
2011-10-10 Jakob Stoklund OlesenMark the standard pseudos as isPseudo = 1.
2011-08-30 Evan ChengFollow up to r138791.
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-20 Jakob Stoklund OlesenAdd a RegisterTuples class to Target.td and TableGen.
2011-06-18 Jakob Stoklund OlesenRemove MethodProtos/MethodBodies and allocation_order_b...
2011-06-18 Jakob Stoklund OlesenProvide AltOrders for specifying alternative allocation...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-04-21 Jakob Stoklund OlesenDon't allow per-register spill size and alignment.
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-10 Owen AndersonClean trailing whitespace.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Evan ChengDBG_VALUE does not have any side effects; it also makes...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-02 Jim GrosbachTweak to fix spelling and grammar in comment.
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-10-31 Chris Lattnersketch out the planned instruction alias mechanism...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-30 Jim Grosbach80 columns.
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
next