1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/include/llvm
Dean Michael Berris 5bd013d85b [XRay] Use correct type for PID records
Previously we've been reading and writing the wrong types which only
worked in little endian implementations. This time we're writing the
same typed values the runtime is using, and reading them appropriately
as well.

llvm-svn: 341241
2018-08-31 19:32:46 +00:00
..
ADT Hashing: use 64-bit seed for hashing on all platforms. 2018-08-30 20:28:32 +00:00
Analysis Revert "[NFC] Add severe validation of InstructionPrecedenceTracking" for discussion 2018-08-31 00:01:54 +00:00
AsmParser Fix -Wdocumentation warnings. NFCI. 2018-07-12 09:10:55 +00:00
BinaryFormat [BinaryFormat] Add MessagePack reader/writer 2018-08-22 21:42:50 +00:00
Bitcode Fix for llvm-dis/llvm-bcanalyzer overflows 2018-06-04 19:20:02 +00:00
CodeGen Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions 2018-08-30 14:32:47 +00:00
Config Add cmake option to disable minidumps, default it to off 2018-08-20 16:49:54 +00:00
DebugInfo [DebugInfo] Common behavior for error types 2018-08-31 17:41:58 +00:00
Demangle Allow demangler's node allocator to fail, and bail out of the entire 2018-08-24 23:26:05 +00:00
ExecutionEngine [ORC] Add utilities to RTDyldObjectLinkingLayer2 to simplify symbol flag 2018-08-31 00:53:17 +00:00
FuzzMutate
IR [LLVM-C] Add Bindings For Named Metadata 2018-08-30 17:09:43 +00:00
IRReader
LineEditor
Linker
LTO
MC [codeview] Clean up machinery for deferring .cv_loc emission 2018-08-28 23:25:59 +00:00
Object [COFF] Expose an easier helper function for getting names for relocation types 2018-08-27 08:42:39 +00:00
ObjectYAML [yaml2obj] - Add a support for changing EntSize. 2018-08-07 08:11:38 +00:00
Option
Passes [ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTests in new PM 2018-07-19 14:51:32 +00:00
ProfileData [Coverage] Delete getCounterMismatches, it's dead code (NFC) 2018-08-07 22:25:22 +00:00
Support Build fix for r341064. Temporarily disable compile-time validation for createFileError(). 2018-08-30 13:36:07 +00:00
TableGen [TableGen] Add a general-purpose JSON backend. 2018-07-11 08:40:19 +00:00
Target [SelectionDAG] Remove masked_gather/scatter from TargetSelectionDAG.td. 2018-08-29 04:45:33 +00:00
Testing/Support
ToolDrivers
Transforms [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis 2018-08-30 04:49:03 +00:00
WindowsManifest
WindowsResource
XRay [XRay] Use correct type for PID records 2018-08-31 19:32:46 +00:00
CMakeLists.txt
InitializePasses.h [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis 2018-08-30 14:21:36 +00:00
LinkAllIR.h Remove trailing space 2018-07-30 19:41:25 +00:00
LinkAllPasses.h [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis 2018-08-30 14:21:36 +00:00
module.modulemap Add new .def file introduced for BinaryFormat/MsgPack 2018-08-23 02:01:30 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h Remove trailing space 2018-07-30 19:41:25 +00:00
PassInfo.h
PassRegistry.h Remove trailing space 2018-07-30 19:41:25 +00:00
PassSupport.h