aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete some dead and non-obvious code.Dan Gohman2009-11-242-55/+0
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-1/+0
* Fix whitespace.Bob Wilson2009-11-223-288/+267
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-221-8/+20
* Fix some spelling in comments.Bob Wilson2009-11-212-4/+4
* Avoid a redundant assertion.Bob Wilson2009-11-211-2/+1
* TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar2009-11-191-3/+10
* De-bork CMake buildDouglas Gregor2009-11-181-0/+1
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-183-10/+248
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-141-5/+4
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-141-0/+18
* Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel2009-11-111-0/+4
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-081-1/+1
* clang++ points out that this is pointless.Chris Lattner2009-11-061-1/+1
* Don't print a redundant tab for inline asm, and do use the new printKill.Dan Gohman2009-11-061-2/+1
* mark some constant global const.Chris Lattner2009-11-031-7/+8
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-021-1/+0
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+1
* Move some code from being emitted as boilerplate duplicated in everyDan Gohman2009-10-291-58/+0
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-294-5/+4
* Sorry to break the build.Johnny Chen2009-10-291-1158/+0
* Minor tweak to forgo the the curly braces for most case blocks, except whenJohnny Chen2009-10-291-0/+1158
* 80-col violation.Mikhail Glushenkov2009-10-271-1/+2