aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-263-3/+3
* Make 'unset_option' work on list options.Mikhail Glushenkov2009-10-221-6/+6
* Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov2009-10-211-60/+146
* More refactoring...Mikhail Glushenkov2009-10-191-46/+55
* Refactoring, no functionality change.Mikhail Glushenkov2009-10-181-69/+158
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-171-0/+23
* Use raw_ostream::write_escaped instead of EscapeString.Daniel Dunbar2009-10-172-12/+13
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-171-32/+191
* This variable is never used.Mikhail Glushenkov2009-10-171-2/+1
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-171-4/+10
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-152-2/+12
* Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov2009-10-091-6/+54
* Input files should go before all other options.Mikhail Glushenkov2009-10-081-14/+24
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-013-0/+6
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-284-9/+11
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-281-5/+21
* A bit prettier formatting.Mikhail Glushenkov2009-09-281-3/+3
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-18/+11
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-3/+3
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-241-5/+3
* Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov2009-09-211-145/+163
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-182-47/+47
* add a comment.Chris Lattner2009-09-181-0/+5