1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Zachary Turner 1ff1310572 [PDB] Make the native reader support modified types.
Previously for cv-qualified types, we would just ignore them
and they would never get printed.  Now we can enumerate them
and cache them like any other symbol type.

llvm-svn: 342414
2018-09-17 21:07:48 +00:00
..
Analysis [Loopinfo] Remove one latch-case in getLoopID. NFC. 2018-09-17 18:40:29 +00:00
AsmParser
BinaryFormat
Bitcode
CodeGen [MachineOutliner][NFC] Don't map more illegal instrs than you have to 2018-09-17 18:40:21 +00:00
DebugInfo [PDB] Make the native reader support modified types. 2018-09-17 21:07:48 +00:00
Demangle Update microsoftDemangle() to work more like itaniumDemangle(). 2018-09-15 18:24:20 +00:00
ExecutionEngine [ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple of 2018-09-12 21:49:02 +00:00
Fuzzer
FuzzMutate
IR fix 80-column violation with clang-format 2018-09-12 22:57:28 +00:00
IRReader
LineEditor
Linker
LTO [ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool 2018-09-14 19:38:21 +00:00
MC [MC] Avoid inlining constant symbols with variants. 2018-09-17 20:34:26 +00:00
Object
ObjectYAML
Option
Passes [GVNHoist] Re-enable GVNHoist by default 2018-09-17 12:24:55 +00:00
ProfileData [SampleFDO] Add FunctionOffsetTable in compact binary format profile. 2018-09-14 20:52:59 +00:00
Support fix typos 2018-09-14 16:12:14 +00:00
TableGen
Target [X86ISel] Implement byval lowering for Win64 calling convention 2018-09-17 17:37:14 +00:00
Testing
ToolDrivers
Transforms [CVP] Handle instructions with no user. No need to create CVPLattice state. This handles terminator instructions and more. 2018-09-17 15:28:01 +00:00
WindowsManifest
XRay [XRay] Bug fixes for FDR custom event and arg-logging 2018-09-13 09:25:42 +00:00
CMakeLists.txt
LLVMBuild.txt