1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test
Steven Wu 315fa847c3 Force the MachO generated for Darwin to have VERSION_MIN load command
On Darwin, it is required to stamp the object file with VERSION_MIN load
command. This commit will provide a VERSRION_MIN load command to the
MachO file that doesn't specify the version itself by inferring from
Target Triple.

llvm-svn: 244059
2015-08-05 15:36:38 +00:00
..
Analysis [X86][SSE] Vectorize i64 ASHR operations 2015-07-29 20:31:45 +00:00
Assembler DI: Disallow uniquable DICompileUnits 2015-08-03 17:26:41 +00:00
Bindings
Bitcode Fix testing for end of stream in bitstream reader. 2015-08-03 18:01:50 +00:00
BugPoint
CodeGen ARMISelDAGToDAG.cpp had this self-contradictory code: 2015-08-05 11:02:14 +00:00
DebugInfo Update test suite to make "ninja check" succeed without native backend builtin 2015-08-04 06:32:54 +00:00
ExecutionEngine [RuntimeDyld] Adapt PPC64 relocations to PPC32 2015-08-04 15:29:00 +00:00
Feature Update test suite to make "ninja check" succeed without native backend builtin 2015-08-04 06:32:54 +00:00
FileCheck
Instrumentation DI: Disallow uniquable DICompileUnits 2015-08-03 17:26:41 +00:00
Integer
JitListener DI: Disallow uniquable DICompileUnits 2015-08-03 17:26:41 +00:00
LibDriver
Linker Linker: Fix references to uniqued nodes after r243883 2015-08-04 06:42:31 +00:00
LTO
MC Force the MachO generated for Darwin to have VERSION_MIN load command 2015-08-05 15:36:38 +00:00
Object [COFF] Return symbol VAs instead of RVAs for PE files 2015-07-31 16:14:22 +00:00
Other Update test suite to make "ninja check" succeed without native backend builtin 2015-08-04 06:32:54 +00:00
SymbolRewriter
TableGen TableGen: Support folding casts from bits to int 2015-07-31 01:12:06 +00:00
tools Update test suite to make "ninja check" succeed without native backend builtin 2015-08-04 06:32:54 +00:00
Transforms [InstCombine] Added more specific SSE2/AVX2 vector shift tests. 2015-08-05 08:21:38 +00:00
Unit
Verifier DI: Disallow uniquable DICompileUnits 2015-08-03 17:26:41 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg Improve lit "native" feature to check if the native backend is builtin 2015-08-04 06:32:31 +00:00
lit.site.cfg.in Improve lit "native" feature to check if the native backend is builtin 2015-08-04 06:32:31 +00:00
Makefile
Makefile.tests
TestRunner.sh