llvm-6502/test
Kevin Enderby fb0326ce1b Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).
The -print-file-name option in llvm-nm is to precede each symbol
with the object file it came from.  While code for the parsing of this
option and its aliases existed there was no code to implement it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213906 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-24 23:31:52 +00:00
..
Analysis Add scoped-noalias metadata 2014-07-24 14:25:39 +00:00
Assembler Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave. 2014-07-21 23:11:03 +00:00
Bindings [OCaml] Don't truncate constants over 32 bits in Llvm.const_int. 2014-07-22 13:55:20 +00:00
Bitcode AsmParser: remove deprecated LLIR support 2014-07-23 18:09:31 +00:00
BugPoint
CodeGen Don't use 128bit functions on PPC32. 2014-07-24 22:20:10 +00:00
DebugInfo Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information." 2014-07-21 20:45:59 +00:00
ExecutionEngine [RuntimeDyld][AArch64] Update relocation tests and also add a simple GOT test. 2014-07-23 22:23:17 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC [X86] Optimize stackmap shadows on X86. 2014-07-24 20:40:55 +00:00
Object Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A). 2014-07-24 23:31:52 +00:00
Other
TableGen Revert of r213521. This change introduced a non-hermetic test (depending on a 2014-07-22 02:32:12 +00:00
tools llvm-vtabledump: A vtable dumper 2014-07-24 23:14:40 +00:00
Transforms After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor 2014-07-24 22:36:40 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Opportunistically fix the builders 2014-07-24 23:26:54 +00:00
lit.cfg Opportunistically fix the builders 2014-07-24 23:26:54 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh