summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Moved to Regression/Codegen/Generic.John Criswell2005-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23829 91177308-0d34-0410-b5e6-96231b3b80d8
* This is a generic test for all code generators. It originally came fromJohn Criswell2005-10-19
| | | | | | | Regression/Codegen/X86. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23826 91177308-0d34-0410-b5e6-96231b3b80d8
* Force i386 code generation for an i386 specific test.John Criswell2005-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23821 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase that crashes llvmgcc in type layoutChris Lattner2005-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23806 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23798 91177308-0d34-0410-b5e6-96231b3b80d8
* Use %s instead of hard coding the input filename.John Criswell2005-10-17
| | | | | | | This allows the test to work when srcdir != objdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23775 91177308-0d34-0410-b5e6-96231b3b80d8
* Nate implemented this :)Chris Lattner2005-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23707 91177308-0d34-0410-b5e6-96231b3b80d8
* this passes with the change in predicateChris Lattner2005-10-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23699 91177308-0d34-0410-b5e6-96231b3b80d8
* lsr doesn't emit gep instructions anymoreChris Lattner2005-10-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23696 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23689 91177308-0d34-0410-b5e6-96231b3b80d8
* A testcase sitting in my treeChris Lattner2005-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23687 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase that is miscompiled by the ppc backendChris Lattner2005-10-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23669 91177308-0d34-0410-b5e6-96231b3b80d8
* These don't need to be sdivs.Chris Lattner2005-10-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23661 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, should turn into a ushrChris Lattner2005-10-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23658 91177308-0d34-0410-b5e6-96231b3b80d8
* double to float casts should nto result in an fmrChris Lattner2005-10-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23653 91177308-0d34-0410-b5e6-96231b3b80d8
* test broken in the IA64 backend.Chris Lattner2005-10-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23651 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR635Chris Lattner2005-10-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23615 91177308-0d34-0410-b5e6-96231b3b80d8
* more specific tests of subtarget stuffAndrew Lenharth2005-09-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23570 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test that you can forward ref a class.Chris Lattner2005-09-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23547 91177308-0d34-0410-b5e6-96231b3b80d8
* Check that we can refer to the same class we are defining.Chris Lattner2005-09-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23541 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for isasciiChris Lattner2005-09-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23520 91177308-0d34-0410-b5e6-96231b3b80d8
* add a new testcaseChris Lattner2005-09-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23518 91177308-0d34-0410-b5e6-96231b3b80d8
* add a testcase for a feature we regressed on because noone wrote the test! :(Chris Lattner2005-09-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23513 91177308-0d34-0410-b5e6-96231b3b80d8
* add testcase for nandChris Lattner2005-09-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23495 91177308-0d34-0410-b5e6-96231b3b80d8
* Consolidate the eqv.ll and nor.ll files together.Chris Lattner2005-09-28
| | | | | | | Add a missed eqv case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23493 91177308-0d34-0410-b5e6-96231b3b80d8
* simple tests for nor generationChris Lattner2005-09-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23491 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR632Chris Lattner2005-09-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23483 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase the CBE creates invalid C code forChris Lattner2005-09-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23474 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a simple testcase for lowerinvokeChris Lattner2005-09-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23471 91177308-0d34-0410-b5e6-96231b3b80d8
* add a new testcase for constant foldable callsChris Lattner2005-09-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23464 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a more difficult testcase which uses a call to a helper function to doChris Lattner2005-09-27
| | | | | | | the initialization git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23461 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase that uses an allocaChris Lattner2005-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23451 91177308-0d34-0410-b5e6-96231b3b80d8
* add another case, this one that uses getelementptr instructionsChris Lattner2005-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23448 91177308-0d34-0410-b5e6-96231b3b80d8
* add a test for loadChris Lattner2005-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23440 91177308-0d34-0410-b5e6-96231b3b80d8
* add another testcase with simple control flowChris Lattner2005-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23438 91177308-0d34-0410-b5e6-96231b3b80d8
* make this harder: put some code into itChris Lattner2005-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23436 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for static ctor list optimizationsChris Lattner2005-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23432 91177308-0d34-0410-b5e6-96231b3b80d8
* All of these should turn into sign extends (e.g. extsh/extsb on PPC)Chris Lattner2005-09-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23427 91177308-0d34-0410-b5e6-96231b3b80d8
* Enhance this to check for a crash, add a case that crashes simplifylibcalls,Chris Lattner2005-09-24
| | | | | | | and add a case that has uses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23424 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes the CFEChris Lattner2005-09-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23423 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR630Chris Lattner2005-09-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23422 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-09-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23409 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-09-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23402 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR629Chris Lattner2005-09-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23401 91177308-0d34-0410-b5e6-96231b3b80d8
* make this test harder: add a case where instructions are in the bb to beChris Lattner2005-09-20
| | | | | | | threaded over git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23396 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-09-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23394 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase.Chris Lattner2005-09-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23390 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-09-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23380 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-09-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23378 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-09-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23375 91177308-0d34-0410-b5e6-96231b3b80d8