1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test
Rafael Espindola 71b6b2942e Don't pass relocation-model= to tests that don't need it.
Very few things in MC itself use the option. Most of the code that that
uses it could be move to CodeGen.

llvm-svn: 269871
2016-05-18 00:27:17 +00:00
..
Analysis [SCEV] Be more aggressive in proving NUW 2016-05-17 17:51:14 +00:00
Assembler Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
Bindings [OCaml] Update core test and re-enable testing 2016-05-10 11:19:20 +00:00
Bitcode
BugPoint
CodeGen Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
DebugInfo pdbdump: Print out more strcutures. 2016-05-17 23:07:48 +00:00
Examples
ExecutionEngine Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
Feature Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
FileCheck
Instrumentation [MSan] [PowerPC] Implement PowerPC64 vararg helper. 2016-05-13 23:55:33 +00:00
Integer Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
JitListener
LibDriver
Linker Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
LTO Allow the LTO code generator to strip invalid debug info from the input. 2016-05-09 19:57:15 +00:00
MC Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
Object Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error 2016-05-17 17:10:12 +00:00
ObjectYAML Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64 2016-05-17 23:38:22 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Use semicolon to separate path prefix replacement 2016-05-17 18:43:22 +00:00
tools llvm-dwp: Add error handling for multiple type sections in a dwp file. 2016-05-17 22:00:57 +00:00
Transforms [PM] Port DSE to the new pass manager 2016-05-17 21:38:13 +00:00
Unit
Verifier All llvm.deoptimize declarations must use the same calling convention 2016-05-12 01:17:38 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh