| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Look through phi nodes and select instructions when | Duncan Sands | 2008-12-31 | 2 | -18/+30 |
* | This is not failing on Darwin for some reason. XFAIL for other platforms. | Bill Wendling | 2008-12-31 | 1 | -1/+1 |
* | Don't analyze arguments already marked 'nocapture'. | Duncan Sands | 2008-12-31 | 3 | -1/+13 |
* | Fixed grammar and capitalization. | Misha Brukman | 2008-12-31 | 1 | -5/+4 |
* | Add spacing between type and variable name. | Misha Brukman | 2008-12-31 | 1 | -1/+1 |
* | Comment headers should extend to 80 chars. | Misha Brukman | 2008-12-31 | 1 | -1/+1 |
* | Fix spacing to be uniform for parameters. | Misha Brukman | 2008-12-31 | 1 | -2/+2 |
* | Removed extra spaces. | Misha Brukman | 2008-12-31 | 1 | -2/+2 |
* | Import of Google Test 1.2.1, with the non-essential bits removed. | Misha Brukman | 2008-12-31 | 30 | -2/+22432 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 14 | -25/+175 |
* | CMake: Added some VC++ specific info to CMake.html. | Oscar Fuentes | 2008-12-31 | 1 | -3/+41 |
* | Add a new Attribute::getAlignmentFromAttrs method. | Chris Lattner | 2008-12-31 | 1 | -5/+11 |
* | XFAIL test caused by r61493. Apparently, this is expected? | Bill Wendling | 2008-12-31 | 1 | -0/+4 |
* | Get live interval reconstruction several steps closer to working. | Owen Anderson | 2008-12-31 | 1 | -66/+86 |
* | add a note | Chris Lattner | 2008-12-31 | 1 | -0/+9 |
* | XFAIL this for now until I can figure out what's going on. | Scott Michel | 2008-12-31 | 1 | -1/+3 |
* | Fix test erratum (which is wierd: works locally for me?) | Scott Michel | 2008-12-30 | 1 | -1/+1 |
* | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 15 | -632/+734 |
* | Linux wants the FDE initial location and address range to be forced to 32-bit. | Bill Wendling | 2008-12-29 | 4 | -2/+14 |
* | The FDE initial location and address range data should be free to be 64-bit | Bill Wendling | 2008-12-29 | 1 | -2/+2 |
* | * Updated TOC and fixed named anchors | Misha Brukman | 2008-12-29 | 1 | -14/+10 |
* | Minimize the width of the notes region: it will end where the text ends, if the | Misha Brukman | 2008-12-29 | 1 | -1/+1 |
* | Simplified marking code regions with a single <pre> rather than | Misha Brukman | 2008-12-29 | 1 | -50/+46 |
* | Make stripPointerCasts and getUnderlyingObject | Duncan Sands | 2008-12-29 | 1 | -26/+39 |
* | Experiments show that looking through phi nodes | Duncan Sands | 2008-12-29 | 1 | -0/+2 |
* | Fixed spelling, removed trailing whitespace. | Misha Brukman | 2008-12-29 | 1 | -2/+2 |
* | Center the legal note to give it even padding on left and right, and make it | Misha Brukman | 2008-12-29 | 1 | -3/+3 |
* | Cleanup: clarify llvm-gcc version and package name. | Misha Brukman | 2008-12-29 | 1 | -7/+7 |
* | Clarify a bit. Based on feedback by Talin. | Duncan Sands | 2008-12-29 | 1 | -20/+21 |
* | Allow readnone functions to read (and write!) global | Duncan Sands | 2008-12-29 | 2 | -4/+27 |