I'm introducing a new machine model to simultaneously allow simple
[oota-llvm.git] / include / llvm / Target / Target.td
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...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-02 Jakob Stoklund OlesenAdd a new target independent COPY instruction and code...
2010-07-02 Jakob Stoklund OlesenClean up TargetOpcodes.h a bit, and limit the number...
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-25 Jakob Stoklund OlesenRemove NumberHack entirely.
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenAdd the SubRegIndex TableGen class.
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-20 Daniel Dunbartblgen/Target: Add a isAsmParserOnly bit, and teach...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-03-18 Chris Lattneruse ins/outs
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2009-11-12 Dan GohmanMark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicabl...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-09 Daniel DunbarExtend comment on ParserMatchClass .td field, and add...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
next