aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-1/+1
* move tests that depend on the x86 backend out of codegen/generic,Chris Lattner2010-02-0910-379/+1
* make target independent.Chris Lattner2010-02-091-1/+0
* merge a target-specific add test into x86 directory.Chris Lattner2010-02-091-10/+0
* merge two tests, make target independent.Chris Lattner2010-02-092-56/+40
* just remove this test, it is not reduced, is not clear what its testing for andChris Lattner2010-01-241-2870/+0
* remove this test.Chris Lattner2010-01-231-14/+0
* Fix test.Evan Cheng2010-01-231-1/+1
* APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng2010-01-071-0/+16
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-271-37/+0
* Convert test to FileCheck.Benjamin Kramer2009-11-221-2/+6
* Don't leave temporary files in the test directory.Jakob Stoklund Olesen2009-11-211-2/+2
* Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),Duncan Sands2009-11-201-0/+37
* Added a testcase for PR5495.Lang Hames2009-11-161-0/+75
* Fix PR5421 by APInt'izing switch lowering.Chris Lattner2009-11-071-2/+16
* Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman2009-11-031-4/+4
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-221-2/+2
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-112-2/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-114-5/+5
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09152-165/+165
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-082-3/+3
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-084-5/+5
* 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