llvm-6502/test
David Blaikie 132a287941 DebugInfo: Deduplicate entries in the fission address table
This broke in r185459 while TLS support was being generalized to handle
non-symbol TLS representations.

I thought about/tried having an enum rather than a bool to track the
TLS-ness of the address table entry, but namespaces and naming seemed
more hassle than it was worth for only one caller that needed to specify
this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201469 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-15 19:34:03 +00:00
..
Analysis [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called 2014-02-12 23:43:47 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the 2014-02-14 22:23:22 +00:00
DebugInfo DebugInfo: Deduplicate entries in the fission address table 2014-02-15 19:34:03 +00:00
ExecutionEngine PC-rel implemented in AArch64, test now pass 2014-02-12 17:17:41 +00:00
Feature
FileCheck
Instrumentation [asan] support for FreeBSD, LLVM part. patch by Viktor Kutuzov 2014-02-10 07:37:04 +00:00
Integer
JitListener
Linker Copy dll storage in copyAttributes. 2014-02-13 05:11:35 +00:00
LTO
MC Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri. 2014-02-15 07:29:18 +00:00
Object
Other
TableGen
tools
Transforms Revert "SCEVExpander: Try hard not to create derived induction variables in other loops" 2014-02-15 18:16:56 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh