1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Erik Pilkington d179992f78 Fix auto-upgrade for the new parameter to llvm.objectsize
r352664 added a 'dynamic' parameter to objectsize, but the AutoUpgrade
changes were incomplete. Also, fix an off-by-one error I made in the
upgrade logic that is now no longer unreachable.

Differential revision: https://reviews.llvm.org/D58071

llvm-svn: 353884
2019-02-12 21:55:38 +00:00
..
Analysis [MemorySSA] Remove verifyClobberSanity. 2019-02-11 19:51:21 +00:00
Assembler Move some llvm-mc tests where they belong 2019-02-05 20:12:48 +00:00
Bindings [LLVM-C] Add Bindings to GlobalIFunc 2019-02-05 18:05:44 +00:00
Bitcode Fix auto-upgrade for the new parameter to llvm.objectsize 2019-02-12 21:55:38 +00:00
BugPoint
CodeGen [AArch64] Expand v8i8 cttz (PR39729) 2019-02-12 18:55:53 +00:00
DebugInfo [DebugInfo] Don't salvage load operations (PR40628). 2019-02-12 10:54:30 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck Fixup test on Windows with a case-insensitive filesystem due to path printing changes from r352704. 2019-02-05 23:27:38 +00:00
Instrumentation [InstrProf] Implement static profdata registration 2019-02-08 19:03:50 +00:00
Integer
JitListener
Linker
LTO
MC [AMDGPU][MC] Added support of lds_direct operand 2019-02-08 14:57:37 +00:00
Object [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ 2019-02-04 17:28:46 +00:00
ObjectYAML [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ 2019-02-04 17:28:46 +00:00
Other [HotColdSplit] Move splitting after instrumented PGO use 2019-02-06 04:29:39 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [GlobalISel] Skip patterns that define complex suboperands twice instead of dying 2019-02-09 00:29:13 +00:00
ThinLTO/X86
tools [llvm-dwp] Avoid writing the output dwp file when there is an error 2019-02-12 20:00:51 +00:00
Transforms [ConstProp] add test for miscompile from bitcast transform; NFC 2019-02-12 21:49:56 +00:00
Unit
Verifier GlobalISel: Verify G_EXTRACT 2019-02-11 22:12:43 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh