1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm
sstefan1 7cc76647fc [OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder.
Summary:
D82193 exposed a problem with global type definitions in
`OMPConstants.h`. This causes a race when running in thinLTO mode.
Types now live inside of OpenMPIRBuilder to prevent this from happening.

Reviewers: jdoerfert

Subscribers: yaxunl, hiraditya, guansong, dexonsmith, aaron.ballman, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D83176
2020-07-08 17:23:55 +02:00
..
ADT [Bitfields][NFC] Make sure bitfields are contiguous 2020-07-07 14:35:13 +00:00
Analysis DomTree: Remove getRoots() accessor 2020-07-06 21:58:11 +02:00
AsmParser Fix -Wdocumentation warning. NFC. 2020-05-16 15:00:56 +01:00
BinaryFormat [WebAssembly] fix gcc 10 warning 2020-07-07 17:55:37 -07:00
Bitcode Remove references to the 4.0 release as a major breaking (NFC) 2020-06-25 23:49:07 +00:00
Bitstream
CodeGen [SVE][CodeGen] Legalisation of unpredicated load instructions 2020-07-07 11:05:03 +01:00
Config
DebugInfo [NativeSession] Add column numbers to NativeLineNumber. 2020-07-07 09:59:22 -07:00
Demangle Give microsoftDemangle() an outparam for how many input bytes were consumed. 2020-05-20 16:17:31 -04:00
DWARFLinker DWARFLinkerDeclContext.h - fix implicit FileSystem.h dependency. NFC. 2020-06-23 12:11:51 +01:00
ExecutionEngine CompileOnDemandLayer.h - remove unused Twine.h include. NFC. 2020-06-27 10:03:34 +01:00
Frontend [OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder. 2020-07-08 17:23:55 +02:00
FuzzMutate FuzzerCLI.h - reduce StringRef.h include to forward declaration. NFC. 2020-05-12 13:03:50 +01:00
IR [BasicAA] Remove -basicaa alias 2020-07-07 10:44:23 -07:00
IRReader Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
LineEditor
Linker
LTO [LTO] Use StringRef instead of C-style strings in setCodeGenDebugOptions 2020-06-22 11:22:18 +01:00
MC [ms] [llvm-ml] Add initial MASM STRUCT/UNION support 2020-07-07 17:02:10 -04:00
MCA [MCA] Fixed a bug where loads and stores were sometimes incorrectly marked as depedent. Fixes PR45793. 2020-05-05 10:25:36 +01:00
Object Error.h - GenericBinaryError - pass Twine arg by reference not value. 2020-06-27 10:12:20 +01:00
ObjectYAML [DWARFYAML][debug_gnu_*] Add the missing context IsGNUStyle. NFC. 2020-07-03 18:12:58 +08:00
Option Start adding support for generating CC1 command lines from CompilerInvocation 2020-06-24 18:05:05 +01:00
Passes [NewPM] Separate out alias analysis passes in opt 2020-06-25 08:53:57 -07:00
ProfileData Revert "[PGO] Extend the value profile buckets for mem op sizes." 2020-06-25 11:13:49 -07:00
Remarks RemarkStringTable.h - reduce StringRef/Remark includes to forward declarations. NFC 2020-05-08 12:30:49 +01:00
Support Revert "[X86] Add back the assert in getImpliedFeatures that I removed in ef4cc70f3ed2a91e0a48c6448c517c3ba34c2846" 2020-07-07 22:56:08 -04:00
TableGen [TableGen] Delete unused Record::resolveReferencesTo() after D44478. NFC 2020-04-26 01:21:41 -07:00
Target Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
Testing/Support
TextAPI [llvm][llvm-nm] add TextAPI/MachO support 2020-06-11 18:54:16 -07:00
ToolDrivers
Transforms [CodeMoverUtils] Make specific analysis dependent checks optional 2020-07-07 20:11:07 +05:30
WindowsManifest
WindowsResource
XRay
CMakeLists.txt Revert "Fix missing build dependency on omp_gen." 2020-06-30 09:37:45 +01:00
InitializePasses.h [Utils] Make -assume-builder/-assume-simplify actually work on Old-PM 2020-07-04 21:06:36 +03:00
LinkAllIR.h
LinkAllPasses.h Revert "Added a new IRCanonicalizer pass." 2020-05-23 13:51:43 +02:00
module.extern.modulemap
module.install.modulemap
module.modulemap Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module 2020-06-01 21:01:05 +01:00
module.modulemap.build
Pass.h Improve LegacyPassManager API to correctly report modified status 2020-06-26 14:21:02 +02:00
PassAnalysisSupport.h [NFCi] Fixing build failures on Windows due to std::tie used w/o proper include. 2020-06-26 16:30:25 -07:00
PassInfo.h
PassRegistry.h
PassSupport.h [Pass] Ensure we don't include PassSupport.h or PassAnalysisSupport.h directly 2020-04-26 12:58:20 +01:00