1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Zachary Turner 0a0d8f34cb [MS Demangler] Add rudimentary C++11 Support
This patch adds support for demangling r-value references, new
operators such as the ""_foo operator, lambdas, alias types,
nullptr_t, and various other C++11'isms.

There is 1 failing test remaining in this file, which appears to
be related to back-referencing. This type of problem has the
potential to get ugly so I'd rather fix it in a separate patch.

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

llvm-svn: 338324
2018-07-30 23:02:10 +00:00
..
Analysis Remove trailing space 2018-07-30 19:41:25 +00:00
AsmParser Remove trailing space 2018-07-30 19:41:25 +00:00
BinaryFormat
Bitcode Remove trailing space 2018-07-30 19:41:25 +00:00
CodeGen [DAGCombiner] transform sub-of-shifted-signbit to add 2018-07-30 22:21:37 +00:00
DebugInfo This fixes a crash when a second pass is required for the Codeview Type merging *and* the index points outside of the table (which should lead to an error being printed). 2018-07-30 21:14:25 +00:00
Demangle [MS Demangler] Add rudimentary C++11 Support 2018-07-30 23:02:10 +00:00
ExecutionEngine Remove trailing space 2018-07-30 19:41:25 +00:00
Fuzzer
FuzzMutate Remove trailing space 2018-07-30 19:41:25 +00:00
IR Remove trailing space 2018-07-30 19:41:25 +00:00
IRReader
LineEditor
Linker [NFC] Remove an empty line. 2018-07-27 06:50:45 +00:00
LTO Remove trailing space 2018-07-30 19:41:25 +00:00
MC Remove trailing space 2018-07-30 19:41:25 +00:00
Object Remove trailing space 2018-07-30 19:41:25 +00:00
ObjectYAML MC: Implement support for new .addrsig and .addrsig_sym directives. 2018-07-17 22:17:18 +00:00
Option
Passes Revert "[GVNHoist] Re-enable GVNHoist by default" 2018-07-30 20:07:33 +00:00
ProfileData [InstrProf] Use comdats on COFF for available_externally functions 2018-07-26 22:59:17 +00:00
Support Remove trailing space 2018-07-30 19:41:25 +00:00
TableGen Remove trailing space 2018-07-30 19:41:25 +00:00
Target [DAGCombiner][PowerPC][AArch64] Pass Created vector by reference to BuildSDIVPow2. 2018-07-30 21:04:34 +00:00
Testing
ToolDrivers
Transforms [VPlan] Introduce VPlan-based dominator analysis. 2018-07-30 21:33:31 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt