1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Nikita Popov 276c80db80 [AA] Add helper to update result (NFC)
This pattern was repeated a few times, and for some reason always
using insert or try_emplace, even though we know in advance that
we're looking for an existing entry and not trying to create a
new one.
2020-10-18 16:43:26 +02:00
..
Analysis [AA] Add helper to update result (NFC) 2020-10-18 16:43:26 +02:00
AsmParser Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
BinaryFormat [WebAssembly] Added .tabletype to asm and multiple table support in obj files 2020-10-13 07:52:23 -07:00
Bitcode Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
Bitstream
CodeGen [DebugInfo] Support for DWARF operator DW_OP_over 2020-10-17 08:42:28 +05:30
DebugInfo llvm-symbolizer: Exit non-zero when DWARF parsing errors have been rendered 2020-10-14 23:42:00 -07:00
Demangle
DWARFLinker [llvm] Rename DwarfFile to DWARFFile to fix ODR violation (NFC) 2020-10-04 23:46:36 -07:00
ExecutionEngine [RuntimeDyld][COFF] Report fatal error on error, rather than emiting diagnostic. 2020-10-06 15:16:29 -07:00
Extensions
FileCheck
Frontend
Fuzzer
FuzzMutate
InterfaceStub
IR [DebugInfo] Support for DWARF operator DW_OP_over 2020-10-17 08:42:28 +05:30
IRReader
LineEditor
Linker Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
LTO Re-land [ThinLTO] Re-order modules for optimal multi-threaded processing 2020-10-13 21:54:15 -04:00
MC Reland [CFGuard] Add address-taken IAT tables and delay-load support 2020-10-13 13:20:52 -07:00
MCA
Object [WebAssembly] Added .tabletype to asm and multiple table support in obj files 2020-10-13 07:52:23 -07:00
ObjectYAML [lib/ObjectYAML] - Simplify the code that handles Content/Size fields. 2020-10-16 09:57:27 +03:00
Option
Passes [PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splitting 2020-10-15 23:13:33 +00:00
ProfileData [PGO] Remove the old memop value profiling buckets. 2020-10-15 10:09:49 -07:00
Remarks
Support [AMDGPU] Drop array size in AMDGCNGPUs and R600GPUs 2020-10-16 12:37:22 -07:00
TableGen [TableGen] Add the !not and !xor operators. 2020-10-15 10:12:59 -04:00
Target Delete unneeded X86RegisterInfo::hasReservedSpillSlot. NFC 2020-10-17 23:18:55 -07:00
Testing
TextAPI
ToolDrivers
Transforms [InferAttrs] Add argmemonly attribute to string libcalls 2020-10-18 01:33:26 +02:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt