aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need for noResults anymore.Evan Cheng2007-07-203-5/+2
* Oops. These stores actually produce results.Evan Cheng2007-07-202-9/+9
* New test.Evan Cheng2007-07-191-0/+24
* Try fixing it again.Evan Cheng2007-07-191-1/+1
* Fix custom lowering of SSE FXOR.Evan Cheng2007-07-191-10/+19
* Fix patterns so we isel the xorps, etc. for floating pt logical SSE ops. DAG ...Evan Cheng2007-07-191-12/+12
* For PR1553:Reid Spencer2007-07-1929-125/+137
* Hush a noisy warning from GCC 4.2 about overflow during conversion by usingReid Spencer2007-07-191-2/+2
* Make val_replace fail early, which reduces the time to optimize 403.gcc to 14...Owen Anderson2007-07-191-0/+2
* Don't need the "&&" to glue lines together.Bill Wendling2007-07-191-1/+1
* Verify loop info.Devang Patel2007-07-199-28/+51
* Properly initialize value :)Anton Korobeynikov2007-07-191-1/+1
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-192-18/+9
* Fix this test. We produce pretty cruddy code for thisDuncan Sands2007-07-191-1/+1
* As pointed out by g++-4.2, the original code didn't doDuncan Sands2007-07-191-2/+2
* Remember to free the heap allocated array if we're not going to use it.Owen Anderson2007-07-191-2/+4
* Use SmallVector and DenseMap in even more places.Owen Anderson2007-07-191-27/+26
* Testcase for PR1549Bill Wendling2007-07-191-0/+15
* Change ValueTable to use a DenseMap for mapping expressions to value numbers.Owen Anderson2007-07-191-78/+122
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-192-1/+12
* Move some sets and maps to SmallPtrSet and DenseMap respectively. This Owen Anderson2007-07-191-8/+7