llvm-6502/test
Eric Christopher 31dd38ed2f Add support for hashing attributes with DW_FORM_block. This required
passing down an AsmPrinter instance so we could compute the size of
the block which could be target specific. All of the test cases in
the unittest don't have any target specific data so we can use a NULL
AsmPrinter there. This also depends upon block data being added as
integers.

We can now hash the entire fission-cu.ll compile unit so turn the
flag on there with the hash value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201752 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-20 02:50:45 +00:00
..
Analysis Add extra CHECK prefix to tests with explicit prefix 2014-02-16 13:28:15 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9. 2014-02-19 21:35:39 +00:00
DebugInfo Add support for hashing attributes with DW_FORM_block. This required 2014-02-20 02:50:45 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
Integer
JitListener
Linker
LTO Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
MC [mips] Add explicit N32 and N64 tests to nabi-regs.s test 2014-02-19 15:30:54 +00:00
Object
Other
TableGen
tools llvm-objdump/COFF: Print load configuration table. 2014-02-19 03:53:11 +00:00
Transforms X86: move test requiring X86TargetLowering info into its own directory 2014-02-19 12:24:19 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
lit.cfg PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh