1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib
Eric Beckmann 5470a5de61 Fix Bug 30978 by emitting cv file checksums.
Summary:
The checksums had already been placed in the IR, this patch allows
MCCodeView to actually write it out to an MCStreamer.

Subscribers: llvm-commits, hiraditya

Differential Revision: https://reviews.llvm.org/D37157

llvm-svn: 313374
2017-09-15 18:20:28 +00:00
..
Analysis [InstSimplify] fold sdiv/srem based on compare of dividend and divisor 2017-09-14 14:59:07 +00:00
AsmParser IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. 2017-09-12 21:50:41 +00:00
BinaryFormat
Bitcode [ThinLTO] AliasSummary should not have any references 2017-09-13 17:10:24 +00:00
CodeGen Fix Bug 30978 by emitting cv file checksums. 2017-09-15 18:20:28 +00:00
DebugInfo llvm-dwarfdump: Factor out the printing of the section header (NFC) 2017-09-15 17:39:50 +00:00
Demangle
ExecutionEngine [ORC] Fix a typo. 2017-09-15 06:50:19 +00:00
Fuzzer
FuzzMutate
IR Fix Bug 30978 by emitting cv file checksums. 2017-09-15 18:20:28 +00:00
IRReader
LineEditor
Linker
LTO LowerTypeTests: Add import/export support for targets without absolute symbol constants. 2017-09-11 22:49:10 +00:00
MC Fix Bug 30978 by emitting cv file checksums. 2017-09-15 18:20:28 +00:00
Object [MachO] Prevent heap overflow when load command extends past EOF 2017-09-13 13:43:01 +00:00
ObjectYAML llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. 2017-09-13 18:22:59 +00:00
Option
Passes [DivRempairs] add a pass to optimize div/rem pairs (PR31028) 2017-09-09 13:38:18 +00:00
ProfileData
Support [mips] Recognise the triple used by Debian for MIPS n32 ABI 2017-09-14 06:50:05 +00:00
TableGen
Target [X86] Prefer VPERMQ over VPERM2F128 for any unary shuffle, not just the ones that can be done with a insertf128 2017-09-15 18:11:13 +00:00
Testing
ToolDrivers
Transforms [RuntimeUnroll] Add heuristic for unrolling multi-exit loop 2017-09-15 15:56:05 +00:00
WindowsManifest Fix bug 34608 by moving private header out of public header. 2017-09-14 23:01:13 +00:00
XRay [XRay] fix and clarify comments in the log file decoder 2017-09-15 04:22:16 +00:00
CMakeLists.txt
LLVMBuild.txt