aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Reverse last patch .. premature. Depends on uncommitted CBE patch.Reid Spencer2007-05-141-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37039 91177308-0d34-0410-b5e6-96231b3b80d8
* Update this test to match the (corrected) output from the CBE.Reid Spencer2007-05-141-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37038 91177308-0d34-0410-b5e6-96231b3b80d8
* this crashes globaloptChris Lattner2007-05-131-0/+74
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37021 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test case for shl of APInt integers > 64 bits by 0 shift amount.Reid Spencer2007-05-121-0/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37009 91177308-0d34-0410-b5e6-96231b3b80d8
* New test.Devang Patel2007-05-111-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36997 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1411:Reid Spencer2007-05-111-3/+3
| | | | | | | Don't try to use {} bracketing when setting a variable in site.exp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36985 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes instcombineChris Lattner2007-05-111-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36983 91177308-0d34-0410-b5e6-96231b3b80d8
* Drop ModuleID from comment.Devang Patel2007-05-112-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36982 91177308-0d34-0410-b5e6-96231b3b80d8
* Another test for tail mergeingDale Johannesen2007-05-101-0/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36967 91177308-0d34-0410-b5e6-96231b3b80d8
* Can't fold bit_convert into truncating store.Evan Cheng2007-05-091-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36963 91177308-0d34-0410-b5e6-96231b3b80d8
* Do not assert, when case range split metric is zero and JTs are not allowed: ↵Anton Korobeynikov2007-05-091-0/+30
| | | | | | | | | just emit binary tree in this case. This fixes PR1403. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36959 91177308-0d34-0410-b5e6-96231b3b80d8
* PR1399 test case.Evan Cheng2007-05-091-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36957 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase forDuncan Sands2007-05-091-0/+13
| | | | | | | http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049387.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36956 91177308-0d34-0410-b5e6-96231b3b80d8
* New test.Devang Patel2007-05-091-0/+95
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36954 91177308-0d34-0410-b5e6-96231b3b80d8
* New test.Devang Patel2007-05-091-0/+32
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36953 91177308-0d34-0410-b5e6-96231b3b80d8
* add the & back. I'm not sure why bill removed it.Chris Lattner2007-05-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36945 91177308-0d34-0410-b5e6-96231b3b80d8
* New test for PR1400Devang Patel2007-05-081-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36941 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for CodeGenPrepare bug fixed yesterdayDale Johannesen2007-05-081-0/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36940 91177308-0d34-0410-b5e6-96231b3b80d8
* Spare '&' in the RUN line.Bill Wendling2007-05-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36933 91177308-0d34-0410-b5e6-96231b3b80d8
* New test.Devang Patel2007-05-081-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36930 91177308-0d34-0410-b5e6-96231b3b80d8
* move this out of Codegen/Generic, because it requires the ARM backend to beChris Lattner2007-05-081-0/+65
| | | | | | | linked into llc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36919 91177308-0d34-0410-b5e6-96231b3b80d8
* move to CodeGen/ARM/2007-05-07-tailmerge-1.llChris Lattner2007-05-081-65/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36918 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix tests.Evan Cheng2007-05-072-9/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36913 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some tests for (conv (load x)) -> (load (conv*)x) xform.Evan Cheng2007-05-071-10/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36912 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix test case.Evan Cheng2007-05-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36911 91177308-0d34-0410-b5e6-96231b3b80d8
* Handle some non-exit blocks in tail merging.Dale Johannesen2007-05-071-0/+65
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36907 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR1398.Duncan Sands2007-05-071-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36905 91177308-0d34-0410-b5e6-96231b3b80d8
* remove libbzip2 from this. This should use llvm-config or something.Chris Lattner2007-05-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36879 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for yet another global constant Ada f-e bug.Duncan Sands2007-05-062-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36874 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix PR1390.Lauro Ramos Venancio2007-05-051-0/+41
| | | | | | | Don't spill extra register to align the stack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36814 91177308-0d34-0410-b5e6-96231b3b80d8
* this test is now in Target/README.txtChris Lattner2007-05-051-17/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36812 91177308-0d34-0410-b5e6-96231b3b80d8
* remove an old xfailed testChris Lattner2007-05-051-9/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36810 91177308-0d34-0410-b5e6-96231b3b80d8
* un-xfail this.Chris Lattner2007-05-051-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36808 91177308-0d34-0410-b5e6-96231b3b80d8
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-052-97/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36805 91177308-0d34-0410-b5e6-96231b3b80d8
* Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarreplChris Lattner2007-05-051-2/+1
| | | | | | | implements this xform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36804 91177308-0d34-0410-b5e6-96231b3b80d8
* remvoe two tests that cee has never gotten rightChris Lattner2007-05-052-70/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36803 91177308-0d34-0410-b5e6-96231b3b80d8
* the sparc v8 backend handles this correctlyChris Lattner2007-05-051-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36801 91177308-0d34-0410-b5e6-96231b3b80d8
* remove this xfail'd test, move it to the X86 readme.Chris Lattner2007-05-051-28/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36800 91177308-0d34-0410-b5e6-96231b3b80d8
* We need support for tail calls, this is moved to PR1392Chris Lattner2007-05-052-33/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36798 91177308-0d34-0410-b5e6-96231b3b80d8
* remove xfailed testcase (attached to pr)Chris Lattner2007-05-051-77/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36797 91177308-0d34-0410-b5e6-96231b3b80d8
* unxfail this, llc doesn't support this feature yet, so don't run it.Chris Lattner2007-05-051-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36796 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove bogus testcase, PR409 is wontfixChris Lattner2007-05-051-14/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36795 91177308-0d34-0410-b5e6-96231b3b80d8
* this tests for a missing feature. Move it to PR1391 instead of being anChris Lattner2007-05-051-26/+0
| | | | | | | xfailed testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36794 91177308-0d34-0410-b5e6-96231b3b80d8
* remove this xfailed testcase, move it into a comment in PR279, an ↵Chris Lattner2007-05-051-8/+0
| | | | | | enhancement PR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36793 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-gcc3 is goneChris Lattner2007-05-051-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36792 91177308-0d34-0410-b5e6-96231b3b80d8
* fix failure on ahs3's testerChris Lattner2007-05-051-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36791 91177308-0d34-0410-b5e6-96231b3b80d8
* remove bogus xfailed testcaseChris Lattner2007-05-051-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36790 91177308-0d34-0410-b5e6-96231b3b80d8
* Check that the right eh personality function is used.Duncan Sands2007-05-051-0/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36788 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR1371Chris Lattner2007-05-051-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36786 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR1385Chris Lattner2007-05-051-0/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36783 91177308-0d34-0410-b5e6-96231b3b80d8