1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Gui Andrade 8c1506c928 [MSAN] Never allow checking calls to __sanitizer_unaligned_{load,store}
These functions expect the caller to always pass shadows over TLS.

Differential Revision: https://reviews.llvm.org/D84351
2020-07-23 16:42:59 +00:00
..
Analysis [InstSimplify] reduce code duplication for binop expansion; NFC 2020-07-23 08:35:21 -04:00
AsmParser [ThinLTO] parse flags and blockcount summaries 2020-07-20 09:50:22 -07:00
BinaryFormat AMDGPU: Remove .value_type from kernel metadata 2020-07-10 18:16:31 -04:00
Bitcode [Bitcode] Drop invalid branch_weight in BitcodeReader 2020-07-23 09:07:15 -07:00
Bitstream
CodeGen [llvm][NFC] Add comments and common-case API to MachineBlockFrequencyInfo 2020-07-23 08:42:34 -07:00
DebugInfo [Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. 2020-07-22 17:17:57 -07:00
Demangle [NFC] Use std::free instead of ::free 2020-07-20 16:19:08 -04:00
DWARFLinker
ExecutionEngine Speculation.h - remove unnecessary includes. NFC. 2020-07-23 11:58:23 +01:00
Extensions
Frontend [OpenMP][IRBuilder] Support nested parallel regions 2020-07-14 22:39:06 -05:00
Fuzzer
FuzzMutate [NewPM][LSR] Rename strength-reduce -> loop-reduce 2020-07-02 11:15:29 -07:00
IR PassTimingInfo.h - remove unused includes. NFC. 2020-07-23 16:20:13 +01:00
IRReader
LineEditor
Linker
LTO [NewPM] Support optnone under new pass manager 2020-07-21 09:53:43 -07:00
MC [PowerPC] Add linker opt for PC Relative GOT indirect accesses 2020-07-22 09:08:23 -05:00
MCA
Object [llvm-readobj] - Refactor how the code dumps relocations. 2020-07-20 12:05:05 +03:00
ObjectYAML [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred. 2020-07-23 23:00:19 +08:00
Option [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Passes Reapply "Rename InlineFeatureAnalysis to FunctionPropertiesAnalysis" 2020-07-22 10:07:35 -07:00
ProfileData Revert D81682 "[PGO] Extend the value profile buckets for mem op sizes." 2020-07-22 16:08:25 -07:00
Remarks
Support [Windows] Fix limit on command line size 2020-07-23 11:39:42 +07:00
TableGen
Target [X86] Add Feature64Bit to the 'generic' CPU and remove feature string hacking in X86Subtarget constructor 2020-07-23 09:16:18 -07:00
Testing Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." 2020-07-22 17:50:19 -07:00
TextAPI [TextAPI/MachO] Fix style issues. NFC 2020-06-24 14:43:45 -07:00
ToolDrivers
Transforms [MSAN] Never allow checking calls to __sanitizer_unaligned_{load,store} 2020-07-23 16:42:59 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt