| Commit message (Expand) | Author | Age | Files | Lines |
* | Reassign the buffer to the pointer so that we don't overwrite memory. | Bill Wendling | 2009-01-02 | 1 | -0/+2 |
* | Alphabetized #includes. | Misha Brukman | 2009-01-02 | 2 | -4/+3 |
* | Down with trailing whitespace! | Misha Brukman | 2009-01-02 | 5 | -67/+66 |
* | VerifyLineLength() actually takes a max length parameter. | Misha Brukman | 2009-01-02 | 1 | -1/+3 |
* | Added some basic lint tools for C++ and generic lint tool applicable to all | Misha Brukman | 2009-01-02 | 4 | -0/+168 |
* | - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding | Scott Michel | 2009-01-02 | 1 | -38/+50 |
* | * Alphabetized system headers per the style guide | Misha Brukman | 2009-01-02 | 4 | -12/+10 |
* | Don't try to analyze this "backward" case. This is overly conservative | Nick Lewycky | 2009-01-02 | 2 | -0/+52 |
* | So *this* is where all the trailing whitespace in file header comments come | Misha Brukman | 2009-01-02 | 1 | -2/+2 |
* | Remove comma at end of enumerator list. | Daniel Dunbar | 2009-01-02 | 1 | -1/+1 |
* | Remove bison specific Makefile bits for AsmParser. | Daniel Dunbar | 2009-01-02 | 1 | -12/+0 |
* | Deleted trailing whitespace; no functional changes. | Misha Brukman | 2009-01-02 | 1 | -61/+61 |
* | vimrc | Misha Brukman | 2009-01-02 | 3 | -7/+20 |
* | We also removed gtest-all.cc from the distribution tarball. | Misha Brukman | 2009-01-02 | 1 | -3/+2 |
* | Load tracking means that the value analyzed may | Duncan Sands | 2009-01-02 | 1 | -2/+8 |
* | fist short at a new unit test for ImmutableSets. no bugs found, though :P | Nuno Lopes | 2009-01-02 | 1 | -0/+208 |
* | make 'make clean' remove test binaries as well | Nuno Lopes | 2009-01-02 | 1 | -0/+3 |
* | ignore build dirs | Nuno Lopes | 2009-01-02 | 0 | -0/+0 |
* | When calculating 'nocapture' argument attributes, allow | Duncan Sands | 2009-01-02 | 2 | -21/+83 |
* | Improve comments and reorganize a bit - no functionality | Duncan Sands | 2009-01-02 | 1 | -56/+44 |
* | Deleted too many properties: restore some. | Duncan Sands | 2009-01-02 | 0 | -0/+0 |
* | Fix a really horrible typo, which caused undefined behavior. | Chris Lattner | 2009-01-02 | 1 | -1/+1 |
* | Remove the "ignore" property on this directory. | Duncan Sands | 2009-01-02 | 0 | -0/+0 |
* | minor cleanups and comment improvements. | Chris Lattner | 2009-01-02 | 2 | -196/+149 |
* | add a #include to hopefully get the x86-64-linux buildbot building. | Chris Lattner | 2009-01-02 | 1 | -0/+1 |
* | Remove lex/bison support from makefile.rules. | Chris Lattner | 2009-01-02 | 1 | -111/+5 |
* | update the cmakefile. This is a "best guess", I haven't tested this. | Chris Lattner | 2009-01-02 | 1 | -28/+2 |
* | lex and bison aren't needed to build llvm anymore. | Chris Lattner | 2009-01-02 | 4 | -31/+2 |
* | new non-ambiguous syntax. | Chris Lattner | 2009-01-02 | 1 | -1/+1 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 37 | -15779/+3956 |
* | Do not isel load folding bt instructions for pentium m, core, core2, and AMD ... | Evan Cheng | 2009-01-02 | 5 | -29/+53 |
* | Fix x86 CPU id detection to identify Penryn (and future processors). | Evan Cheng | 2009-01-02 | 1 | -2/+11 |
* | Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch... | Evan Cheng | 2009-01-02 | 8 | -15/+23 |
* | Fix typo. | Nick Lewycky | 2009-01-02 | 1 | -1/+1 |
* | Remove the cyclic part of this test, it was passing for the wrong | Nick Lewycky | 2009-01-02 | 1 | -11/+1 |
* | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky | 2009-01-02 | 2 | -4/+50 |
* | Don't error out if ranlib fails. | Bill Wendling | 2009-01-02 | 1 | -1/+1 |
* | rename a file to follow naming conventions. | Chris Lattner | 2009-01-02 | 1 | -0/+0 |
* | Add tests for two types of traps that escape analysis | Duncan Sands | 2009-01-02 | 1 | -0/+23 |
* | Mention that this pass does escape analysis in the | Duncan Sands | 2009-01-01 | 1 | -3/+5 |
* | Factorize (and generalize) the code promoting SELECT | Duncan Sands | 2009-01-01 | 3 | -152/+105 |
* | * Quoted the executable 'runtest' to emphasize the binary needed; | Misha Brukman | 2009-01-01 | 1 | -1/+1 |
* | Remove trailing spaces. | Duncan Sands | 2009-01-01 | 2 | -33/+33 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 21 | -118/+176 |
* | Original patch by Talin. | Misha Brukman | 2009-01-01 | 7 | -2/+261 |
* | * Removed gtest-all.cc; .cc files including other .cc files is weird | Misha Brukman | 2009-01-01 | 8 | -85/+16 |
* | Moved Google Test code up one directory so that we can use a standard LLVM | Misha Brukman | 2009-01-01 | 13 | -3/+36 |
* | Fix comment. | Bill Wendling | 2009-01-01 | 1 | -1/+1 |
* | Add transformation: | Bill Wendling | 2009-01-01 | 2 | -1/+43 |
* | Some compilers are picky about accessing the first element of a std::vector if | Bill Wendling | 2009-01-01 | 1 | -2/+5 |