llvm-6502/test
Jakob Stoklund Olesen 657baec0af Create a stack frame on ARM when
- Function uses all scratch registers AND
- Function does not use any callee saved registers AND
- Stack size is too big to address with immediate offsets.

In this case a register must be scavenged to calculate the address of a stack
object, and the scavenger needs a spare register or emergency spill slot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97071 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-24 22:43:17 +00:00
..
Analysis Teach ScalarEvolution how to compute a tripcount for a loop with 2010-02-19 18:12:07 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Create a stack frame on ARM when 2010-02-24 22:43:17 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC Eliminate llvmgcc_version testing variable. 2010-02-23 07:56:28 +00:00
FrontendC++
FrontendFortran
FrontendObjC new test case for r96974. 2010-02-23 19:37:40 +00:00
FrontendObjC++
Integer
lib Eliminate llvmgcc_version testing variable. 2010-02-23 07:56:28 +00:00
Linker
LLVMC Update the test suite. 2010-02-23 09:04:51 +00:00
MC
Other
Scripts
TableGen
Transforms Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't 2010-02-23 17:17:57 +00:00
Unit Roll back r96959 again. 2010-02-23 20:53:37 +00:00
Verifier
CMakeLists.txt
lit.cfg tests: Don't make a missing llvm-gcc dir a fatal error. 2010-02-23 11:34:12 +00:00
lit.site.cfg.in
Makefile Roll back r96959 again. 2010-02-23 20:53:37 +00:00
Makefile.tests Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} 2010-02-23 10:28:06 +00:00
site.exp.in Eliminate llvmgcc_version testing variable. 2010-02-23 07:56:28 +00:00
TestRunner.sh