1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Quentin Colombet 2d801721a4 [X86] Enable shrink-wrapping by default.
Differential Revision: http://reviews.llvm.org/D14156

rdar://problem/21118279

llvm-svn: 253528
2015-11-19 00:38:00 +00:00
..
Analysis Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
Assembler [IR] Add support for empty tokens 2015-11-11 21:57:16 +00:00
Bindings Disable Go bindings test with MSan, it has tons of linker errors 2015-11-19 00:05:20 +00:00
Bitcode Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
BugPoint [bugpoint] Add a named metadata (+their operands) reducer 2015-11-06 00:12:50 +00:00
CodeGen [X86] Enable shrink-wrapping by default. 2015-11-19 00:38:00 +00:00
DebugInfo Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
Examples
ExecutionEngine [RuntimeDyld] Add support for R_X86_64_PC8 relocation. 2015-11-08 19:34:17 +00:00
Feature [FunctionAttrs] Add handling for operand bundles 2015-11-07 01:56:00 +00:00
FileCheck
Instrumentation Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
Integer
JitListener DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
LibDriver
Linker Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
LTO [LTO] Add an early run of functionattrs 2015-11-18 11:24:42 +00:00
MC Fix bug where WinCOFFObjectWriter would assume starting from an empty output. 2015-11-18 15:24:17 +00:00
Object Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
Other Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
SymbolRewriter
TableGen
tools [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
Transforms [SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math. 2015-11-18 23:21:32 +00:00
Unit
Verifier Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
YAMLParser
.clang-format
CMakeLists.txt sancov test suite 2015-11-12 19:34:21 +00:00
lit.cfg Disable Go bindings test with MSan, it has tons of linker errors 2015-11-19 00:05:20 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh