aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-153-16/+5
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-141-9/+13
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-111-1/+3
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-093-5/+16
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-083-5/+16
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-1/+1
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-051-1/+1
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-055-2/+20
* Have TableGen emit code that uses dbgs() rather than errs().David Greene2010-01-051-2/+2
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-75/+102
* tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar2010-01-041-20/+4
* Replace some special-case code which probably was buggy with an assertionDan Gohman2010-01-041-6/+1
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-043-26/+3
* Typo.Mikhail Glushenkov2010-01-011-1/+1
* Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov2010-01-011-5/+18
* Minor simplifications.Mikhail Glushenkov2010-01-011-1/+1
* Better error message.Mikhail Glushenkov2010-01-011-1/+1
* Use the 'MadeChange' variable instead of returning 'false' all of the time.Bill Wendling2009-12-251-3/+2
* Don't emit trailing semicolon.Daniel Dunbar2009-12-241-1/+1
* Cosmetic issue: more consistent naming.Mikhail Glushenkov2009-12-231-55/+55
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-231-12/+29
* Suppress compiler warning.Daniel Dunbar2009-12-231-0/+2
* Fixes to the X86 disassembler:Sean Callanan2009-12-221-3/+3
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-211-1/+3
* fix build and while at it remove a redudant includeNuno Lopes2009-12-192-2/+1
* More bzero -> memset that I missed.Daniel Dunbar2009-12-192-13/+13
* Add missing newlines at EOF (for clang++).Daniel Dunbar2009-12-192-2/+2
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-198-0/+2425
* Fix a comment.Dan Gohman2009-12-191-2/+2
* Make 'set_option' work with list options.Mikhail Glushenkov2009-12-181-10/+23
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-171-16/+64
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-171-120/+149
* s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov2009-12-171-14/+13
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-161-4/+24
* Revert 90628, which was incorrect.Dan Gohman2009-12-152-8/+10
* whitespaceJim Grosbach2009-12-151-26/+26
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-151-1/+1
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-151-37/+62
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-19/+20
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-151-37/+74
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-093-3/+3
* Simplify a bit.Mikhail Glushenkov2009-12-071-13/+5
* Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov2009-12-071-11/+10
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-071-45/+41
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-071-28/+143
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-071-98/+163
* Minor code simplification.Dan Gohman2009-12-052-10/+8
* OptParser: Emit HelpText field for option groups.Daniel Dunbar2009-12-041-1/+12
* Forward -save-temps to llvm-gcc.Mikhail Glushenkov2009-12-011-0/+3
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-254-0/+66