Add isInsertSubreg property.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-01 Matt ArsenaultMake getNamedOperandIdx readonly
2014-04-30 Craig Topper[C++11] Use 'nullptr' in tablegen output files.
2014-04-18 Jim Grosbachc++11: Tidy up tblgen w/ range loops.
2014-02-05 Craig TopperFix a vector that was passed by value instead of reference.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Ahmed BougachaTableGen: Generate an enum for all named Operand types...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-03 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-07-31 Tom StellardRevert "TableGen: Enumerate Schedule Model too."
2013-07-31 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-12 Richard TrieuChange (!list.size() == 0) to (!list.empty()). No...
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-09-18 Andrew TrickTableGen subtarget emitter. Use getSchedClassIdx.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTableGen subtarget emitter. Use getSchedClassIdx.
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-04-11 Jim GrosbachTidy up. Whitespace.
2012-04-01 Craig TopperUse SequenceToOffsetTable to create instruction name...
2012-03-23 Benjamin KramerInclude cstdio in a few place that depended on getting...
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-11 Craig TopperShrink and reorder some fields in MCOperandInfo to...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Craig TopperRe-commit r152202 hopefully fixing the MSVC linker...
2012-03-07 Chad RosierRevert r152202 as it's causing internal buildbot failures.
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-02-10 Benjamin KramerPut instruction names into an indexed string table...
2012-02-09 Benjamin KramerMove the Name field in MCInstrDesc to the end, saving...
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-08-30 Evan ChengFollow up to r138791.
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-28 Evan ChengAdd MCInstrInfo registeration machinery.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengRemove RCBarriers from TargetInstrDesc.
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-15 Jakob Stoklund OlesenGive CodeGenRegisterClass a real sorted member set.
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
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-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-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-06-09 Eric ChristopherHow about ULL...
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerrevert 98912
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-02-10 Chris LattnerIntroduce a new CodeGenInstruction::ConstraintInfo...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
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-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-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
next