1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm
Lang Hames 8bc77257a4 [JITLink] Use correct Addressable constructor.
Calling createAddressable(false) generates an absolute symbol. We want
createAddressable(0, false), which generates an external symbol.
2020-07-30 22:48:57 -07:00
..
ADT [ADT][BitVector][NFC] Merge find_first_in() / find_first_unset_in() 2020-07-29 04:51:22 +03:00
Analysis [NFC] GetUnderlyingObject -> getUnderlyingObject 2020-07-30 21:08:24 -07:00
AsmParser Fix -Wdocumentation warning. NFC. 2020-05-16 15:00:56 +01:00
BinaryFormat [PowerPC] Extend .reloc directive on PowerPC 2020-07-22 04:25:54 -05:00
Bitcode [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
Bitstream [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
CodeGen GlobalISel: Handle llvm.roundeven 2020-07-29 20:01:12 -04:00
Config [llvm-exegesis] Check perf_branch_entry for field cycles 2020-07-27 11:31:13 -04:00
DebugInfo DebugSubsectionVisitor.h - remove unnecessary includes/forward declarations. NFC. 2020-07-22 14:19:41 +01:00
Demangle [NFC] Add 'override' keyword where missing in include/ and lib/. 2020-07-14 09:47:29 -07:00
DWARFLinker DWARFLinkerDeclContext.h - fix implicit FileSystem.h dependency. NFC. 2020-06-23 12:11:51 +01:00
ExecutionEngine [JITLink] Use correct Addressable constructor. 2020-07-30 22:48:57 -07:00
Frontend [OpenMP][IRBuilder] Support allocas in nested parallel regions 2020-07-30 10:19:39 -05:00
FuzzMutate
IR [NewPM] Don't print 'Invalidating all non-preserved analyses' 2020-07-30 19:40:29 -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 [PowerPC] Add linker opt for PC Relative GOT indirect accesses 2020-07-22 09:08:23 -05:00
MCA
Object [PowerPC] Support for R_PPC64_REL24_NOTOC calls where the caller has no TOC and the callee is not DSO local 2020-07-29 19:49:28 +00:00
ObjectYAML [DWARFYAML] Make the 'Length' field of the address range table optional. 2020-07-30 17:42:18 +08:00
Option [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Passes [NewPM][PassInstrument] Add PrintPass callback to StandardInstrumentations 2020-07-30 10:07:57 -07:00
ProfileData Fix a crash when the sample profile uses md5 and -sample-profile-merge-inlinee 2020-07-30 21:21:06 -07:00
Remarks
Support [Support] Class to facilitate file locking 2020-07-30 13:42:20 +07:00
TableGen [TableGen][CGS] Print better errors on overlapping InstRW 2020-07-27 09:41:10 -06:00
Target [AArch64][GlobalISel] Add legalization & selection support for G_INTRINSIC_LRINT. 2020-07-30 16:14:56 -07:00
Testing/Support
TextAPI [llvm][llvm-nm] add TextAPI/MachO support 2020-06-11 18:54:16 -07:00
ToolDrivers
Transforms [NFC] Move findAllocaForValue into ValueTracking.h 2020-07-30 18:22:59 -07:00
WindowsManifest
WindowsResource
XRay
CMakeLists.txt [flang][openacc] OpenACC 3.0 parser 2020-07-14 14:29:40 -04:00
InitializePasses.h Revert "[IPConstProp] Remove and move tests to SCCP." 2020-07-30 13:06:54 +01:00
LinkAllIR.h
LinkAllPasses.h Revert "[IPConstProp] Remove and move tests to SCCP." 2020-07-30 13:06:54 +01:00
module.extern.modulemap
module.install.modulemap
module.modulemap [llvm] Add RISCVTargetParser.def to the module map 2020-07-16 21:39:13 -07: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