[TableGen] Correct Namespace lookup with AltNames in AsmWriterEmitter
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Owen AndersonExpand the Flags field of MCInstrDesc to 64 bits, while...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-11 James Y KnightFix tablegen's PrintFatalError function to run register...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-13 Eric ChristopherUse the variable names from the TargetInstrInfo source...
2015-03-13 Eric ChristopherAdd a return after the llvm namespace code for a little...
2015-02-26 Eric ChristopherFix a couple of depedent->dependent typos.
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-01-12 Tom StellardTarget: Allow target specific operand types
2014-11-23 Craig TopperTablegen output formatting fixes.
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
next