Moving definition of MnemonicContainsDot field from class Instruction to class AsmPar...
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-04-27 Ulrich WeigandHandle tied sub-operands in AsmMatcherEmitter
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-03 Chad Rosier[ms-inline asm] Default to the 'm' constraint. This...
2012-10-02 Chad RosierFix 80-column violations. Cleanup whitespace in generat...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierWhitespace.
2012-09-19 Sean SilvaIterate deterministicaly over ClassInfo*'s
2012-09-19 Sean SilvaIterate deterministically over register classes
2012-09-18 Craig TopperMake custom operand parsing mnemonic indices use the...
2012-09-18 Craig TopperUse variable type for index into mnemonic table. Shrink...
2012-09-18 Craig TopperMark asm matcher conversion table as const.
2012-09-18 Craig TopperFix typo in comment. No functional change.
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-12 Jim GrosbachTableGen: Convert an assert() to a proper diagnostic.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Make comment more verbose and add an...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemove extraneous return.
2012-09-03 Chad Rosier[ms-inline asm] Return the MCOperandNum instead of...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierHoist a check to eliminate obvious mismatches as early...
2012-08-30 Chad Rosier[ms-inline asm] Add a new function, GetMCInstOperandNum...
2012-08-29 Andrew TrickFix a nondeterminism in the ARM assembler.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachTblGen: Make asm-matcher ConvertToMCInst() table driven.
2012-08-21 Chad RosierFormatting. No functional change.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-04 Bill WendlingRemove extraneous ';'.
2012-07-16 Owen AndersonDefer checking for registers in the MC AsmMatcher until...
2012-07-12 Jim GrosbachTableGen: Assembly matcher 'insufficient operands'...
2012-06-26 Jim GrosbachTableGen: AsmMatcher diagnostics preference detail.
2012-06-22 Jim GrosbachTableGen: AsmMatcher support for better operand diagnos...
2012-06-18 Jim GrosbachTableGen: AsmMatcher missing-features list minimization.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-05-06 Jim GrosbachTableGen: AsmMatcher diagnostic when missing instructio...
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-19 Jim GrosbachTableGen support for auto-generating assembly two-opera...
2012-04-19 Jim GrosbachUse a SmallVector instead of std::vector for ResOperands.
2012-04-19 Jim GrosbachUpdate some internal naming conventions to modern style.
2012-04-18 Jim GrosbachFix typo.
2012-04-17 Jim GrosbachSanity check error handling for TokenAlias.
2012-04-17 Jim GrosbachTidy up. 80 columns.
2012-04-11 Jim GrosbachTidy up. Remove hard tab characters.
2012-04-02 Craig TopperReorder fields in MatchEntry and OperandMatchEntry...
2012-03-15 Jakob Stoklund OlesenMake MnemonicTable const again. That part of r152202...
2012-03-15 Jakob Stoklund OlesenDon't assume all mnemonics fit in 64k.
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
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-03 Benjamin KramerPerform the string table optimization for OperandMatchE...
2012-03-03 Benjamin KramerShrink the asm matcher tables.
2012-03-01 Jim GrosbachRevert "Emit the SubRegTable with the smallest possible...
2012-02-29 Benjamin KramerEmit the SubRegTable with the smallest possible integer...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-24 Jim GrosbachTidy up. Trailing whitespace.
2012-01-17 Devang PatelIntel syntax: Ignore mnemonic aliases.
2012-01-10 Devang PatelRecord asm variant id in MatchEntry and check it while...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-09 Devang PatelUse descriptive variable name and remove incorrect...
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2012-01-07 Devang PatelRefactor.
2012-01-07 Devang PatelEliminate an error check that may not work with all...
2012-01-05 Devang PatelDo not hard code asm variant number.
2011-12-06 Jim GrosbachExtend AsmMatcher token literal matching to allow aliasing.
2011-12-06 Jim GrosbachTidy up. Fix naming convention stuff for some internal...
2011-11-30 Jim GrosbachReplace an assert() with an actual diagnostic.
2011-10-28 Jim GrosbachAllow InstAlias's to use immediate matcher patterns...
2011-10-17 Benjamin KramerPick low-hanging MatchEntry shrinkage fruit.
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-08-16 Jim GrosbachPrefer diagnostics from target predicate in asm matcher.
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
next