Revert r152202 as it's causing internal buildbot failures.
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
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
2010-11-06 Chris Lattnerfix another fixme, replacing a string with a semantic...
2010-11-06 Chris Lattnerdisolve a hack, having CodeGenInstAlias decode the...
2010-11-04 Chris Lattnerpartition operand processing between aliases and instru...
2010-11-04 Chris Lattnerpull name slicing out of BuildInstructionOperandReferen...
2010-11-04 Chris Lattnercleanups.
2010-11-04 Chris Lattnerreplace SrcOpNum with SrcOpName, eliminating a numering...
2010-11-04 Chris Lattnerstrength reduce some code, resolving a fixme.
2010-11-04 Chris Lattnertake a big step to making aliases more general and...
2010-11-03 Chris Lattnerrename Operand -> AsmOperand for clarity.
2010-11-02 Chris LattnerCompletely reject instructions that have an operand...
2010-11-02 Chris Lattnermake MatchableInfo::Validate reject instructions (like...
2010-11-02 Chris Lattnerrewrite EmitConvertToMCInst to iterate over the MCInst...
2010-11-02 Chris Lattnermerge two large parallel loops in EmitConvertToMCInst...
2010-11-02 Chris Lattnera bunch of random cleanup, move a helper to CGT where...
2010-11-02 Chris Lattneradd and update comments.
2010-11-02 Chris Lattnerrefactor/cleanup MatchableInfo by eliminating the Token...
2010-11-02 Chris Lattnerrename operands -> asmoperands to be more descriptive.
2010-11-01 Chris Lattnerfix computation of ambiguous instructions to not ignore...
2010-11-01 Chris Lattnergive MatchableInfo::Operand a constructor
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Chris Lattnerrename InstructionInfo -> MatchableInfo since it now
2010-11-01 Chris Lattnerrefactor initialization of InstructionInfo to be sharab...
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-11-01 Chris Lattnerrefactor InstructionInfo to not have a pointer to CodeG...
next