aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* missed cast eliminationAndrew Lenharth2007-02-221-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34490 91177308-0d34-0410-b5e6-96231b3b80d8
* Added test case for PR1207.Evan Cheng2007-02-191-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34429 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix test case.Evan Cheng2007-02-191-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34427 91177308-0d34-0410-b5e6-96231b3b80d8
* this passes nowChris Lattner2007-02-191-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34426 91177308-0d34-0410-b5e6-96231b3b80d8
* new testChris Lattner2007-02-171-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34372 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that large absolute addresses are properly folded into addr modes onChris Lattner2007-02-171-0/+9
| | | | | | | both ppc32 and ppc64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34370 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes llcChris Lattner2007-02-171-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34367 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for PR1170Chris Lattner2007-02-171-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34366 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for -fwritable-stringsChris Lattner2007-02-171-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34365 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2007-02-171-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34361 91177308-0d34-0410-b5e6-96231b3b80d8
* adding PR 1200 comment by requestDale Johannesen2007-02-171-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34360 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixes PR 1200Dale Johannesen2007-02-173-2/+74
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34359 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for recent targetdata regressionChris Lattner2007-02-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34355 91177308-0d34-0410-b5e6-96231b3b80d8
* Update this test to compile properly and check against the correctReid Spencer2007-02-151-10/+9
| | | | | | | string generated by the CBE. This is no longer an XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34327 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1195:Reid Spencer2007-02-151-2/+2
| | | | | | | | Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34293 91177308-0d34-0410-b5e6-96231b3b80d8
* update to new t-d strings.Chris Lattner2007-02-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34290 91177308-0d34-0410-b5e6-96231b3b80d8
* sanity check for *basic* i128 arithmetic on all hosts.Chris Lattner2007-02-131-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34259 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase, by Dan GohmanChris Lattner2007-02-131-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34255 91177308-0d34-0410-b5e6-96231b3b80d8
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34245 91177308-0d34-0410-b5e6-96231b3b80d8
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-131-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34241 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR1197Chris Lattner2007-02-131-0/+335
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34215 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1196:Reid Spencer2007-02-111-2/+3
| | | | | | | | Prevent infinite loops and memory bombs by setting a ulimit on time and space for running the dejagnu tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34184 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate the use of gccas in the test suite.Reid Spencer2007-02-095-8/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34088 91177308-0d34-0410-b5e6-96231b3b80d8
* Add ppc-specific test for better i64 compare codegen.Chris Lattner2007-02-091-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34082 91177308-0d34-0410-b5e6-96231b3b80d8
* i64 setcc tests.Evan Cheng2007-02-083-6/+38
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34067 91177308-0d34-0410-b5e6-96231b3b80d8
* New test cases for PR1187Reid Spencer2007-02-082-0/+33
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34052 91177308-0d34-0410-b5e6-96231b3b80d8
* Make this legal input.Reid Spencer2007-02-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34051 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some more interesting cases to this test.Reid Spencer2007-02-081-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34042 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1187:Reid Spencer2007-02-081-0/+21
| | | | | | | Add some interesting CSRETCC upgrade cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34041 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR947Chris Lattner2007-02-081-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34038 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-gcc3 is goneChris Lattner2007-02-089-11/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34037 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1187:Reid Spencer2007-02-071-0/+8
| | | | | | | | Add a test to ensure that i1, i8, i16, i32 and i64 are recognized by the lexer and vars using them will be renamed appropriately. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34019 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1187:Reid Spencer2007-02-071-0/+11
| | | | | | | | Add a test case to test rename of internal linkage functions with the same name, without an error or warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34018 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for nested functionsChris Lattner2007-02-071-0/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34017 91177308-0d34-0410-b5e6-96231b3b80d8
* This really only affects pointers in high memory, and only llvm 1.9, but ↵Andrew Lenharth2007-02-071-0/+28
| | | | | | make a regression for it anyway git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34014 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411.Chris Lattner2007-02-071-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34004 91177308-0d34-0410-b5e6-96231b3b80d8
* New test case.Evan Cheng2007-02-071-6/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34001 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a DYNAMIC_STACKALLOC test case.Evan Cheng2007-02-061-0/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33959 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for pr1181Chris Lattner2007-02-061-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33956 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for miscompilationChris Lattner2007-02-061-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33947 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR411:Reid Spencer2007-02-051-33/+0
| | | | | | | This test is not particularly useful without type planes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33919 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR411:Reid Spencer2007-02-0522-236/+14
| | | | | | | | | | | This patch replaces the SymbolTable class with ValueSymbolTable which does not support types planes. This means that all symbol names in LLVM must now be unique. The patch addresses the necessary changes to deal with this and removes code no longer needed as a result. This completes the bulk of the changes for this PR. Some cleanup patches will follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33918 91177308-0d34-0410-b5e6-96231b3b80d8
* Test case for PR1158Devang Patel2007-02-051-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33914 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix unord test.Lauro Ramos Venancio2007-02-051-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33910 91177308-0d34-0410-b5e6-96231b3b80d8
* Assembler no longer prints ! at the end of its error messages.Reid Spencer2007-02-051-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33908 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the RUN: line readable.Reid Spencer2007-02-051-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33906 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR411:Reid Spencer2007-02-051-2/+2
| | | | | | | Don't re-use var names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33899 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for 1174, currently xfailedChris Lattner2007-02-051-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33898 91177308-0d34-0410-b5e6-96231b3b80d8
* Test for PR1173Anton Korobeynikov2007-02-051-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33895 91177308-0d34-0410-b5e6-96231b3b80d8
* fix bug numberChris Lattner2007-02-051-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33894 91177308-0d34-0410-b5e6-96231b3b80d8