raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.cpp
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-17 Nuno Lopesremove some dead code
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverTableGen: don't save a StringRef to a local std::string.
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-02-05 Craig TopperGet rid of a vector copy by just making a pointer out...
2014-01-10 Roman DivackyConstant propagate MachineInstrClassName.
2014-01-10 Rafael EspindolaAll backends use MC now.
2013-12-02 Rafael EspindolaRemove dead code.
2013-10-28 Ahmed BougachaTableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-11 Benjamin Kramerllvm-tblgen: Mangle operand replacements into the strin...
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-01-09 Tim NorthoverCheck whether MCInst operand isImm before calling getImm.
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-09-15 Craig TopperRevert r163878 as it breaks on targets with alternate...
2012-09-14 Craig TopperAllow the second opcode info table to be 8, 16, or...
2012-09-14 Craig TopperReduce size of register name index tables by using...
2012-09-13 Manman RenAsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
2012-09-13 Manman RenAsmWriterEmitter: increase the number of bits for Opcod...
2012-07-27 Craig TopperClean up includes.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-04-18 Jim GrosbachRevert "Replace some uses of std:map<std::string,....
2012-04-18 Jim GrosbachReplace some uses of std:map<std::string,...> with...
2012-04-18 Jim GrosbachUse SmallVector for the requirements on an InstAlias.
2012-04-18 Jim GrosbachTidy up. Formatting.
2012-04-04 Craig TopperConvert assert(false) followed by a return to llvm_unre...
2012-04-03 Craig TopperTidy up spacing in some tablegen outputs.
2012-04-02 Benjamin KramerEmit the asm writer's mnemonic table with SequenceToOff...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperUse SequenceToOffsetTable to generate instruction name...
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-30 Jakob Stoklund OlesenUse SequenceToOffsetTable in emitRegisterNameString.
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-15 Jakob Stoklund OlesenRevert r152105: "Use uint16_t to store indices into...
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-03-06 Craig TopperUse uint16_t to store indices into string table since...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-11-15 Jim GrosbachARM parsing datatype suffix variants for fixed-writebac...
2011-10-04 Jakob Stoklund OlesenTableGen: Privatize CodeGenRegisterClass::TheDef and...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-29 Jakob Stoklund OlesenSwitch to ArrayRef<CodeGenRegisterClass*>.
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-06-29 Francois PichetChange AsmName's type from StringRef to std::string...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-06-18 Jakob Stoklund OlesenStore CodeGenRegisters as pointers so they won't be...
2011-06-15 Jakob Stoklund OlesenGive CodeGenRegisterClass a real sorted member set.
2011-06-15 Bill WendlingImprove the heuristic to emit the alias if the number...
2011-06-14 Bill WendlingHeuristic: If the number of operands in the alias are...
2011-05-23 Bill WendlingUse a more efficient data structure for the "operand...
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-04-08 Bill WendlingOnly emit the AvailableFeatures variable if it's used.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-03-21 Bill WendlingCall static functions so that they aren't left unused.
2011-03-21 Bill WendlingA WIP commit of the InstAlias printing cleanup. This...
2011-03-21 Bill WendlingAdd the IAPrinter class.
2011-03-21 Bill Wendling* Add classes that support the "feature" information.
2011-02-26 Bill WendlingA new TableGen feature! (Not turned on just yet.)
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Jim Grosbachtrailing whitespace
2010-09-18 Eric ChristopherHandle the odd case where we only have one instruction.
2010-07-16 Bill WendlingUpdate comment.
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
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-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-09 Sean CallananFixed some indentation in the AsmWriterInst
2010-02-09 Sean CallananPer PR 6219, factored AsmWriterInst and AsmWriterOperand
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-18 Chris Lattneradd a comment.
2009-09-14 Chris Lattnerslightly increase prettiness.
2009-09-14 Chris Lattneremit the register table as a massive string to avoid...
2009-09-14 Chris Lattnermove StringToOffsetTable out to its own header.
2009-09-14 Chris Lattnerfactor string table generation out to its own class...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-11 Chris LattnerPHI nodes can never reach the asmprinter, assert and...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris LattnerFix a subtle bug in "return;" generation which caused...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
next