summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/alloca.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Do not use llc -march in tests.Matthias Braun2017-08-011-1/+1
| | | | | | | | | | | | | | | `llc -march` is problematic because it only switches the target architecture, but leaves the operating system unchanged. This occasionally leads to indeterministic tests because the OS from LLVM_DEFAULT_TARGET_TRIPLE is used. However we can simply always use `llc -mtriple` instead. This changes all the tests to do this to avoid people using -march when they copy and paste parts of tests. See also the discussion in https://reviews.llvm.org/D35287 llvm-svn: 309755
* Unified logic for computing target ABI in backend and front end by moving ↵Eric Christopher2017-06-301-2/+2
| | | | | | | | | | this common code to Support/TargetParser. Modeled Triple::GNU after front end code (aapcs abi) and updated tests that expect apcs abi. Based heavily on a patch by Ana Pazos! llvm-svn: 306768
* In the presence of variable sized objects, allocate an emergency spill slot.Jim Grosbach2010-07-091-2/+2
| | | | | | rdar://8131327 llvm-svn: 108008
* Convert to FileCheck, fixing failure due to tab change in the process.Bob Wilson2009-10-271-4/+3
| | | | llvm-svn: 85204
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
| | | | llvm-svn: 81293
* Remove llvm-upgrade.Tanya Lattner2008-02-171-7/+7
| | | | llvm-svn: 47238
* For PR1319:Reid Spencer2007-04-161-3/+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
* Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio2007-02-031-1/+4
| | | | llvm-svn: 33802
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+9
llvm-svn: 33296
OpenPOWER on IntegriCloud