llvm-mirror/test
David Blaikie bf4705c1bc [llvm-dwp] Deduplicate type units
It's O(N^2) because it does a simple walk through the existing types to
find duplicates, but that will be fixed in a follow-up commit to use a
mapping data structure of some kind.

llvm-svn: 255482
2015-12-14 07:42:00 +00:00
..
Analysis [X86][SSE] Update the cost table for integer-integer conversions on SSE2/SSE4.1. 2015-12-11 00:31:39 +00:00
Assembler [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
Bindings
Bitcode [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
BugPoint
CodeGen ARM: only emit EABI attributes on EABI targets 2015-12-13 05:27:45 +00:00
DebugInfo Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933" 2015-12-09 08:17:42 +00:00
Examples
ExecutionEngine
Feature [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
FileCheck
Instrumentation [PGO] Stop using invalid char in instr variable names. 2015-12-12 17:28:03 +00:00
Integer
JitListener
LibDriver
Linker Fix another case where the linkage was not set. 2015-12-10 18:44:26 +00:00
LTO
MC I Added a triple flag for x86-evenDirective test. 2015-12-13 21:12:33 +00:00
Object Stabilize llvm/test/Object/archive-update.test a bit. 2015-12-07 23:15:57 +00:00
Other
SymbolRewriter
TableGen
tools [llvm-dwp] Deduplicate type units 2015-12-14 07:42:00 +00:00
Transforms Revert r255460, which still causes test failures on some platforms. 2015-12-13 17:15:38 +00:00
Unit
Verifier [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh