summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAge
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-10
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-20
* TableGen: fix operand counting for aliasesTim Northover2014-05-16
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-15
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-15
* Fix typosAlp Toker2014-05-15
* Teach the table generator to not generate switch statements containing only a...Aaron Ballman2014-05-13
* TableGen: strengthen assertTim Northover2014-05-13
* Fix gcc -Wparentheses warning.Jay Foad2014-05-13
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* remove some dead codeNuno Lopes2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29
* TableGen: don't save a StringRef to a local std::string.Tim Northover2014-03-29
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Get rid of a vector copy by just making a pointer out of the reference return...Craig Topper2014-02-05
* 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