aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Right, memcpy READS memory too :)Chris Lattner2004-02-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11373 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for support for memcpy/memmoveChris Lattner2004-02-131-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11372 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR233: [llvmgcc] Structure copies result in a LOT of codeChris Lattner2004-02-121-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11359 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
* Basic functionality testing.Chris Lattner2004-02-111-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11312 91177308-0d34-0410-b5e6-96231b3b80d8
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11306 91177308-0d34-0410-b5e6-96231b3b80d8
* Right, define the LPROF variableChris Lattner2004-02-101-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11273 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
* New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-051-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11136 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testChris Lattner2004-02-011-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11062 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR218Chris Lattner2004-02-011-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11059 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for better mod/ref information that basicaa can provideChris Lattner2004-01-302-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11023 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for problem brian ran intoChris Lattner2004-01-231-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10966 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for incorrect bytecode reading of MAXLONG. The reader is gettingChris Lattner2004-01-201-0/+4
| | | | | | | it as zero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10927 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell2004-01-161-1/+4
| | | | | | | | location of libgcc.a; that will tell us the name of the directory to find the libraries that we're looking for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10903 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-01-141-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10843 91177308-0d34-0410-b5e6-96231b3b80d8
* You know you like Makefiles with fewer variables. Next up on the victim listBrian Gaeke2004-01-131-10/+8
| | | | | | | is TOOLS, which is how you say LLVMTOOLCURRENT in Oldspeak. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10832 91177308-0d34-0410-b5e6-96231b3b80d8
* Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.Brian Gaeke2004-01-131-6/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10829 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix overzealous fixme fixingBrian Gaeke2004-01-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10827 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules.Brian Gaeke2004-01-131-29/+6
| | | | | | | | | | Make should continue even if compilation cmds fail, for the sake of the nightly tester, so use minuses on them. Use LLVMAS, LLVMGCC, LLVMGXX instead of LAS, LCC, LCXX (as per FIXME). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10825 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for symbolic constant folding opportunities that LLVM should get.Chris Lattner2004-01-131-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10811 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR204Chris Lattner2004-01-121-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10769 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for %llvmgccChris Lattner2004-01-121-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10768 91177308-0d34-0410-b5e6-96231b3b80d8
* Test to make sure we can SCCP load instructionsChris Lattner2004-01-121-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10766 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, allow folding of binary operators that use PHI nodes, as longChris Lattner2004-01-121-0/+23
| | | | | | | | as the result of the binary operator is always constant. This does not require the PHI itself to be constant though. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10762 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-01-121-0/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10760 91177308-0d34-0410-b5e6-96231b3b80d8
* This isn't really an assembler test. This tests to make sure theChris Lattner2004-01-111-0/+11
| | | | | | | | ConstantExpr::getGetElementPtr method folds two getelementptr instructions when possible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10758 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR202Chris Lattner2004-01-081-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10715 91177308-0d34-0410-b5e6-96231b3b80d8
* restore comments to this fileChris Lattner2004-01-061-49/+103
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10704 91177308-0d34-0410-b5e6-96231b3b80d8
* An example testcase for use in the debugger. Currently you can do stuff likeChris Lattner2004-01-052-0/+82
| | | | | | | | | | | | | | | | | | stepping, next'ing, finish'ing, stacktraces, source listings, etc. You can't print program variables yet though. Oh, and I lost my nice commented version of funccall.ll :( Test with: llvm-as funccall.ll llvm-db funccall.bc <arguments> This is not automatically testable yet, and the C front-end doesn't support debug information yet. That said, it's a start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10689 91177308-0d34-0410-b5e6-96231b3b80d8
* Regression test for initializers with members of unknown size.John Criswell2004-01-011-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10678 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for PR198Chris Lattner2003-12-311-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10660 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for cananonicalization of subtractsChris Lattner2003-12-221-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10581 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase to see if -indvars can promote pointer arithmetic to array accessesChris Lattner2003-12-221-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10577 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR194Chris Lattner2003-12-211-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10568 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for missed optimizationChris Lattner2003-12-191-0/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10538 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-12-191-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10533 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, for PR185Chris Lattner2003-12-151-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10471 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-12-151-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10468 91177308-0d34-0410-b5e6-96231b3b80d8
* new testChris Lattner2003-12-141-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10466 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR179Chris Lattner2003-12-141-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10455 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename variable to avoid confusing it with the global GChris Lattner2003-12-112-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10411 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that LICM is breaking crafty onChris Lattner2003-12-111-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10408 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix test that was failing because we were optimizing the program better than ↵Chris Lattner2003-12-111-2/+2
| | | | | | expected :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10404 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR86Chris Lattner2003-12-112-0/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10403 91177308-0d34-0410-b5e6-96231b3b80d8
* Separate out target for cleaning up qmtest garbage.Brian Gaeke2003-12-111-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10395 91177308-0d34-0410-b5e6-96231b3b80d8
* A new testcase, reduced by bugpointChris Lattner2003-12-101-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10384 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-12-101-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10381 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-12-101-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10374 91177308-0d34-0410-b5e6-96231b3b80d8