1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Saleem Abdulrasool b9d0b39d5b X86: treat SwiftCC as Win64_CC on Win64
The Swift CC is identical to Win64 CC with the exception of swift error
being passed in r12 which is a CSR.  However, since this calling
convention is only used in swift -> swift code, it does not impact
interoperability and can be treated entirely as Win64 CC.  We would
previously incorrectly lower the frame setup as we did not treat the
frame as conforming to Win64 specifications.

llvm-svn: 313813
2017-09-20 21:00:40 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen X86: treat SwiftCC as Win64_CC on Win64 2017-09-20 21:00:40 +00:00
DebugInfo Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" 2017-09-20 18:19:08 +00:00
DllTool
Examples
ExecutionEngine Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" 2017-09-19 20:35:25 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC AMDGPU: Fix encoding of op_sel for mad_mix* opcodes 2017-09-20 19:09:28 +00:00
Object Revert r313746 "[yaml2obj] - Don't crash on invalid document." 2017-09-20 10:24:37 +00:00
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools Reland "[WebAssembly] Add support for naming wasm data segments" 2017-09-20 19:03:35 +00:00
Transforms Revert r313771 "[SLP] Vectorize jumbled memory loads." 2017-09-20 18:00:03 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg [lit] Update clang and lld to use new config helpers. 2017-09-18 22:26:48 +00:00
lit.site.cfg.in
TestRunner.sh