| Commit message (Expand) | Author | Age | Files | Lines |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | move tests that depend on the x86 backend out of codegen/generic, | Chris Lattner | 2010-02-09 | 10 | -379/+1 |
* | make target independent. | Chris Lattner | 2010-02-09 | 1 | -1/+0 |
* | merge a target-specific add test into x86 directory. | Chris Lattner | 2010-02-09 | 1 | -10/+0 |
* | merge two tests, make target independent. | Chris Lattner | 2010-02-09 | 2 | -56/+40 |
* | just remove this test, it is not reduced, is not clear what its testing for and | Chris Lattner | 2010-01-24 | 1 | -2870/+0 |
* | remove this test. | Chris Lattner | 2010-01-23 | 1 | -14/+0 |
* | Fix test. | Evan Cheng | 2010-01-23 | 1 | -1/+1 |
* | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. | Evan Cheng | 2010-01-07 | 1 | -0/+16 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | While this test is testing a problem in the generic part of codegen, | Duncan Sands | 2009-11-27 | 1 | -37/+0 |
* | Convert test to FileCheck. | Benjamin Kramer | 2009-11-22 | 1 | -2/+6 |
* | Don't leave temporary files in the test directory. | Jakob Stoklund Olesen | 2009-11-21 | 1 | -2/+2 |
* | Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), | Duncan Sands | 2009-11-20 | 1 | -0/+37 |
* | Added a testcase for PR5495. | Lang Hames | 2009-11-16 | 1 | -0/+75 |
* | Fix PR5421 by APInt'izing switch lowering. | Chris Lattner | 2009-11-07 | 1 | -2/+16 |
* | Declare sin & cos as readonly so they match the code in SelectionDAGBuild | Nate Begeman | 2009-11-03 | 1 | -4/+4 |
* | Revert the main portion of r31856. It was causing BranchFolding | Dan Gohman | 2009-10-22 | 1 | -2/+2 |
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 2 | -2/+2 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 4 | -5/+5 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 152 | -165/+165 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 2 | -3/+3 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 4 | -5/+5 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 3 | -4/+4 |
* | Split test into 3. | Dale Johannesen | 2009-08-24 | 1 | -10/+0 |
* | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen | 2009-08-24 | 1 | -0/+10 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -1/+0 |
* | remove tests for removed intrinsics. | Chris Lattner | 2009-07-12 | 1 | -32/+0 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 11 | -38/+38 |
* | PR4317: Handle splits where the new block is unreachable correctly in | Eli Friedman | 2009-06-03 | 1 | -0/+15 |
* | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands | 2009-05-22 | 1 | -1/+1 |
* | Help DejaGnu avoid pipe-jam by producing less output from certain test cases. | Jakob Stoklund Olesen | 2009-05-16 | 4 | -4/+4 |
* | Disable the load-shrinking optimization from looking at | Chris Lattner | 2009-04-29 | 1 | -0/+16 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 3 | -3/+3 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 3 | -3/+3 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 3 | -3/+3 |
* | Revert accidental testcase reduction | Nate Begeman | 2009-04-27 | 1 | -4/+40 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -40/+4 |
* | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen | 2009-04-24 | 1 | -0/+18 |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 1 | -0/+10 |
* | move a target-specific test into its directory so it isn't run if you | Chris Lattner | 2009-04-10 | 1 | -20/+0 |
* | fix two problems with machine sinking: | Chris Lattner | 2009-04-10 | 1 | -0/+16 |
* | Fix PR3899: add support for extracting floats from vectors | Duncan Sands | 2009-03-29 | 1 | -0/+10 |
* | LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now | Chris Lattner | 2009-03-17 | 1 | -0/+92 |
* | wire up support for emitting "special" values from inline asm | Chris Lattner | 2009-03-10 | 1 | -0/+6 |
* | bug 3610: Test case. | Richard Pennington | 2009-02-22 | 1 | -0/+20 |
* | Let's try to have our cake and eat it to: move | Duncan Sands | 2009-01-21 | 1 | -282/+0 |
* | Don't bother running the assembler, we don't know that it will be configured | Chris Lattner | 2009-01-20 | 1 | -1/+1 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 1 | -9/+0 |
* | The list-td and list-tdrr schedulers don't yet support physreg | Dan Gohman | 2009-01-13 | 1 | -2/+3 |