summaryrefslogtreecommitdiff
path: root/utils/TableGen/AsmMatcherEmitter.cpp
Commit message (Expand)AuthorAge
* AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli...Daniel Dunbar2010-05-27
* tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...Daniel Dunbar2010-05-22
* MC/Matcher: Add support for over-riding the default MatchInstruction functionDaniel Dunbar2010-05-04
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-19
* don't go through getInstructions().Chris Lattner2010-03-19
* MC/AsmMatcher: Add support for target specific "instruction cleanup" functions,Daniel Dunbar2010-03-18
* MC: Fix bug where trailing tied operands were forgotten; the X86 assemblerDaniel Dunbar2010-02-12
* MC/AsmMatcher: Tweak conversion function name.Daniel Dunbar2010-02-10
* MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts.Daniel Dunbar2010-02-10
* pass stringref by value instead of by const&Chris Lattner2010-02-09
* AsmMatcherEmitter: Use stable_sort when reordering instructions, so that orderDaniel Dunbar2010-02-02
* AsmMatcher: Create operand classes before use, apparently records aren't visitedDaniel Dunbar2010-01-30
* Modified the register matcher function in AsmMatcher toSean Callanan2010-01-23
* AsmMatcher: Add a comment.Daniel Dunbar2010-01-23
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-11
* Add 'isCodeGenOnly' bit to Instruction .td records.Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will beDaniel Dunbar2009-08-11
* llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes areDaniel Dunbar2009-08-11
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to callDaniel Dunbar2009-08-10
* llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move toDaniel Dunbar2009-08-10
* llvm-mc/AsmMatcher: Change assembler parser match classes to their own recordDaniel Dunbar2009-08-10
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-10
* llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, toDaniel Dunbar2009-08-09
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Define match classes in the .td file.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detectingDaniel Dunbar2009-08-09
* fix editoChris Lattner2009-08-08
* llvm-mc/AsmMatcher: Tweak string matcher (missed a newline).Daniel Dunbar2009-08-08
* llvm-mc/AsmMatcher: Tweak string matcher.Daniel Dunbar2009-08-08
* llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.Daniel Dunbar2009-08-08
* add a little function to do arbitrary string pattern matching in aChris Lattner2009-08-08
* add another constChris Lattner2009-08-08
* remove a useless anon-ns, make table const.Chris Lattner2009-08-08
* MSVC doesn't like member variables with the same name as the class.Benjamin Kramer2009-08-08
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-08
* llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst,Daniel Dunbar2009-08-08
* llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate ro...Daniel Dunbar2009-08-07
* llvm-mc/AsmMatcher: Tweaks in response to feedback.Daniel Dunbar2009-08-07
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-07
* TableGen / AsmMatcher: Tweaks to avoid generating completely bogus matchDaniel Dunbar2009-08-04
* Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar2009-08-02
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-31
* Remove unintended changes.Daniel Dunbar2009-07-30
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-30
* Match X86 register names to number.Daniel Dunbar2009-07-29
* tblgen/AsmMatcher: Emit simple matcher for register names.Daniel Dunbar2009-07-17