| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for PR1567, which involves a weird bug on non-32bit architectures and sil... | Chandler Carruth | 2007-07-23 | 1 | -1/+1 |
* | Add testcases for FastDLE. | Owen Anderson | 2007-07-23 | 3 | -0/+17 |
* | Don't delete volatile loads. Doing so is not safe. | Owen Anderson | 2007-07-23 | 1 | -0/+6 |
* | Forgot to commit this file. | Owen Anderson | 2007-07-23 | 1 | -0/+1 |
* | Fix a comment. | Owen Anderson | 2007-07-23 | 1 | -1/+1 |
* | Add FastDLE, the load-elimination counterpart of FastDSE. | Owen Anderson | 2007-07-23 | 2 | -0/+135 |
* | Move these tests to use FastDSE instead of old DSE. | Owen Anderson | 2007-07-23 | 9 | -9/+9 |
* | Fix some uses of dyn_cast to be uses of cast. | Dan Gohman | 2007-07-23 | 3 | -5/+5 |
* | Delete the svn:executable property on these files, which aren't executable. | Dan Gohman | 2007-07-23 | 8 | -0/+0 |
* | Fix file header. | Owen Anderson | 2007-07-23 | 1 | -1/+1 |
* | completely remove a transformation that is unsafe in the face of | Chris Lattner | 2007-07-23 | 1 | -36/+0 |
* | The Ada f-e produces various auxiliary output files | Duncan Sands | 2007-07-23 | 6 | -15/+15 |
* | For multipart tests, place the parts with no | Duncan Sands | 2007-07-23 | 20 | -16/+16 |
* | Restore ability to build archives (oops) | Reid Spencer | 2007-07-23 | 1 | -2/+2 |
* | Remove bizarre use of /dev/null in a makefile include line that | Reid Spencer | 2007-07-23 | 1 | -2/+2 |
* | Fix some validation errors. | Bill Wendling | 2007-07-23 | 1 | -3/+4 |
* | Converted to "svn" and reformatted. | Bill Wendling | 2007-07-23 | 1 | -270/+349 |
* | Remove dead option. | Reid Spencer | 2007-07-23 | 1 | -3/+0 |
* | Small change. | Bill Wendling | 2007-07-23 | 1 | -1/+1 |
* | Point to the correct SVN repository. | Bill Wendling | 2007-07-23 | 1 | -1/+1 |
* | Add missing SSE builtins: | Bill Wendling | 2007-07-23 | 2 | -10/+52 |
* | Report an error if one occurs in releaseModule. | Reid Spencer | 2007-07-22 | 1 | -0/+3 |
* | Disable the string map copy ctor and assignment operators, | Chris Lattner | 2007-07-22 | 1 | -1/+16 |
* | Remove -O1 in favour of making llvm-gcc-4.2 a bit | Duncan Sands | 2007-07-22 | 1 | -2/+1 |
* | This xform isn't safe, removing it. | Chris Lattner | 2007-07-21 | 1 | -10/+0 |
* | Update for changes in library.sh | Reid Spencer | 2007-07-21 | 1 | -1/+1 |
* | Apply temporary work around to fix llvm mis-compilation | Devang Patel | 2007-07-21 | 1 | -1/+3 |
* | No more noResults. | Evan Cheng | 2007-07-21 | 14 | -57/+48 |
* | Don't assume that only Uses can be kills. Defs are marked as kills initially | Dan Gohman | 2007-07-20 | 3 | -11/+9 |
* | Simplify the logic for setVolatile. | Dan Gohman | 2007-07-20 | 1 | -2/+2 |
* | Need -O1 or better to have these builtins lowered to | Duncan Sands | 2007-07-20 | 1 | -1/+2 |
* | zext(undef) = 0 and sext(undef) = 0, not undef. | Chris Lattner | 2007-07-20 | 1 | -1/+6 |
* | this xform is already done by the constant folder. | Chris Lattner | 2007-07-20 | 1 | -6/+1 |
* | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng | 2007-07-20 | 10 | -23/+41 |
* | Update to include clean and install commands. | Reid Spencer | 2007-07-20 | 1 | -0/+2 |
* | No longer referencing "shared memory" as this can confuse people. The memory is | Chandler Carruth | 2007-07-20 | 1 | -13/+13 |
* | Silly HTML | Reid Spencer | 2007-07-20 | 1 | -1/+3 |
* | Fix validation errors. | Reid Spencer | 2007-07-20 | 1 | -16/+10 |
* | This introduces the atomic operation intrinsics into the documentation. This is | Chandler Carruth | 2007-07-20 | 1 | -0/+305 |
* | Make the heuristic for shrinking DenseMap smarter. | Owen Anderson | 2007-07-20 | 1 | -2/+4 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-07-20 | 2 | -12/+12 |
* | Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, | Chandler Carruth | 2007-07-20 | 1 | -2/+2 |
* | Optimize alignment of loads and stores. | Dan Gohman | 2007-07-20 | 2 | -0/+76 |
* | Update these regression tests to accomodate X86InstrSSE.td now using movups/m... | Dan Gohman | 2007-07-20 | 6 | -6/+6 |
* | Have DenseMap auto-shrink itself on clear(). This improves the time to optimize | Owen Anderson | 2007-07-20 | 1 | -1/+36 |
* | Place SCCPSolver also in the anonymous namespace. This | Duncan Sands | 2007-07-20 | 1 | -3/+3 |
* | Fix a bug where we were marking GEP expressions with the wrong opcode. | Owen Anderson | 2007-07-20 | 1 | -1/+1 |
* | When removing instructions from the analysis, be sure to check the confirmed | Owen Anderson | 2007-07-20 | 1 | -1/+2 |
* | New test. | Evan Cheng | 2007-07-20 | 1 | -0/+42 |
* | Because we promote SSE logical ops and loads to v2i64, we often end up generate | Evan Cheng | 2007-07-20 | 1 | -11/+27 |