aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2009-12-09Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar
2009-12-07Simplify a bit.Mikhail Glushenkov
2009-12-07Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-12-07Refactoring, no functionality change.Mikhail Glushenkov
2009-12-05Minor code simplification.Dan Gohman
2009-12-04OptParser: Emit HelpText field for option groups.Daniel Dunbar
2009-12-01Forward -save-temps to llvm-gcc.Mikhail Glushenkov
2009-11-25Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar
2009-11-24Delete some dead and non-obvious code.Dan Gohman
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-22Fix whitespace.Bob Wilson
2009-11-22Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson
2009-11-21Fix some spelling in comments.Bob Wilson
2009-11-21Avoid a redundant assertion.Bob Wilson
2009-11-19TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar
2009-11-18De-bork CMake buildDouglas Gregor
2009-11-18TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar
2009-11-14Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer
2009-11-14Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng
2009-11-11Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel
2009-11-08It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov
2009-11-06clang++ points out that this is pointless.Chris Lattner
2009-11-06Don't print a redundant tab for inline asm, and do use the new printKill.Dan Gohman
2009-11-03mark some constant global const.Chris Lattner
2009-11-02Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov
2009-10-30Initial target-independent CodeGen support for BlockAddresses.Dan Gohman
2009-10-29Move some code from being emitted as boilerplate duplicated in everyDan Gohman
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-10-29Sorry to break the build.Johnny Chen
2009-10-29Minor tweak to forgo the the curly braces for most case blocks, except whenJohnny Chen
2009-10-2780-col violation.Mikhail Glushenkov
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-22Make 'unset_option' work on list options.Mikhail Glushenkov
2009-10-21Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov
2009-10-19More refactoring...Mikhail Glushenkov
2009-10-18Refactoring, no functionality change.Mikhail Glushenkov
2009-10-17Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar
2009-10-17Use raw_ostream::write_escaped instead of EscapeString.Daniel Dunbar
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-17This variable is never used.Mikhail Glushenkov
2009-10-17Disallow multiple instances of PluginPriority.Mikhail Glushenkov
2009-10-15Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen
2009-10-09Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov
2009-10-08Input files should go before all other options.Mikhail Glushenkov
2009-10-01Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng
2009-09-28Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
2009-09-28A bit prettier formatting.Mikhail Glushenkov