1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/lib
Martin Storsjo 707a6e74b7 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Rename the enum value from X86_64_Win64 to plain Win64.

The symbol exposed in the textual IR is changed from 'x86_64_win64cc'
to 'win64cc', but the numeric value is kept, keeping support for
old bitcode.

Differential Revision: https://reviews.llvm.org/D34474

llvm-svn: 308208
2017-07-17 20:05:19 +00:00
..
Analysis Analysis/MemorySSA.cpp: Prune unused "llvm/Transforms/Scalar.h". 2017-07-17 04:31:26 +00:00
AsmParser [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well 2017-07-17 20:05:19 +00:00
BinaryFormat
Bitcode Enhance synchscope representation 2017-07-11 22:23:00 +00:00
CodeGen [DAGCombiner] Recognise vector rotations with non-splat constants 2017-07-16 23:11:45 +00:00
DebugInfo [CodeView] Dump BuildInfoSym and ProcSym type indices 2017-07-15 18:10:39 +00:00
Demangle
ExecutionEngine
Fuzzer Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests" 2017-07-17 18:18:03 +00:00
IR [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well 2017-07-17 20:05:19 +00:00
IRReader
LineEditor
Linker [Linker] Add directives to support mixing ARM/Thumb module-level inline asm. 2017-07-12 11:52:28 +00:00
LTO Use DenseMap instead std::map for GVSummaryMapTy. 2017-07-10 20:12:54 +00:00
MC Simplify interface now that we don't need to pass IsPCRel. NFC. 2017-07-11 23:56:10 +00:00
Object [WebAssembly] Expose the offset of each data segment 2017-07-12 00:24:54 +00:00
ObjectYAML [WebAssembly] Expose the offset of each data segment 2017-07-12 00:24:54 +00:00
Option
Passes
ProfileData
Support [SystemZ] Add support for IBM z14 processor (1/3) 2017-07-17 17:41:11 +00:00
TableGen
Target [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well 2017-07-17 20:05:19 +00:00
Testing
ToolDrivers
Transforms [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well 2017-07-17 20:05:19 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt