llvm-6502/test
Jakob Stoklund Olesen 53fa56e8dc Handle call-clobbered ymm registers on Win64.
The Win64 calling convention has xmm6-15 as callee-saved while still
clobbering all ymm registers.

Add a YMM_HI_6_15 pseudo-register that aliases the clobbered part of the
ymm registers, and mark that as call-clobbered.  This allows live xmm
registers across calls.

This hack wouldn't be necessary with RegisterMask operands representing
the call clobbers, but they are not quite operational yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149088 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-26 22:59:28 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Handle call-clobbered ymm registers on Win64. 2012-01-26 22:59:28 +00:00
DebugInfo Fix the testcases for the previous patch. 2012-01-24 10:11:49 +00:00
ExecutionEngine
Feature
Instrumentation/AddressSanitizer [asan] enable asan only for the functions that have Attribute::AddressSafety 2012-01-24 19:34:43 +00:00
Integer
lib
Linker
MC Add support for the R_ARM_TARGET1 relocation, which should be given to relocations applied to all C++ constructors and destructors. 2012-01-26 09:25:43 +00:00
Object
Other
Scripts
TableGen Add an (interleave A, B, ...) SetTheory operator. 2012-01-24 18:06:05 +00:00
Transforms Support pointer comparisons against constants, when looking at the inline-cost 2012-01-25 08:27:40 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh