aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-01-26Escape double quotes in 'help'.Mikhail Glushenkov
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-23Modified the register matcher function in AsmMatcher toSean Callanan
2010-01-23AsmMatcher: Add a comment.Daniel Dunbar
2010-01-22Make GetSourceVersion more portable, thanks Pawel!Daniel Dunbar
2010-01-22lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar
2010-01-21Add a simple script for getting a version tag from a svn/git-svn/gitDaniel Dunbar
2010-01-19The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson
2010-01-18update mkpatch, patch by Garrison Venn!Chris Lattner
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
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-14Use ENABLE_ASSERTIONS throughout.Bill Wendling
2010-01-14Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings
2010-01-14Enable assertions by default for Apple-style builds.Stuart Hastings
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-09Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman
2010-01-09Set the vim auto-indent setting for open braces after case statements toDan Gohman
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-26lit: Add setuptools support.Daniel Dunbar
2009-12-26lit: Sink code into a 'lit' package.Daniel Dunbar
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-19.llx is no more.Chris Lattner
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-18Fix an issue in googletest where a name was used before it was defined.Eli Friedman
2009-12-18Make 'set_option' work with list options.Mikhail Glushenkov
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov