1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/unittests
Richard Smith fe3340dbd7 Fix a couple of mangling canonicalizer corner case bugs.
Summary:
The hash computed for an ArrayType was different when first constructed
versus when later profiled due to the constructor default argument, and
we were not tracking constructor / destructor variant as part of the
mangled name AST, leading to incorrect equivalences.

Reviewers: erik.pilkington

Subscribers: llvm-commits

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

llvm-svn: 342166
2018-09-13 20:00:21 +00:00
..
ADT [ADT] Made numerous methods of ImmutableList const 2018-09-12 11:20:15 +00:00
Analysis [LoopInfo][FIX] Remove leftover dump in unit test 2018-09-11 17:49:43 +00:00
AsmParser
BinaryFormat
Bitcode
CodeGen
DebugInfo
Demangle
ExecutionEngine [ORC] Add a special 'main' JITDylib that is created on ExecutionSession 2018-09-12 21:48:59 +00:00
FuzzMutate
IR
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
Passes [cmake] Fix a unittest when LLVM_LINK_LLVM_DYLIB is requested. 2018-09-13 16:39:52 +00:00
ProfileData
Support Fix a couple of mangling canonicalizer corner case bugs. 2018-09-13 20:00:21 +00:00
Target
tools [llvm-exegesis][NFC] Split BenchmarkRunner class 2018-09-13 07:40:53 +00:00
Transforms
XRay
CMakeLists.txt
unittest.cfg.in