llvm-6502/lib
David Blaikie 5df1dd410e Debug Info: Type Units: Simplify type hashing using IR-provided unique names.
What's good for LTO metadata size problems ought to be good for non-LTO
debug info size too, so let's rely on the same uniqueness in both cases.
If it's insufficient for non-LTO for whatever reason (since we now won't
be uniquing CU-local types or any C types - but these are likely to not
be the most significant contributors to type bloat) we should consider a
frontend solution that'll help both LTO and non-LTO alike, rather than
using DWARF-level DIE-hashing that only helps non-LTO debug info size.

It's also much simpler this way and benefits C++ even more since we can
deduplicate lexically separate definitions of the same C++ type since
they have the same mangled name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198397 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-03 04:20:26 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Debug Info: Type Units: Simplify type hashing using IR-provided unique names. 2014-01-03 04:20:26 +00:00
DebugInfo
ExecutionEngine
IR Allow addrspacecast in global aliases 2014-01-02 20:55:01 +00:00
IRReader
Linker
LTO
MC
Object
Option
Support
TableGen [TableGen] Correctly generate implicit anonymous prototype defs in multiclasses 2014-01-02 20:47:09 +00:00
Target [PPC] Fix comment to match function name 2014-01-02 22:09:39 +00:00
Transforms Disable compare sinking in CodeGenPrepare when multiple condition registers are available 2014-01-02 21:13:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile