summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-03
* 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
* Quick fix to make the header file for the enhancedSean Callanan2010-01-29
* Update CMake build.Ted Kremenek2010-01-29
* Added a custom TableGen backend to support theSean Callanan2010-01-29
* Escape double quotes in 'help'.Mikhail Glushenkov2010-01-26
* Modified the register matcher function in AsmMatcher toSean Callanan2010-01-23
* AsmMatcher: Add a comment.Daniel Dunbar2010-01-23
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-15
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-09
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-08
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-05
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Have TableGen emit code that uses dbgs() rather than errs().David Greene2010-01-05
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar2010-01-04
* Replace some special-case code which probably was buggy with an assertionDan Gohman2010-01-04
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-04
* Typo.Mikhail Glushenkov2010-01-01
* Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov2010-01-01
* Minor simplifications.Mikhail Glushenkov2010-01-01
* Better error message.Mikhail Glushenkov2010-01-01
* Use the 'MadeChange' variable instead of returning 'false' all of the time.Bill Wendling2009-12-25
* Don't emit trailing semicolon.Daniel Dunbar2009-12-24
* Cosmetic issue: more consistent naming.Mikhail Glushenkov2009-12-23
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-23
* Suppress compiler warning.Daniel Dunbar2009-12-23
* Fixes to the X86 disassembler:Sean Callanan2009-12-22
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-21
* fix build and while at it remove a redudant includeNuno Lopes2009-12-19
* More bzero -> memset that I missed.Daniel Dunbar2009-12-19
* Add missing newlines at EOF (for clang++).Daniel Dunbar2009-12-19
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19
* Fix a comment.Dan Gohman2009-12-19
* Make 'set_option' work with list options.Mikhail Glushenkov2009-12-18
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-17
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-17
* s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov2009-12-17
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-16
* Revert 90628, which was incorrect.Dan Gohman2009-12-15
* whitespaceJim Grosbach2009-12-15
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-15
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-15
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-15
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-09