Regenerate configure.
[oota-llvm.git] / utils / TableGen /
2010-01-23 Sean CallananModified the register matcher function in AsmMatcher to
2010-01-23 Daniel DunbarAsmMatcher: Add a comment.
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2010-01-05 David GreeneHave TableGen emit code that uses dbgs() rather than...
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-04 Daniel Dunbartblgen/OptParser: Use EmitSourceFileHeader.
2010-01-04 Dan GohmanReplace some special-case code which probably was buggy...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2010-01-01 Mikhail GlushenkovTypo.
2010-01-01 Mikhail GlushenkovMake CheckForSuperfluousOptions handle list form of...
2010-01-01 Mikhail GlushenkovMinor simplifications.
2010-01-01 Mikhail GlushenkovBetter error message.
2009-12-25 Bill WendlingUse the 'MadeChange' variable instead of returning...
2009-12-24 Daniel DunbarDon't emit trailing semicolon.
2009-12-23 Mikhail GlushenkovCosmetic issue: more consistent naming.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-23 Daniel DunbarSuppress compiler warning.
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-21 David GreeneFix a bug in !subst where TableGen would go and resubst...
2009-12-19 Nuno Lopesfix build and while at it remove a redudant include
2009-12-19 Daniel DunbarMore bzero -> memset that I missed.
2009-12-19 Daniel DunbarAdd missing newlines at EOF (for clang++).
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-19 Dan GohmanFix a comment.
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-17 Mikhail Glushenkovs/TokenizeCmdline/TokenizeCmdLine/
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-15 Dan GohmanRevert 90628, which was incorrect.
2009-12-15 Jim Grosbachwhitespace
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-12-07 Mikhail GlushenkovSimplify a bit.
2009-12-07 Mikhail GlushenkovThrow 'const char*' instead of 'std::string'.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-07 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-05 Dan GohmanMinor code simplification.
2009-12-04 Daniel DunbarOptParser: Emit HelpText field for option groups.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
2009-11-25 Daniel DunbarSketch TableGen disassembler emitter, based on patch...
2009-11-24 Dan GohmanDelete some dead and non-obvious code.
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-22 Bob WilsonFix whitespace.
2009-11-22 Bob WilsonFix pr5470. Tablegen handles template arguments by...
2009-11-21 Bob WilsonFix some spelling in comments.
2009-11-21 Bob WilsonAvoid a redundant assertion.
2009-11-19 Daniel DunbarTableGen/OptParser: When ordering options, make "sentin...
2009-11-18 Douglas GregorDe-bork CMake build
2009-11-18 Daniel DunbarTableGen: Add initial backend for clang Driver's option...
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-11-08 Anton KorobeynikovIt is invalid to infer the value type from the result...
2009-11-06 Chris Lattnerclang++ points out that this is pointless.
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-11-03 Chris Lattnermark some constant global const.
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-29 Dan GohmanMove some code from being emitted as boilerplate duplic...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Johnny ChenSorry to break the build.
2009-10-29 Johnny ChenMinor tweak to forgo the the curly braces for most...
2009-10-27 Mikhail Glushenkov80-col violation.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-22 Mikhail GlushenkovMake 'unset_option' work on list options.
2009-10-21 Mikhail GlushenkovImplement any_[not_]empty and list versions of switch_o...
2009-10-19 Mikhail GlushenkovMore refactoring...
2009-10-18 Mikhail GlushenkovRefactoring, no functionality change.
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail GlushenkovThis variable is never used.
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-15 Jakob Stoklund OlesenReport errors correctly for unselected target intrinsics.
2009-10-09 Mikhail GlushenkovOmit the 'out_file_index != -1' check when possible.
2009-10-08 Mikhail GlushenkovInput files should go before all other options.
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovA bit prettier formatting.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-21 Mikhail GlushenkovUse raw_ostream::indent instead of passing strings.
2009-09-18 Chris Lattnerconvert some stuff to StringRef to avoid temporary...
2009-09-18 Chris Lattneradd a comment.
2009-09-14 Chris Lattnerslightly increase prettiness.
2009-09-14 Chris Lattneremit the register table as a massive string to avoid...
next