summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2010-01-19The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson1-16/+11
2010-01-18update mkpatch, patch by Garrison Venn!Chris Lattner1-2/+2
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher2-2/+1
2010-01-15Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen3-16/+5
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner1-9/+13
2010-01-14Use ENABLE_ASSERTIONS throughout.Bill Wendling1-2/+2
2010-01-14Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings1-2/+0
2010-01-14Enable assertions by default for Apple-style builds.Stuart Hastings1-2/+2
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer1-1/+3
2010-01-09Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman1-1/+3
2010-01-09Set the vim auto-indent setting for open braces after case statements toDan Gohman1-1/+1
2010-01-09Add DEBUG_DECLARE. Not used yet.Dale Johannesen3-5/+16
2010-01-08Add DEBUG_VALUE. Not used yet.Dale Johannesen3-5/+16
2010-01-06Partially address a README by having functionattrs consider calls toDuncan Sands1-1/+1
2010-01-05Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman1-1/+1
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene5-2/+20
2010-01-05Have TableGen emit code that uses dbgs() rather than errs().David Greene1-2/+2
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman1-75/+102
2010-01-04tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar1-20/+4
2010-01-04Replace some special-case code which probably was buggy with an assertionDan Gohman1-6/+1
2010-01-04Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman3-26/+3
2010-01-01Typo.Mikhail Glushenkov1-1/+1
2010-01-01Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov1-5/+18
2010-01-01Minor simplifications.Mikhail Glushenkov1-1/+1
2010-01-01Better error message.Mikhail Glushenkov1-1/+1
2009-12-26lit: Add setuptools support.Daniel Dunbar1-0/+69
2009-12-26lit: Sink code into a 'lit' package.Daniel Dunbar40-573/+591
2009-12-25Use the 'MadeChange' variable instead of returning 'false' all of the time.Bill Wendling1-3/+2
2009-12-24Don't emit trailing semicolon.Daniel Dunbar1-1/+1
2009-12-23Cosmetic issue: more consistent naming.Mikhail Glushenkov1-55/+55
2009-12-23Allow (set_option SwitchOption, true).Mikhail Glushenkov1-12/+29
2009-12-23Suppress compiler warning.Daniel Dunbar1-0/+2
2009-12-22Fixes to the X86 disassembler:Sean Callanan1-3/+3
2009-12-21Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene1-1/+3
2009-12-19.llx is no more.Chris Lattner2-2/+1
2009-12-19fix build and while at it remove a redudant includeNuno Lopes2-2/+1
2009-12-19More bzero -> memset that I missed.Daniel Dunbar2-13/+13
2009-12-19Add missing newlines at EOF (for clang++).Daniel Dunbar2-2/+2
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan8-0/+2425
2009-12-19Fix a comment.Dan Gohman1-2/+2
2009-12-18Fix an issue in googletest where a name was used before it was defined.Eli Friedman1-1/+6
2009-12-18Make 'set_option' work with list options.Mikhail Glushenkov1-10/+23
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov1-16/+64
2009-12-17Refactoring, no functionality change.Mikhail Glushenkov1-120/+149
2009-12-17s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov1-14/+13
2009-12-16Add @earlyclobber TableGen constraintJim Grosbach1-4/+24
2009-12-16Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling1-1/+1
2009-12-15Some command lines don't like numbers with leading zeros. Remove them.Bill Wendling1-1/+5
2009-12-15lit: Improve error when gtest discovery fails.Daniel Dunbar1-3/+8
2009-12-15Revert 90628, which was incorrect.Dan Gohman2-8/+10