1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Matt Arsenault 5836a23b95 AMDGPU: Hack out noinline on functions using LDS globals
This is a workaround for clang adding noinline to all functions at
-O0. Previously, we would just add alwaysinline, and the verifier
would complain about having both noinline and alwaysinline. We
currently can't truly codegen this case as a freestanding function, so
override the user forcing noinline.
2020-04-02 14:12:07 -04:00
..
Analysis [NFC] Split Knowledge retention and place it more appropriatly 2020-04-02 15:01:41 +02:00
AsmParser Remove "mask" operand from shufflevector. 2020-03-31 13:08:59 -07:00
BinaryFormat [llvm-objdump][XCOFF][AIX] Implement -r option 2020-03-27 16:05:42 +00:00
Bitcode Remove "mask" operand from shufflevector. 2020-03-31 13:08:59 -07:00
Bitstream
CodeGen Fix "result of 32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI. 2020-04-02 12:02:04 +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 Revert "[ORC] Export __cxa_atexit from the main JITDylib in LLJIT." 2020-04-01 22:49:38 -04:00
Frontend Revert "[OpenMP][NFCI] Move OpenMP clause information to lib/Frontend/OpenMP" 2020-04-02 02:23:22 -05:00
Fuzzer
FuzzMutate Remove CompositeType class. 2020-03-18 13:53:17 -07:00
IR [NFC] Split Knowledge retention and place it more appropriatly 2020-04-02 15:01:41 +02:00
IRReader
LineEditor
Linker
LTO Revert "[Darwin] Respect -fno-unroll-loops during LTO." 2020-03-30 15:20:30 +01:00
MC [LoopDataPrefetch + SystemZ] Let target decide on prefetching for each loop. 2020-04-02 14:57:46 +02:00
MCA
Object [Object] Add the method for checking if a section is a debug section 2020-04-02 10:56:00 +02:00
ObjectYAML [yaml2obj] - Add NBucket and NChain fields for the SHT_HASH section. 2020-04-01 12:28:16 +03:00
Option
Passes [NFC] Split Knowledge retention and place it more appropriatly 2020-04-02 15:01:41 +02:00
ProfileData [SampleFDO] Port MD5 name table support to extbinary format. 2020-03-30 22:07:08 -07:00
Remarks
Support [X86] Add SERIALIZE instruction. 2020-04-02 16:19:23 +08:00
TableGen
Target AMDGPU: Hack out noinline on functions using LDS globals 2020-04-02 14:12:07 -04:00
Testing
TextAPI Suppress a few -Wunreachable-code warnings. 2020-03-25 13:55:42 -04:00
ToolDrivers
Transforms [InstCombine] try to reduce shuffle with bitcasted operand 2020-04-02 13:44:50 -04:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt