1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test
Ben Dunbobbin 96703befd6 [Support][CachePruning] Disable cache pruning regression fix
borked by: rL284966 (see: https://reviews.llvm.org/D25730).

Previously, Interval was unsigned (see: CachePruning.h), replacing the type with std::chrono::seconds (which is signed) causes a regression in behaviour because the c-api intends negative values to translate to large positive intervals to *effectively* disable the pruning (see comments on: setCachePruningInterval()).

Differential Revision: https://reviews.llvm.org/D41231

llvm-svn: 321077
2017-12-19 14:42:38 +00:00
..
Analysis Treat sret arguments as being dereferenceable in getPointerDereferenceableBytes() 2017-12-19 08:46:46 +00:00
Assembler
Bindings
Bitcode Hardware-assisted AddressSanitizer (llvm part). 2017-12-09 00:21:41 +00:00
BugPoint
CodeGen [X86][SSE] Add cpu feature for aggressive combining to variable shuffles 2017-12-19 13:16:43 +00:00
DebugInfo Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header." 2017-12-18 19:08:35 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [hwasan] Inline instrumentation & fixed shadow. 2017-12-13 01:16:34 +00:00
Integer
JitListener
Linker
LTO [LTO] Make processing of combined module more consistent 2017-12-16 02:10:00 +00:00
MC Add test for .req directive starting with 'p' 2017-12-18 22:01:18 +00:00
Object
ObjectYAML [WebAssembly] Add support for init functions linking metadata 2017-12-14 21:10:03 +00:00
Other Fix more inconsistent line endings. NFC. 2017-12-18 19:46:56 +00:00
SafepointIRVerifier [SafepointIRVerifier] Allow deriving pointers from unrelocated base 2017-12-05 21:39:37 +00:00
SymbolRewriter
TableGen [TableGen][GlobalISel] Optimize MatchTable for faster instruction selection 2017-12-18 19:47:41 +00:00
ThinLTO/X86 [Support][CachePruning] Disable cache pruning regression fix 2017-12-19 14:42:38 +00:00
tools [llvm-objcopy] Add option to add a progbits section from a file 2017-12-19 00:47:30 +00:00
Transforms [InlineCost] Skip volatile loads when looking for repeated loads 2017-12-19 13:42:58 +00:00
Unit
Verifier [Verifier] Check that GEP indexes has correct types 2017-12-14 09:33:58 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh