llvm-6502/test
Stepan Dyatkovskiy 78e3c90419 Fix for 5.5 Parameter Passing --> Stage C:
-- C.4 and C.5 statements, when NSAA is not equal to SP.
 -- C.1.cp statement for VA functions. Note: There are no VFP CPRCs in a
    variadic procedure.

Before this patch "NSAA != 0" means "don't use GPRs anymore ". But there are
some exceptions in AAPCS.
1. For non VA function: allocate all VFP regs for CPRC. When all VFPs are allocated
   CPRCs would be sent to stack, while non CPRCs may be still allocated in GRPs.
2. Check that for VA functions all params uses GPRs and then stack.
   No exceptions, no CPRCs here.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180011 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-22 13:06:52 +00:00
..
Analysis Legalize vector truncates by parts rather than just splitting. 2013-04-21 23:47:41 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix for 5.5 Parameter Passing --> Stage C: 2013-04-22 13:06:52 +00:00
DebugInfo Revert "Revert "PR14606: debug info imported_module support"" 2013-04-22 06:12:31 +00:00
ExecutionEngine Revert r179409 because it caused some warnings and some of the build bots fail. 2013-04-12 22:02:26 +00:00
Feature
FileCheck
Instrumentation Add missing colons to check lines. 2013-04-11 12:41:41 +00:00
Integer
JitListener
Linker Rewrite test/Linker tests to use FileCheck instead of grep. 2013-04-09 16:51:13 +00:00
MC [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change 2013-04-19 18:47:40 +00:00
Object Add .ll as a valid test suffix for Object, this allows .ll -> object 2013-04-22 10:45:06 +00:00
Other Attributes: Don't print trailing whitespace on the function attribute comment. 2013-04-19 11:43:21 +00:00
TableGen
tools At Jim Grosbach's request detemplate Object/MachO.h. 2013-04-18 18:08:55 +00:00
Transforms Revert "Revert "PR14606: debug info imported_module support"" 2013-04-22 06:12:31 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg Remove obsolete object file dumpers 2013-04-12 04:07:13 +00:00
lit.site.cfg.in
Makefile This appears to be no longer necessary for the testsuite. 2013-04-17 06:37:30 +00:00
Makefile.tests Remove obsolete object file dumpers 2013-04-12 04:07:13 +00:00
TestRunner.sh