aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2010-01-15Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-09Add DEBUG_DECLARE. Not used yet.Dale Johannesen
2010-01-08Add DEBUG_VALUE. Not used yet.Dale Johannesen
2010-01-06Partially address a README by having functionattrs consider calls toDuncan Sands
2010-01-05Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2010-01-05Have TableGen emit code that uses dbgs() rather than errs().David Greene
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
2010-01-04tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar
2010-01-04Replace some special-case code which probably was buggy with an assertionDan Gohman
2010-01-04Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman
2010-01-01Typo.Mikhail Glushenkov
2010-01-01Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov
2010-01-01Minor simplifications.Mikhail Glushenkov
2010-01-01Better error message.Mikhail Glushenkov
2009-12-25Use the 'MadeChange' variable instead of returning 'false' all of the time.Bill Wendling
2009-12-24Don't emit trailing semicolon.Daniel Dunbar
2009-12-23Cosmetic issue: more consistent naming.Mikhail Glushenkov
2009-12-23Allow (set_option SwitchOption, true).Mikhail Glushenkov
2009-12-23Suppress compiler warning.Daniel Dunbar
2009-12-22Fixes to the X86 disassembler:Sean Callanan
2009-12-21Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene
2009-12-19fix build and while at it remove a redudant includeNuno Lopes
2009-12-19More bzero -> memset that I missed.Daniel Dunbar
2009-12-19Add missing newlines at EOF (for clang++).Daniel Dunbar
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan
2009-12-19Fix a comment.Dan Gohman
2009-12-18Make 'set_option' work with list options.Mikhail Glushenkov
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-17Refactoring, no functionality change.Mikhail Glushenkov
2009-12-17s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov
2009-12-16Add @earlyclobber TableGen constraintJim Grosbach
2009-12-15Revert 90628, which was incorrect.Dan Gohman
2009-12-15whitespaceJim Grosbach
2009-12-15Convert llvmc tests to FileCheck.Mikhail Glushenkov
2009-12-15Support hook invocation from 'append_cmd'.Mikhail Glushenkov
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov
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