aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test case to actually check for the static declaration.John Criswell2004-02-261-2/+1
| | | | | | | Oops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11886 91177308-0d34-0410-b5e6-96231b3b80d8
* Regression tests for PR258 and PR259.John Criswell2004-02-262-0/+16
| | | | | | | | | | 2004-02-26-FPNotPrintableConstants.llx ensures that constants used in an LLVM program are declared static if they are assigned to global variables. 2004-02-26-LinkOnceFunctions.llx ensures that linkonce functions get the weak attribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11885 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase for the casts that are missing in PR249Chris Lattner2004-02-231-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11727 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-02-151-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11480 91177308-0d34-0410-b5e6-96231b3b80d8
* Test for actual support, not just for lack of crashageChris Lattner2004-02-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11460 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR237: [x86] wierd stack/frame pointer manipulationChris Lattner2004-02-151-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11456 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a testcase for the frameaddress and returnaddress intrinsics.Chris Lattner2004-02-141-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11434 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that the code generator supports these intrinsicsChris Lattner2004-02-141-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11432 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testsChris Lattner2004-02-132-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11418 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that we get rep movs when calling memcpyChris Lattner2004-02-121-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11352 91177308-0d34-0410-b5e6-96231b3b80d8
* Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,Chris Lattner2004-02-091-0/+13
| | | | | | | as it fails. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11250 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, code generators should support invoke/unwindChris Lattner2004-02-081-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11192 91177308-0d34-0410-b5e6-96231b3b80d8
* Unbreak this test case - llvm-as no longer tolerates redefining names in anyBrian Gaeke2003-11-221-3/+3
| | | | | | | given type plane. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10169 91177308-0d34-0410-b5e6-96231b3b80d8
* Strengthen test case.Brian Gaeke2003-11-221-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10166 91177308-0d34-0410-b5e6-96231b3b80d8
* C Writer was dumping core on this test case.Brian Gaeke2003-11-221-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10165 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-11-031-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9682 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, reduced from DOOM.Brian Gaeke2003-10-281-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9568 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, which failes to compile. 252.eon hits this problemChris Lattner2003-10-231-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9440 91177308-0d34-0410-b5e6-96231b3b80d8
* Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner2003-10-231-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9425 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testChris Lattner2003-10-231-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9414 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that we can emit global initializers that are not normal FP valuesChris Lattner2003-10-121-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9050 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed these tests so that they don't contain extra periods.John Criswell2003-10-031-1/+2
| | | | | | | This interferes with QMTest and the new test database. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8838 91177308-0d34-0410-b5e6-96231b3b80d8
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-022-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8815 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated to generate temporary files in the temporary directory.John Criswell2003-09-261-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8724 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed `as' => `llvm-as', `dis' => `llvm-dis'.Misha Brukman2003-09-156-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8544 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testcases to be more modernChris Lattner2003-09-092-12/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8420 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin of autoconf-style object root.John Criswell2003-09-061-3/+3
| | | | | | | | Updated TestRunner tests so that they work correctly in a separate object root directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8383 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, distilled from 176.gccChris Lattner2003-08-241-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8096 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-041-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7557 91177308-0d34-0410-b5e6-96231b3b80d8
* Regression test for incorrect character emitted to char array.Vikram S. Adve2003-07-291-0/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7379 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Vikram S. Adve2003-07-101-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7150 91177308-0d34-0410-b5e6-96231b3b80d8
* Just documentation.Vikram S. Adve2003-07-101-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7149 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Vikram S. Adve2003-07-081-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7126 91177308-0d34-0410-b5e6-96231b3b80d8
* Regression test for bug in reg. allocation that was using %xcc insteadVikram S. Adve2003-07-061-0/+77
| | | | | | | of %icc even for 32-bit and smaller comparisons. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7110 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for invoke supportChris Lattner2003-06-281-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6933 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-06-281-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6930 91177308-0d34-0410-b5e6-96231b3b80d8
* New test case for C Writer regression found in 256.bzip2Brian Gaeke2003-06-231-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6868 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases for bugs and the new DAE passChris Lattner2003-06-162-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6693 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase distilled from 255.vortexChris Lattner2003-06-021-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6525 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-05-311-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6494 91177308-0d34-0410-b5e6-96231b3b80d8
* 3 more bugs from the SPEC codes and from richards_benchmark.cVikram S. Adve2003-05-313-0/+262
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6458 91177308-0d34-0410-b5e6-96231b3b80d8
* Three kinds of boolean values handled incorrectly:Vikram S. Adve2003-05-283-0/+197
| | | | | | | | | -- setCC of FP type used by a Phi: have to save in reg. -- setNE of FP type used by a branch: cannot use result directly in branch! -- setCC used outside the same basic block: have to save in reg. for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6382 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-05-131-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6171 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-05-121-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6127 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix buggy testsChris Lattner2003-05-032-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5987 91177308-0d34-0410-b5e6-96231b3b80d8
* Whoever checked this testcase in apparently never tested it.Chris Lattner2003-04-261-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5957 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename -no-* to -disable-*Chris Lattner2003-02-262-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5642 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup testcaseChris Lattner2003-01-153-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5292 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcases for bugfixesChris Lattner2002-12-232-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5123 91177308-0d34-0410-b5e6-96231b3b80d8
* Certain characters not getting escaped properlyNick Hildenbrandt2002-11-061-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4582 91177308-0d34-0410-b5e6-96231b3b80d8