1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Guillaume Chatelet 961213111f [Alignment] Move OffsetToAlignment to Alignment.h
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, JDevlieghere, alexshap, rupprecht, jhenderson

Subscribers: sdardis, nemanjai, hiraditya, kbarton, jakehehrlich, jrtc27, MaskRay, atanasyan, jsji, seiya, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

llvm-svn: 371742
2019-09-12 15:20:36 +00:00
..
Analysis [ConstProp] allow folding for fma that produces NaN 2019-09-12 14:10:50 +00:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [Alignment] Move OffsetToAlignment to Alignment.h 2019-09-12 15:20:36 +00:00
DebugInfo Add some missing changes to GSYM that was addressing a gcc compilation error due to a type and variable with the same name 2019-09-11 22:24:45 +00:00
Demangle Synchronize LLVM's copy of libc++abi's demangler with the libc++abi 2019-09-07 00:11:53 +00:00
ExecutionEngine [Alignment] Move OffsetToAlignment to Alignment.h 2019-09-12 15:20:36 +00:00
Fuzzer
FuzzMutate
IR Make SwitchInstProfUpdateWrapper strict permanently 2019-09-12 03:41:34 +00:00
IRReader
LineEditor
Linker [IRMover] Don't map globals if their types are the same 2019-09-11 18:35:49 +00:00
LTO AArch64: support arm64_32, an ILP32 slice for watchOS. 2019-09-12 10:22:23 +00:00
MC [Alignment] Move OffsetToAlignment to Alignment.h 2019-09-12 15:20:36 +00:00
MCA
Object [Alignment] Move OffsetToAlignment to Alignment.h 2019-09-12 15:20:36 +00:00
ObjectYAML [yaml2obj] Set p_align to the maximum sh_addralign of contained sections 2019-09-10 09:16:34 +00:00
Option
Passes Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
ProfileData
Remarks Fix MSVC "not all control paths return a value" warning. NFCI. 2019-09-09 21:30:11 +00:00
Support Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own file 2019-09-10 22:05:01 +00:00
TableGen [TableGen] Skip CRLF conversion when writing output 2019-09-11 22:33:50 +00:00
Target [Alignment] Move OffsetToAlignment to Alignment.h 2019-09-12 15:20:36 +00:00
Testing
TextAPI Revert [llvm-nm] Add tapi file support 2019-09-11 21:35:28 +00:00
ToolDrivers
Transforms [InstCombine] rename variable for readability; NFC 2019-09-11 22:31:34 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt