summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/dyn-stackalloc.ll
Commit message (Collapse)AuthorAgeFilesLines
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-36/+36
| | | | | | | | | for pre-2.9 bitcode files. We keep x86 unaligned loads, movnt, crc32, and the target indep prefetch change. As usual, updating the testsuite is a PITA. llvm-svn: 133337
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-4/+0
| | | | llvm-svn: 74068
* For PR1319:Reid Spencer2007-04-161-4/+4
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-231-4/+4
| | | | llvm-svn: 34522
* New test case.Evan Cheng2007-02-071-6/+36
| | | | llvm-svn: 34001
* Add a DYNAMIC_STACKALLOC test case.Evan Cheng2007-02-061-0/+30
llvm-svn: 33959
OpenPOWER on IntegriCloud