1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
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 [BasicAA] Use PhiValuesAnalysis if available when handling phi alias 2018-07-30 11:52:08 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [DAGCombiner] transform sub-of-shifted-signbit to add 2018-07-30 22:21:37 +00:00
DebugInfo [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test failure in debuginfo_tests. 2018-07-26 22:48:52 +00:00
Demangle [MS Demangler] Add rudimentary C++11 Support 2018-07-30 23:02:10 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [InstrProf] Don't register __llvm_profile_runtime_user 2018-07-27 22:21:35 +00:00
Integer
JitListener
Linker
LTO [LTO] Don't internalize declarations 2018-07-27 05:40:29 +00:00
MC [AArch64][SVE] Asm: Enable instructions to be prefixed. 2018-07-30 16:05:45 +00:00
Object
ObjectYAML
Other Revert "[GVNHoist] Re-enable GVNHoist by default" 2018-07-30 20:07:33 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools [dsymutil] Simplify temporary file handling. 2018-07-29 14:56:15 +00:00
Transforms [InstCombine] Fold Select with binary op 2018-07-30 20:38:53 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh