summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-25
* Delete some dead and non-obvious code.Dan Gohman2009-11-24
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* Fix whitespace.Bob Wilson2009-11-22
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-22
* Fix some spelling in comments.Bob Wilson2009-11-21
* Avoid a redundant assertion.Bob Wilson2009-11-21
* TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar2009-11-19
* De-bork CMake buildDouglas Gregor2009-11-18
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-18
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-14
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-14
* Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel2009-11-11
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-08
* clang++ points out that this is pointless.Chris Lattner2009-11-06
* Don't print a redundant tab for inline asm, and do use the new printKill.Dan Gohman2009-11-06
* mark some constant global const.Chris Lattner2009-11-03
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-02
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* Move some code from being emitted as boilerplate duplicated in everyDan Gohman2009-10-29
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Sorry to break the build.Johnny Chen2009-10-29
* Minor tweak to forgo the the curly braces for most case blocks, except whenJohnny Chen2009-10-29
* 80-col violation.Mikhail Glushenkov2009-10-27
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Make 'unset_option' work on list options.Mikhail Glushenkov2009-10-22
* Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov2009-10-21
* More refactoring...Mikhail Glushenkov2009-10-19
* Refactoring, no functionality change.Mikhail Glushenkov2009-10-18
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-17
* Use raw_ostream::write_escaped instead of EscapeString.Daniel Dunbar2009-10-17
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* This variable is never used.Mikhail Glushenkov2009-10-17
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-17
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-15
* Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov2009-10-09
* Input files should go before all other options.Mikhail Glushenkov2009-10-08
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-01
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* A bit prettier formatting.Mikhail Glushenkov2009-09-28
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov2009-09-21
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-18
* add a comment.Chris Lattner2009-09-18
* slightly increase prettiness.Chris Lattner2009-09-14
* emit the register table as a massive string to avoid relocations.Chris Lattner2009-09-14
* move StringToOffsetTable out to its own header.Chris Lattner2009-09-14