2007-07-26 |
Dan Gohman | Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix what is _hopefully_ the last corner case for loops. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | Mac OS X x86-64 lower 4G address is not available. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | Mac OS X should use 0x90 to fill in gaps to satisfy... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | EmitAlignment() also emits optional fill value. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | Functions with LinkOnce and weak linkage still need... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | My last commit was not correct for nested loops. Fix... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix an infinite loop on 300.twolf. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Forgot to include this file in my last commit. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix a bug in non-local memdep that was causing an infin... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix a bug that was causing GVN to crash on 252.eon. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Devang Patel | Fix example code. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Add basic support for performing whole-function RLE. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Chandler Carruth | Moving regression test to reflect move in source and... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Dan Gohman | Don't ignore the return value of AsmPrinter::doInitiali... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Devang Patel | Add BasicInliner interface. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Chris Lattner | test commit |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Nick Lewycky | Fix debug info and globals filled with zeros. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Anton Korobeynikov | Minor cleanup: |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Dan Gohman | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Dan Gohman | A minor simplication in the generated code. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Dan Gohman | Use movaps to load a v4f32 build_vector of all-constant... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Add initial support for non-local memory dependence... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Make the copy constructor of SmallPtrSet much faster. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Anton Korobeynikov | Heal EH handling stuff by emitting correct offsets... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Add a GVN pass, using the value numbering code I develo... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Reid Spencer | Make output match actual condition tested. Thanks,... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Devang Patel | Unreachable block is not a root node in post dominator... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Rename a lot of things to change FastDLE to RedundantLo... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Rename FastDLE as RedundantLoadElimination. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | 1. Make sure we print the Function Value for parameter... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Add better verification of attributes on function types... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chandler Carruth | Fix for PR1567, which involves a weird bug on non-32bit... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Add testcases for FastDLE. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Don't delete volatile loads. Doing so is not safe. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Forgot to commit this file. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Add FastDLE, the load-elimination counterpart of FastDSE. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Move these tests to use FastDSE instead of old DSE. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Dan Gohman | Fix some uses of dyn_cast to be uses of cast. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Dan Gohman | Delete the svn:executable property on these files,... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Fix file header. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | completely remove a transformation that is unsafe in... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Duncan Sands | The Ada f-e produces various auxiliary output files |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Duncan Sands | For multipart tests, place the parts with no |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Restore ability to build archives (oops) |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Remove bizarre use of /dev/null in a makefile include... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Bill Wendling | Fix some validation errors. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Bill Wendling | Converted to "svn" and reformatted. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Remove dead option. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Bill Wendling | Small change. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Bill Wendling | Point to the correct SVN repository. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Bill Wendling | Add missing SSE builtins: |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Reid Spencer | Report an error if one occurs in releaseModule. |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | Disable the string map copy ctor and assignment operators, |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Duncan Sands | Remove -O1 in favour of making llvm-gcc-4.2 a bit |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | This xform isn't safe, removing it. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Reid Spencer | Update for changes in library.sh |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Devang Patel | Apply temporary work around to fix llvm mis-compilation |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Evan Cheng | No more noResults. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Don't assume that only Uses can be kills. Defs are... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Simplify the logic for setVolatile. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Duncan Sands | Need -O1 or better to have these builtins lowered to |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | zext(undef) = 0 and sext(undef) = 0, not undef. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | this xform is already done by the constant folder. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | Added -print-emitted-asm to print out JIT generated... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Reid Spencer | Update to include clean and install commands. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chandler Carruth | No longer referencing "shared memory" as this can confu... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Reid Spencer | Silly HTML |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Reid Spencer | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chandler Carruth | This introduces the atomic operation intrinsics into... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | Make the heuristic for shrinking DenseMap smarter. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Devang Patel | Use SmallVector instead of std::vector. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chandler Carruth | Fixing some differences between CVS and SVN diff'ing... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Optimize alignment of loads and stores. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Update these regression tests to accomodate X86InstrSSE... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | Have DenseMap auto-shrink itself on clear(). This... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Duncan Sands | Place SCCPSolver also in the anonymous namespace. ... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | Fix a bug where we were marking GEP expressions with... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | When removing instructions from the analysis, be sure... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | Because we promote SSE logical ops and loads to v2i64... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | No need for noResults anymore. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | Oops. These stores actually produce results. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Try fixing it again. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Fix custom lowering of SSE FXOR. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Fix patterns so we isel the xorps, etc. for floating... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Reid Spencer | For PR1553: |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Reid Spencer | Hush a noisy warning from GCC 4.2 about overflow during... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Make val_replace fail early, which reduces the time... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Bill Wendling | Don't need the "&&" to glue lines together. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Devang Patel | Verify loop info. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Anton Korobeynikov | Properly initialize value :) |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Duncan Sands | Replace mysterious code causing a g++-4.2 warning |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Duncan Sands | Fix this test. We produce pretty cruddy code for this |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Duncan Sands | As pointed out by g++-4.2, the original code didn't do |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Remember to free the heap allocated array if we're... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Use SmallVector and DenseMap in even more places. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Bill Wendling | Testcase for PR1549 |
commit | commitdiff | tree | snapshot |
next |