| Commit message (Expand) | Author | Age | Files | Lines |
* | pass stringref by value instead of by const& | Chris Lattner | 2010-02-09 | 1 | -10/+10 |
* | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen | 2010-02-06 | 2 | -1/+2 |
* | Make lit's gtest support honor config.environment. | Jeffrey Yasskin | 2010-02-05 | 2 | -8/+17 |
* | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin | 2010-02-04 | 1 | -1/+142 |
* | sink handling of target-independent machine instrs (other | Chris Lattner | 2010-02-03 | 1 | -18/+0 |
* | AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order | Daniel Dunbar | 2010-02-02 | 1 | -3/+5 |
* | AsmMatcher: Create operand classes before use, apparently records aren't visited | Daniel Dunbar | 2010-01-30 | 1 | -1/+7 |
* | FileCheck: When looking for "possible matches", only compare against the prefix | Daniel Dunbar | 2010-01-30 | 1 | -1/+4 |
* | Minor code cleanup. | Dan Gohman | 2010-01-29 | 1 | -1/+1 |
* | Skip whitespace when looking for a potential intended match. | Dan Gohman | 2010-01-29 | 1 | -0/+5 |
* | Fix the position of the caret in the FileCheck error message. | Dan Gohman | 2010-01-29 | 1 | -1/+4 |
* | FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. | Daniel Dunbar | 2010-01-29 | 1 | -6/+1 |
* | Quick fix to make the header file for the enhanced | Sean Callanan | 2010-01-29 | 1 | -3/+3 |
* | Recognize 'add_executable' when analyzing CMake files. | Ted Kremenek | 2010-01-29 | 1 | -1/+2 |
* | Update CMake build. | Ted Kremenek | 2010-01-29 | 1 | -0/+1 |
* | Added a custom TableGen backend to support the | Sean Callanan | 2010-01-29 | 3 | -0/+905 |
* | Escape double quotes in 'help'. | Mikhail Glushenkov | 2010-01-26 | 1 | -2/+17 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 2 | -0/+2 |
* | Modified the register matcher function in AsmMatcher to | Sean Callanan | 2010-01-23 | 1 | -3/+5 |
* | AsmMatcher: Add a comment. | Daniel Dunbar | 2010-01-23 | 1 | -0/+4 |
* | Make GetSourceVersion more portable, thanks Pawel! | Daniel Dunbar | 2010-01-22 | 1 | -1/+1 |
* | lit: Separate test suite from test name with spaces, to make it easier to cut... | Daniel Dunbar | 2010-01-22 | 1 | -1/+1 |
* | Add a simple script for getting a version tag from a svn/git-svn/git | Daniel Dunbar | 2010-01-21 | 1 | -0/+27 |
* | The change in r90189 adds a link in a directory outside the iPhone platform | Bob Wilson | 2010-01-19 | 1 | -16/+11 |
* | update mkpatch, patch by Garrison Venn! | Chris Lattner | 2010-01-18 | 1 | -2/+2 |
* | Remove the InlineHint attribute. There are no current or planned | Eric Christopher | 2010-01-15 | 2 | -2/+1 |
* | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen | 2010-01-15 | 3 | -16/+5 |
* | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner | 2010-01-14 | 1 | -9/+13 |
* | Use ENABLE_ASSERTIONS throughout. | Bill Wendling | 2010-01-14 | 1 | -2/+2 |
* | Erm, previous patch was wrong; Thanks Bill\! | Stuart Hastings | 2010-01-14 | 1 | -2/+0 |
* | Enable assertions by default for Apple-style builds. | Stuart Hastings | 2010-01-14 | 1 | -2/+2 |
* | Reimplement getToken and SplitString as "StringRef helper functions" | Benjamin Kramer | 2010-01-11 | 1 | -1/+3 |
* | 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 |