summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAge
* Constant propagate MachineInstrClassName.Roman Divacky2014-01-10
* All backends use MC now.Rafael Espindola2014-01-10
* Remove dead code.Rafael Espindola2013-12-02
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-28
* Remove several unused variables.Rafael Espindola2013-10-01
* llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-11
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-05
* Check whether MCInst operand isImm before calling getImm.Tim Northover2013-01-09
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* Revert r163878 as it breaks on targets with alternate register names. Such ta...Craig Topper2012-09-15
* Allow the second opcode info table to be 8, 16, or 32-bits as needed to repre...Craig Topper2012-09-14
* Reduce size of register name index tables by using uint16_t for all in tree t...Craig Topper2012-09-14
* AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.Manman Ren2012-09-13
* AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit toManman Ren2012-09-13
* Clean up includes.Craig Topper2012-07-27
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach2012-04-18
* Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach2012-04-18
* Use SmallVector for the requirements on an InstAlias.Jim Grosbach2012-04-18
* Tidy up. Formatting.Jim Grosbach2012-04-18
* Convert assert(false) followed by a return to llvm_unreachableCraig Topper2012-04-04
* Tidy up spacing in some tablegen outputs.Craig Topper2012-04-03
* Emit the asm writer's mnemonic table with SequenceToOffsetTable.Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Use SequenceToOffsetTable to generate instruction name table for AsmWriter.Craig Topper2012-04-02
* Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer2012-03-30
* Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen2012-03-30
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-15
* Revert r152105: "Use uint16_t to store indices into string table"Jakob Stoklund Olesen2012-03-15
* Re-commit r152202 hopefully fixing the MSVC linker error.Craig Topper2012-03-08
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-07
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-07
* Use uint16_t to store indices into string table since C++ only allows 64K str...Craig Topper2012-03-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.Jim Grosbach2011-11-15
* TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen2011-10-04
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-29
* Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng2011-07-06
* Change AsmName's type from StringRef to std::string. AsmName was pointing to ...Francois Pichet2011-06-29
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-18
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-15
* Improve the heuristic to emit the alias if the number of hard-coded registersBill Wendling2011-06-15
* Heuristic: If the number of operands in the alias are more than the number ofBill Wendling2011-06-14
* Use a more efficient data structure for the "operand map". The number ofBill Wendling2011-05-23