| Commit message (Expand) | Author | Age | Files | Lines |
* | Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a | Dan Gohman | 2010-01-09 | 1 | -1/+3 |
* | Set the vim auto-indent setting for open braces after case statements to | Dan Gohman | 2010-01-09 | 1 | -1/+1 |
* | Add DEBUG_DECLARE. Not used yet. | Dale Johannesen | 2010-01-09 | 3 | -5/+16 |
* | Add DEBUG_VALUE. Not used yet. | Dale Johannesen | 2010-01-08 | 3 | -5/+16 |
* | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -1/+1 |
* | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Add an !eq() operator to TableGen. It operates on strings only. | David Greene | 2010-01-05 | 5 | -2/+20 |
* | Have TableGen emit code that uses dbgs() rather than errs(). | David Greene | 2010-01-05 | 1 | -2/+2 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -75/+102 |
* | tblgen/OptParser: Use EmitSourceFileHeader. | Daniel Dunbar | 2010-01-04 | 1 | -20/+4 |
* | Replace some special-case code which probably was buggy with an assertion | Dan Gohman | 2010-01-04 | 1 | -6/+1 |
* | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman | 2010-01-04 | 3 | -26/+3 |
* | Typo. | Mikhail Glushenkov | 2010-01-01 | 1 | -1/+1 |
* | Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly. | Mikhail Glushenkov | 2010-01-01 | 1 | -5/+18 |
* | Minor simplifications. | Mikhail Glushenkov | 2010-01-01 | 1 | -1/+1 |
* | Better error message. | Mikhail Glushenkov | 2010-01-01 | 1 | -1/+1 |
* | lit: Add setuptools support. | Daniel Dunbar | 2009-12-26 | 1 | -0/+69 |
* | lit: Sink code into a 'lit' package. | Daniel Dunbar | 2009-12-26 | 40 | -573/+591 |
* | Use the 'MadeChange' variable instead of returning 'false' all of the time. | Bill Wendling | 2009-12-25 | 1 | -3/+2 |
* | Don't emit trailing semicolon. | Daniel Dunbar | 2009-12-24 | 1 | -1/+1 |
* | Cosmetic issue: more consistent naming. | Mikhail Glushenkov | 2009-12-23 | 1 | -55/+55 |
* | Allow (set_option SwitchOption, true). | Mikhail Glushenkov | 2009-12-23 | 1 | -12/+29 |
* | Suppress compiler warning. | Daniel Dunbar | 2009-12-23 | 1 | -0/+2 |
* | Fixes to the X86 disassembler: | Sean Callanan | 2009-12-22 | 1 | -3/+3 |
* | Fix a bug in !subst where TableGen would go and resubstitute text it had | David Greene | 2009-12-21 | 1 | -1/+3 |
* | .llx is no more. | Chris Lattner | 2009-12-19 | 2 | -2/+1 |
* | fix build and while at it remove a redudant include | Nuno Lopes | 2009-12-19 | 2 | -2/+1 |
* | More bzero -> memset that I missed. | Daniel Dunbar | 2009-12-19 | 2 | -13/+13 |
* | Add missing newlines at EOF (for clang++). | Daniel Dunbar | 2009-12-19 | 2 | -2/+2 |
* | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 8 | -0/+2425 |
* | Fix a comment. | Dan Gohman | 2009-12-19 | 1 | -2/+2 |
* | Fix an issue in googletest where a name was used before it was defined. | Eli Friedman | 2009-12-18 | 1 | -1/+6 |
* | Make 'set_option' work with list options. | Mikhail Glushenkov | 2009-12-18 | 1 | -10/+23 |
* | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov | 2009-12-17 | 1 | -16/+64 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-12-17 | 1 | -120/+149 |
* | s/TokenizeCmdline/TokenizeCmdLine/ | Mikhail Glushenkov | 2009-12-17 | 1 | -14/+13 |
* | Add @earlyclobber TableGen constraint | Jim Grosbach | 2009-12-16 | 1 | -4/+24 |
* | Remove superfluous 'extern' variable that was causing a warning with clang. | Bill Wendling | 2009-12-16 | 1 | -1/+1 |
* | Some command lines don't like numbers with leading zeros. Remove them. | Bill Wendling | 2009-12-15 | 1 | -1/+5 |
* | lit: Improve error when gtest discovery fails. | Daniel Dunbar | 2009-12-15 | 1 | -3/+8 |
* | Revert 90628, which was incorrect. | Dan Gohman | 2009-12-15 | 2 | -8/+10 |
* | whitespace | Jim Grosbach | 2009-12-15 | 1 | -26/+26 |
* | Convert llvmc tests to FileCheck. | Mikhail Glushenkov | 2009-12-15 | 1 | -1/+1 |
* | Support hook invocation from 'append_cmd'. | Mikhail Glushenkov | 2009-12-15 | 1 | -37/+62 |
* | Validate the generated C++ code in llvmc tests. | Mikhail Glushenkov | 2009-12-15 | 1 | -19/+20 |
* | Allow $CALL(Hook, '$INFILE') for non-join tools. | Mikhail Glushenkov | 2009-12-15 | 1 | -37/+74 |
* | NNT: Make sure stderr for build commands goes to log file, as intended but mi... | Daniel Dunbar | 2009-12-15 | 1 | -4/+4 |
* | NNT: Use [e]grep -a when scanning logs, its possibly they will have non-text | Daniel Dunbar | 2009-12-14 | 1 | -5/+5 |
* | NNT: Always create the -sentdata.txt file. | Daniel Dunbar | 2009-12-14 | 1 | -4/+11 |
* | Remove unneeded ';' and a class/struct mismatch (noticed by clang). | Daniel Dunbar | 2009-12-09 | 3 | -3/+3 |