aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Testcase for PR2024Anton Korobeynikov2008-07-091-0/+13
* Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than.Nick Lewycky2008-07-091-0/+10
* Fold ((1 << a) & 1) to (a == 0).Nick Lewycky2008-07-091-0/+10
* Fix a broken test. Neither load is eliminable without changing the CFG.Chris Lattner2008-07-091-1/+1
* Reduce x - y to -y when we know the 'x' part will get masked off anyways.Nick Lewycky2008-07-091-0/+9
* If loop induction variable's start value is less then its exit value then do ...Devang Patel2008-07-092-1/+26
* Testcase for debug info from data-only files.Dale Johannesen2008-07-081-0/+47
* 'Optimize' testChris Lattner2008-07-081-1/+1
* new testcase for PR2496Chris Lattner2008-07-081-0/+26
* Testcase for PR2520.Duncan Sands2008-07-081-0/+4
* Fix three bugs:Chris Lattner2008-07-081-0/+14
* Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman2008-07-071-2/+2
* Fix two serious LSR bugs.Evan Cheng2008-07-071-0/+99
* Testcase for PR2463Anton Korobeynikov2008-07-052-0/+32
* Testcase for PR2146Anton Korobeynikov2008-07-052-0/+27
* Fix missed optimization opportunity when analyzing cast of mul and select.Nick Lewycky2008-07-051-0/+29
* Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...Owen Anderson2008-07-031-37/+0
* Add support to ADCE for pruning unreachable blocks. This addresses the finalOwen Anderson2008-07-021-0/+37
* A better fix for PR2503 that doesn't pessimize GVN in the presence of unreach...Owen Anderson2008-07-021-0/+36
* Considering predecessors of exit blocks getsDale Johannesen2008-07-011-1/+1
* Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner2008-06-301-0/+9
* Regression test for PR2443.Duncan Sands2008-06-273-1/+25
* Use the c modifier to tell llvm-ar not to issue aDuncan Sands2008-06-271-2/+2
* test doesn't need eh infoChris Lattner2008-06-271-2/+2
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-271-0/+9
* XFAIL for now.Evan Cheng2008-06-261-0/+1
* Use the -enable-pre flag so this test doesn't fail.Owen Anderson2008-06-261-1/+1
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
* Allow for rounding up of stack frame.Dale Johannesen2008-06-261-1/+1
* when we know the signbit of an input to uint_to_fp is zero,Chris Lattner2008-06-261-0/+13
* - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into aEvan Cheng2008-06-251-0/+9
* simplify shell syntax to work better on solaris, patch byChris Lattner2008-06-251-1/+1
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-253-19/+19
* Fix PR2488, a case where we deleted stack restores too aggressively.Chris Lattner2008-06-251-0/+39
* Enable two-address remat by default.Evan Cheng2008-06-252-1/+68
* v2f32 is now a valid (MMX) type which breaks thisDale Johannesen2008-06-241-3/+3
* Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman2008-06-242-72/+0
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-243-1/+89
* If it's determined safe, remat MOV32r0 (i.e. xor r, r) and others as it is in...Evan Cheng2008-06-241-0/+45
* This situation can occur:Bill Wendling2008-06-231-0/+25
* Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman2008-06-232-0/+72
* Make test work on non-x86 machines (like my G4 PPC).Bill Wendling2008-06-231-2/+2
* Improve LSR's dead-phi detection to handle use-def cyclesDan Gohman2008-06-221-0/+21
* Fix PR2369 by making scalarrepl more careful about promoting Chris Lattner2008-06-221-0/+18
* Fix for PR2479: correctly optimize expressions like (a > 13) & (a == Eli Friedman2008-06-211-0/+11
* This file is empty.Duncan Sands2008-06-211-0/+0
* Turn off llvm-gcc warnings when running "make check".Duncan Sands2008-06-211-2/+2
* Support for load/store of expanded float types. IDuncan Sands2008-06-211-0/+10
* Undo spill weight tweak. Need to investigate the performance regressions.Evan Cheng2008-06-213-3/+3
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-211-39/+0