aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2010-03-22Fix PR6673: updating the callback should not clear the map.Chris Lattner
2010-03-16Fix liveintervals handling of dbg_value instructions.Evan Cheng
2010-03-16Fix the third (and last known) case of code update problems due Chris Lattner
2010-03-15Implement support for the case when a reference to a addr-of-bb Chris Lattner
2010-03-14don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner
2010-03-01stop using anders-aaChris Lattner
2010-03-01Remove this generic debug info intrinsic test. LLVM does not use this llvm.db...Devang Patel
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-02-09move tests that depend on the x86 backend out of codegen/generic,Chris Lattner
2010-02-09make target independent.Chris Lattner
2010-02-09merge a target-specific add test into x86 directory.Chris Lattner
2010-02-09merge two tests, make target independent.Chris Lattner
2010-01-24just remove this test, it is not reduced, is not clear what its testing for andChris Lattner
2010-01-23remove this test.Chris Lattner
2010-01-23Fix test.Evan Cheng
2010-01-07APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-11-27While this test is testing a problem in the generic part of codegen,Duncan Sands
2009-11-22Convert test to FileCheck.Benjamin Kramer
2009-11-21Don't leave temporary files in the test directory.Jakob Stoklund Olesen
2009-11-20Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),Duncan Sands
2009-11-16Added a testcase for PR5495.Lang Hames
2009-11-07Fix PR5421 by APInt'izing switch lowering.Chris Lattner
2009-11-03Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman
2009-10-22Revert the main portion of r31856. It was causing BranchFoldingDan Gohman
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
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