aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-24Split test into 3.Dale Johannesen
2009-08-24Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-12remove tests for removed intrinsics.Chris Lattner
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-06-03PR4317: Handle splits where the new block is unreachable correctly in Eli Friedman
2009-05-22Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands
2009-05-16Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen
2009-04-29Disable the load-shrinking optimization from looking atChris Lattner
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-04-27Revert accidental testcase reductionNate Begeman
2009-04-272nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman
2009-04-24Fix PR 4057, a crash doing float->char const folding.Dale Johannesen
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2009-04-10move a target-specific test into its directory so it isn't run if youChris Lattner
2009-04-10fix two problems with machine sinking:Chris Lattner
2009-03-29Fix PR3899: add support for extracting floats from vectorsDuncan Sands
2009-03-17LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right nowChris Lattner
2009-03-10wire up support for emitting "special" values from inline asmChris Lattner
2009-02-22bug 3610: Test case.Richard Pennington
2009-01-21Let's try to have our cake and eat it to: moveDuncan Sands
2009-01-20Don't bother running the assembler, we don't know that it will be configuredChris Lattner
2009-01-19Verify Intrinsic::dbg_declare. Devang Patel
2009-01-13The list-td and list-tdrr schedulers don't yet support physregDan Gohman
2009-01-06Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman
2009-01-06Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman
2008-12-24Revert the changes in this testcase until Anton can fix them.Bill Wendling
2008-12-23Update testAnton Korobeynikov
2008-12-10For amusement, implement SADDO, SSUBO, UADDO, USUBODuncan Sands
2008-11-24Test add-with-overflow with fast ISel.Bill Wendling
2008-11-24Add support for llvm.uadd.with.overflow.Bill Wendling
2008-11-21Add generic test for add with overflow.Bill Wendling
2008-11-20Test -pre-RA-sched=fast too, for completeness.Dan Gohman
2008-11-19Revert r59640. It broke this test for builds that aren'tDan Gohman
2008-11-19Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman
2008-11-18A simple test for stack protectors. This should be valid on all platforms.Bill Wendling
2008-10-27Turn on LegalizeTypes, the new type legalizationDuncan Sands
2008-10-25Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen
2008-10-17remove this test: it is xfailed anyway, and is failing for a reasonChris Lattner
2008-10-10This does not fail anymoreAnton Korobeynikov
2008-10-10This is not failing anymoreAnton Korobeynikov
2008-10-01Split this test and move it into target-specific directories.Dan Gohman
2008-09-08Add a target triple; apparently LLVM doesn't use 64-bit Dan Gohman
2008-09-08Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman