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