simplify DEBUG_WITH_TYPE usage
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
2010-09-06 Chris Lattnersimplify DEBUG_WITH_TYPE usage
2010-09-06 Chris Lattnerthis if can now be an assert.
2010-09-06 Chris Lattner;
2010-09-06 Chris Lattnernow that the opcode is trivially exposed, start matchin...
2010-09-06 Chris Lattneremit the match table at global scope instead of within the
2010-09-06 Chris Lattnerspecial case the mnemonic operand of the instruction...
2010-09-06 Chris LattnerThe "ambiguous instructions" check only produces anythi...
2010-09-06 Chris Lattnerhave tblgen detect when an instruction would have match...
2010-09-06 Chris Lattnerchange MatchInstructionImpl to return an enum instead...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-06 Chris Lattnerfactor the snazzy string matcher code that Daniel hates
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Treat '.' in assembly strings as...
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Downgrade instructions with tied...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-05-27 Daniel DunbarAsmMatcher: Ensure classes are totally ordered, so...
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-19 Chris Lattnerdon't go through getInstructions().
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-02-12 Daniel DunbarMC: Fix bug where trailing tied operands were forgotten...
2010-02-10 Daniel DunbarMC/AsmMatcher: Tweak conversion function name.
2010-02-10 Daniel DunbarMC/AsmMatcher: Add support for creating tied operands...
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-02 Daniel DunbarAsmMatcherEmitter: Use stable_sort when reordering...
2010-01-30 Daniel DunbarAsmMatcher: Create operand classes before use, apparent...
2010-01-23 Sean CallananModified the register matcher function in AsmMatcher to
2010-01-23 Daniel DunbarAsmMatcher: Add a comment.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-11 Daniel Dunbarllvm-mc/AsmMatcher: Fix two thinkos in determining...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Implement automatic classification...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Remove some code which has been...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Add hack to ignore Int_* and *_Int...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Separate instruction ordering for...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Sketch infrastructure for ordering...
2009-08-08 Chris Lattnerfix edito
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher (missed a...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Chris Lattneradd a little function to do arbitrary string pattern...
2009-08-08 Chris Lattneradd another const
2009-08-08 Chris Lattnerremove a useless anon-ns, make table const.
2009-08-08 Benjamin KramerMSVC doesn't like member variables with the same name...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch to a unified function to...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move emit for register -> enum...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-04 Daniel DunbarTableGen / AsmMatcher: Tweaks to avoid generating compl...
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-30 Daniel DunbarRemove unintended changes.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-17 Daniel Dunbartblgen/AsmMatcher: Emit simple matcher for register...
2009-07-11 Daniel DunbarStub out assembly matcher (.s -> MCInst) tblgen backend.