aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add EXTRA_OPTIONS on the llvmgcc command line.Devang Patel2008-04-241-1/+1
* Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner2008-04-241-0/+43
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-232-3/+3
* Add support to codegen for getresult instructions with undef operands.Dan Gohman2008-04-231-0/+6
* Disable stack realignment for these testsAnton Korobeynikov2008-04-234-5/+5
* Fix test becase ABI stack alignment dropped to 'normal' valueAnton Korobeynikov2008-04-231-2/+2
* Fix test, instruction count is valid only if stack is not realignedAnton Korobeynikov2008-04-231-1/+1
* Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner2008-04-231-0/+11
* remove this testcase. It isn't testing loop rotate, it is testing allChris Lattner2008-04-231-127/+0
* returning an empty multiple return list is not valid.Chris Lattner2008-04-231-2/+2
* make this test more interesting.Chris Lattner2008-04-231-4/+6
* distill down the essense of this test.Chris Lattner2008-04-231-7/+1
* new testDale Johannesen2008-04-231-0/+21
* Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one us...Evan Cheng2008-04-231-0/+29
* Start doing the significantly useful part of jump threading: handle casesChris Lattner2008-04-221-0/+30
* Dig through multiple levels of AND to thread jumps if needed.Chris Lattner2008-04-221-0/+33
* Teach jump threading to thread through blocks like:Chris Lattner2008-04-221-0/+32
* add a basic testcase.Chris Lattner2008-04-222-0/+34
* Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky2008-04-221-67/+0
* optimize "p != gep p, ..." better. This allows us to compile Chris Lattner2008-04-221-0/+13
* Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman2008-04-211-0/+54
* Make these structs larger to ensure that theyDuncan Sands2008-04-212-6/+6
* Make the struct bigger, to ensure it is returnedDuncan Sands2008-04-211-1/+1
* Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson2008-04-212-4/+4
* A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.Chris Lattner2008-04-201-2/+2
* Not all x86-64 machines have sse3 apparently.Chris Lattner2008-04-201-2/+2
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-1946-0/+0
* rename *.llx -> *.llChris Lattner2008-04-1929-0/+0
* rename *.llx -> *.llChris Lattner2008-04-1936-0/+0
* Implement PR2206.Chris Lattner2008-04-191-0/+4
* refactor handling of symbolic constant folding, picking upChris Lattner2008-04-191-4/+4
* 64-bit atomic operations.Evan Cheng2008-04-192-0/+48
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-191-0/+13
* Be more careful with insert_subreg and extract_subreg where either source or ...Evan Cheng2008-04-171-0/+171
* Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson2008-04-171-1/+1
* Fix a sub-register indice propagation bug.Evan Cheng2008-04-171-0/+33
* Don't forget about sub-register indices when rematting instructions.Evan Cheng2008-04-161-0/+46
* After reading memory that's already freed.Evan Cheng2008-04-161-0/+14
* Really test what's intended.Evan Cheng2008-04-161-0/+1
* Rewrite LiveVariable liveness computation. The new implementation is much sim...Evan Cheng2008-04-161-0/+48
* XFAIL this test for the moment. The real solution is to prevent ADCEOwen Anderson2008-04-161-0/+1
* Add support for the form of the SSE41 extractps instruction thatDan Gohman2008-04-162-0/+31
* Recreate the size SDNode instead of reusing the old one in the x86Dan Gohman2008-04-161-0/+13
* Add movd instructions to move from MMX registersDan Gohman2008-04-151-0/+26
* Don't assume a tail call can't reference a byvalDale Johannesen2008-04-151-0/+18
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-151-2/+2
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-142-24/+24
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-1416-21/+21
* The functionality being tested was removed because it was horribly unsafe.Owen Anderson2008-04-131-1/+1
* This patch corrects the handling of byval arguments for tailcallArnold Schwaighofer2008-04-122-1/+34