| Age | Commit message (Expand) | Author |
| 2010-01-15 | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen |
| 2010-01-14 | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner |
| 2010-01-14 | Use ENABLE_ASSERTIONS throughout. | Bill Wendling |
| 2010-01-14 | Erm, previous patch was wrong; Thanks Bill\! | Stuart Hastings |
| 2010-01-14 | Enable assertions by default for Apple-style builds. | Stuart Hastings |
| 2010-01-11 | Reimplement getToken and SplitString as "StringRef helper functions" | Benjamin Kramer |
| 2010-01-09 | Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a | Dan Gohman |
| 2010-01-09 | Set the vim auto-indent setting for open braces after case statements to | Dan Gohman |
| 2010-01-09 | Add DEBUG_DECLARE. Not used yet. | Dale Johannesen |
| 2010-01-08 | Add DEBUG_VALUE. Not used yet. | Dale Johannesen |
| 2010-01-06 | Partially address a README by having functionattrs consider calls to | Duncan Sands |
| 2010-01-05 | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman |
| 2010-01-05 | Add an !eq() operator to TableGen. It operates on strings only. | David Greene |
| 2010-01-05 | Have TableGen emit code that uses dbgs() rather than errs(). | David Greene |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2010-01-04 | tblgen/OptParser: Use EmitSourceFileHeader. | Daniel Dunbar |
| 2010-01-04 | Replace some special-case code which probably was buggy with an assertion | Dan Gohman |
| 2010-01-04 | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman |
| 2010-01-01 | Typo. | Mikhail Glushenkov |
| 2010-01-01 | Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly. | Mikhail Glushenkov |
| 2010-01-01 | Minor simplifications. | Mikhail Glushenkov |
| 2010-01-01 | Better error message. | Mikhail Glushenkov |
| 2009-12-26 | lit: Add setuptools support. | Daniel Dunbar |
| 2009-12-26 | lit: Sink code into a 'lit' package. | Daniel Dunbar |
| 2009-12-25 | Use the 'MadeChange' variable instead of returning 'false' all of the time. | Bill Wendling |
| 2009-12-24 | Don't emit trailing semicolon. | Daniel Dunbar |
| 2009-12-23 | Cosmetic issue: more consistent naming. | Mikhail Glushenkov |
| 2009-12-23 | Allow (set_option SwitchOption, true). | Mikhail Glushenkov |
| 2009-12-23 | Suppress compiler warning. | Daniel Dunbar |
| 2009-12-22 | Fixes to the X86 disassembler: | Sean Callanan |
| 2009-12-21 | Fix a bug in !subst where TableGen would go and resubstitute text it had | David Greene |
| 2009-12-19 | .llx is no more. | Chris Lattner |
| 2009-12-19 | fix build and while at it remove a redudant include | Nuno Lopes |
| 2009-12-19 | More bzero -> memset that I missed. | Daniel Dunbar |
| 2009-12-19 | Add missing newlines at EOF (for clang++). | Daniel Dunbar |
| 2009-12-19 | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan |
| 2009-12-19 | Fix a comment. | Dan Gohman |
| 2009-12-18 | Fix an issue in googletest where a name was used before it was defined. | Eli Friedman |
| 2009-12-18 | Make 'set_option' work with list options. | Mikhail Glushenkov |
| 2009-12-17 | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov |
| 2009-12-17 | Refactoring, no functionality change. | Mikhail Glushenkov |
| 2009-12-17 | s/TokenizeCmdline/TokenizeCmdLine/ | Mikhail Glushenkov |
| 2009-12-16 | Add @earlyclobber TableGen constraint | Jim Grosbach |
| 2009-12-16 | Remove superfluous 'extern' variable that was causing a warning with clang. | Bill Wendling |
| 2009-12-15 | Some command lines don't like numbers with leading zeros. Remove them. | Bill Wendling |
| 2009-12-15 | lit: Improve error when gtest discovery fails. | Daniel Dunbar |
| 2009-12-15 | Revert 90628, which was incorrect. | Dan Gohman |
| 2009-12-15 | whitespace | Jim Grosbach |
| 2009-12-15 | Convert llvmc tests to FileCheck. | Mikhail Glushenkov |
| 2009-12-15 | Support hook invocation from 'append_cmd'. | Mikhail Glushenkov |