Add stub methods for mips assembly matcher.
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
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.
2011-08-15 Jim GrosbachMove MatchResultTy enum into base class definition.
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-15 Kevin EnderbyHave tblgen produce code that tolerates operands that...
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-08 Eli FriedmanFix dangling pointer.
2011-07-08 Evan ChengFix a dangling reference. Patch by Dave Abrahams. pr10311
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
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-05-03 Jim GrosbachTidy up. Add missing newline to generated file.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-01 Daniel Dunbartlbgen/MC: StringRef's to temporary objects considered...
2011-02-17 Joerg SonnenbergerCheck that MnemonicAlias doesn't map back to the same...
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Jim GrosbachTidy out asm matcher .inc output.
2011-02-10 Bill WendlingDon't return before calling the post-processing functio...
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-04 Daniel DunbarMC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmP...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-02 Kevin EnderbyChanged the TableGen created MatchInstructionImpl(...
2011-01-26 Bob WilsonAdd a MnemonicIsValid method to the asm matcher.
2011-01-26 Bob WilsonFix spelling of CouldMatchAmbiguouslyWith method name.
2011-01-26 Bob WilsonWhitespace and 80-column fixes.
2011-01-26 Bob WilsonImprove the AsmMatcher's ability to handle suboperands.
2011-01-24 Daniel Dunbartblgen/AsmMatcherEmitter: Fix alias handling to honor...
2011-01-22 Bill WendlingARM uses '.' in their tokens. Give it a name instead...
2011-01-20 Bob WilsonTidy comment.
2011-01-20 Bob WilsonPrecompute InstAlias operand mapping to result instruct...
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Daniel DunbarFormatting tweak.
2011-01-14 Bob WilsonFix some tablegen issues to allow using zero_reg for...
2011-01-10 Daniel DunbarMC/AsmMatcher: Fix indirect 80-col viola.
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-11-18 Bill WendlingGive the exclamation point a name instead of a number.
2010-11-06 Chris Lattnerpass literals like $$1 through to the asm matcher....
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnerfix a bug where we had an implicit assumption that the
2010-11-06 Chris Lattnerfix some bugs in the alias support, unblocking changing...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-06 Chris Lattnerimplement more checking to reject things like:
2010-11-06 Chris Lattnersimplify
next