Age | Commit message (Expand) | Author |
2009-03-17 | LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now | Chris Lattner |
2009-03-10 | wire up support for emitting "special" values from inline asm | Chris Lattner |
2009-02-22 | bug 3610: Test case. | Richard Pennington |
2009-01-21 | Let's try to have our cake and eat it to: move | Duncan Sands |
2009-01-20 | Don't bother running the assembler, we don't know that it will be configured | Chris Lattner |
2009-01-19 | Verify Intrinsic::dbg_declare. | Devang Patel |
2009-01-13 | The list-td and list-tdrr schedulers don't yet support physreg | Dan Gohman |
2009-01-06 | Fix a bug in ComputeLinearIndex computation handling multi-level | Dan Gohman |
2009-01-06 | Delete this test; it's a duplicate of 2006-07-03-schedulers.ll. | Dan Gohman |
2008-12-24 | Revert the changes in this testcase until Anton can fix them. | Bill Wendling |
2008-12-23 | Update test | Anton Korobeynikov |
2008-12-10 | For amusement, implement SADDO, SSUBO, UADDO, USUBO | Duncan Sands |
2008-11-24 | Test add-with-overflow with fast ISel. | Bill Wendling |
2008-11-24 | Add support for llvm.uadd.with.overflow. | Bill Wendling |
2008-11-21 | Add generic test for add with overflow. | Bill Wendling |
2008-11-20 | Test -pre-RA-sched=fast too, for completeness. | Dan Gohman |
2008-11-19 | Revert r59640. It broke this test for builds that aren't | Dan Gohman |
2008-11-19 | Use %llvmgcc -xassembler instead of invoking as directly. This avoids | Dan Gohman |
2008-11-18 | A simple test for stack protectors. This should be valid on all platforms. | Bill Wendling |
2008-10-27 | Turn on LegalizeTypes, the new type legalization | Duncan Sands |
2008-10-25 | Related to PR2911, reject as invalid non-pointer GC roots. | Gordon Henriksen |
2008-10-17 | remove this test: it is xfailed anyway, and is failing for a reason | Chris Lattner |
2008-10-10 | This does not fail anymore | Anton Korobeynikov |
2008-10-10 | This is not failing anymore | Anton Korobeynikov |
2008-10-01 | Split this test and move it into target-specific directories. | Dan Gohman |
2008-09-08 | Add a target triple; apparently LLVM doesn't use 64-bit | Dan Gohman |
2008-09-08 | Add AsmPrinter support for i128 and larger static initializer data. | Dan Gohman |
2008-09-08 | Add testcase from bug 2770. | Rafael Espindola |
2008-09-01 | Turn this legalize types test on. | Duncan Sands |
2008-08-14 | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman |
2008-08-08 | Don't crash printing the asm for a ConstantExpr PtrToInt just because the int | Nick Lewycky |
2008-08-04 | Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. | Dan Gohman |
2008-07-30 | Don't look for leaf values to store when lowering stores of | Dan Gohman |
2008-07-29 | Fix PR2609. If a label is deleted, then it needs | Duncan Sands |
2008-07-17 | Turn LegalizeTypes back off again for the moment: | Duncan Sands |
2008-07-16 | Add support for promoting and expanding AssertZext | Duncan Sands |
2008-07-16 | Test passing of integer parameters for integers | Duncan Sands |
2008-07-16 | Test codegen of loads and stores of all integer | Duncan Sands |
2008-07-16 | Turn on LegalizeTypes by default. | Duncan Sands |
2008-06-30 | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner |
2008-06-10 | Fix some more quoting issues in RUN lines, this time regarding unintended | Matthijs Kooijman |
2008-06-10 | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman |
2008-05-20 | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif |
2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
2008-04-25 | Remove the code from CodeGenPrepare that moved getresult instructions | Dan Gohman |
2008-04-23 | Add support to codegen for getresult instructions with undef operands. | Dan Gohman |
2008-04-19 | rename *.llx -> *.ll | Chris Lattner |
2008-03-12 | Make this test x86-specific for now; targets that don't use | Dan Gohman |
2008-03-11 | Basic feature test for multiple return values in codegen. | Dan Gohman |