[TableGen] Move calls to getValueAsInt out of a loop since they aren't simple functio...
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.cpp
2016-01-13 Craig Topper[TableGen] Move calls to getValueAsInt out of a loop...
2016-01-11 Craig Topper[TableGen] Allow asm writer to use up to 3 OpInfo table...
2016-01-11 Craig Topper[TableGen] Remove unnecessary 0 terminator from an...
2016-01-08 Craig Topper[TableGen] Use range-based for loops. Also fix one...
2016-01-08 Craig Topper[TableGen] Combine variable declaration and initializat...
2015-12-11 Hal Finkel[TableGen] Correct Namespace lookup with AltNames in...
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-06 David BlaikieFix memory leaks by avoiding extra manual dynamic alloc...
2015-08-06 Yaron KerenPlug memory leaks in AsmWriterEmitter::EmitPrintAliasIn...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-12-16 Evgeny AstigeevichOn behalf of Matthew Wahab:
2014-11-29 David BlaikieRemove indirection of vector<T*> in favor of deque<T>
2014-11-25 Craig TopperUse range-based for loops.
2014-11-25 Craig TopperRemove dead code.
2014-11-25 Craig TopperRemove unused MaxSize variable.
2014-11-25 Craig TopperMove a vector instead of copying it.
2014-11-24 Craig TopperReplace a comment that says 'unreachable' with llvm_unr...
2014-11-24 Craig TopperDetect best type for some static index tables instead...
2014-07-17 Reid KlecknerTableGen: Add 'static' to a large array to avoid a...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-10 Artyom SkrobovRefactoring in AsmWriterEmitter::EmitPrintAliasInstruct...
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-15 Tim NorthoverTableGen: use correct MIOperand when printing aliases
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Alp TokerFix typos
2014-05-13 Aaron BallmanTeach the table generator to not generate switch statem...
2014-05-13 Tim NorthoverTableGen: strengthen assert
2014-05-13 Jay FoadFix gcc -Wparentheses warning.
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
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.
next