1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Guillaume Chatelet bb1b18ffd2 [Alignment][NFC] Use llvmTargetFrameLowering::getStackAlign
Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet

Reviewed By: courbet

Subscribers: wuzish, arsenm, jyknight, nemanjai, jvesely, nhaehnle, hiraditya, kbarton, fedor.sergeev, jrtc27, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D76613
2020-03-26 18:15:53 +00:00
..
Analysis [CFG/BasicBlock] Rename succ_const to const_succ. [NFC] 2020-03-25 12:40:55 -07:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [GlobalISel] add helper function to create arbitrary libcalls 2020-03-26 16:11:13 +01:00
DebugInfo Suppress a few -Wunreachable-code warnings. 2020-03-25 13:55:42 -04:00
Demangle
DWARFLinker Add an -object-path-prefix option to dsymutil 2020-03-24 17:13:42 -07:00
ExecutionEngine [CFG/BasicBlock] Rename succ_const to const_succ. [NFC] 2020-03-25 12:40:55 -07:00
Frontend [OpenMP][NFC] Reduce instantiation time with different data structure 2020-03-23 14:23:46 -05:00
Fuzzer
FuzzMutate
IR Use optimal layout and preserve alloca alignment in coroutine frames. 2020-03-26 00:51:09 -04:00
IRReader
LineEditor
Linker
LTO
MC
MCA
Object [WebAssembly] Move event section before global section 2020-03-25 11:49:03 -07:00
ObjectYAML [WebAssembly] Move event section before global section 2020-03-25 11:49:03 -07:00
Option
Passes
ProfileData
Remarks
Support Tools emit the bug report URL on crash 2020-03-26 10:26:59 +00:00
TableGen
Target [Alignment][NFC] Use llvmTargetFrameLowering::getStackAlign 2020-03-26 18:15:53 +00:00
Testing
TextAPI Suppress a few -Wunreachable-code warnings. 2020-03-25 13:55:42 -04:00
ToolDrivers
Transforms [InstCombine] Fix Incorrect fold of ashr+xor -> lshr w/ vectors 2020-03-26 12:09:36 -06:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt