aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete -f flags.Dan Gohman2009-08-253-4/+4
* Split test into 3.Dale Johannesen2009-08-241-10/+0
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-241-0/+10
* Remove the IA-64 backend.Dan Gohman2009-07-241-1/+0
* remove tests for removed intrinsics.Chris Lattner2009-07-121-32/+0
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-0411-38/+38
* PR4317: Handle splits where the new block is unreachable correctly in Eli Friedman2009-06-031-0/+15
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-221-1/+1
* Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen2009-05-164-4/+4
* Disable the load-shrinking optimization from looking atChris Lattner2009-04-291-0/+16
* Second attempt:Bill Wendling2009-04-293-3/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-283-3/+3
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-283-3/+3
* Revert accidental testcase reductionNate Begeman2009-04-271-4/+40
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-40/+4
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-241-0/+18
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-0/+10
* move a target-specific test into its directory so it isn't run if youChris Lattner2009-04-101-20/+0
* fix two problems with machine sinking:Chris Lattner2009-04-101-0/+16
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-291-0/+10
* LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right nowChris Lattner2009-03-171-0/+92
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-101-0/+6
* bug 3610: Test case.Richard Pennington2009-02-221-0/+20
* Let's try to have our cake and eat it to: moveDuncan Sands2009-01-211-282/+0
* Don't bother running the assembler, we don't know that it will be configuredChris Lattner2009-01-201-1/+1
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-191-9/+0
* The list-td and list-tdrr schedulers don't yet support physregDan Gohman2009-01-131-2/+3
* Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman2009-01-061-0/+67
* Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman2009-01-061-27/+0
* Revert the changes in this testcase until Anton can fix them.Bill Wendling2008-12-241-11/+15
* Update testAnton Korobeynikov2008-12-231-15/+11
* For amusement, implement SADDO, SSUBO, UADDO, USUBODuncan Sands2008-12-101-0/+42
* Test add-with-overflow with fast ISel.Bill Wendling2008-11-241-0/+1
* Add support for llvm.uadd.with.overflow.Bill Wendling2008-11-241-1/+18
* Add generic test for add with overflow.Bill Wendling2008-11-211-0/+23
* Test -pre-RA-sched=fast too, for completeness.Dan Gohman2008-11-201-0/+1
* Revert r59640. It broke this test for builds that aren'tDan Gohman2008-11-191-1/+1
* Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman2008-11-191-1/+1
* A simple test for stack protectors. This should be valid on all platforms.Bill Wendling2008-11-181-0/+25
* Turn on LegalizeTypes, the new type legalizationDuncan Sands2008-10-275-5/+5
* Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen2008-10-251-0/+10
* remove this test: it is xfailed anyway, and is failing for a reasonChris Lattner2008-10-171-18/+0
* This does not fail anymoreAnton Korobeynikov2008-10-101-2/+0
* This is not failing anymoreAnton Korobeynikov2008-10-101-2/+0
* Split this test and move it into target-specific directories.Dan Gohman2008-10-011-9/+0
* Add a target triple; apparently LLVM doesn't use 64-bit Dan Gohman2008-09-081-1/+1
* Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman2008-09-081-0/+9
* Add testcase from bug 2770.Rafael Espindola2008-09-081-0/+14
* Turn this legalize types test on.Duncan Sands2008-09-015-11/+5
* Improve support for vector casts in LLVM IR and CodeGen.Dan Gohman2008-08-141-0/+45