1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test
David Green c2667b0918 [ARM] Use correct TRAP opcode for thumb in FastISel
We were previously unconditionally using the ARM::TRAP opcode, even
under Thumb. My understanding is that these are essentially the same
thing (they both result in a trap under Thumb), but the ARM::TRAP opcode
is marked as requiring IsARM, so it is more correct to use ARM::tTRAP.

Differential Revision: https://reviews.llvm.org/D72075
2020-01-06 16:38:49 +00:00
..
Analysis [CostModel][X86] Add missing scalar i64->f32 uitofp costs 2020-01-06 13:17:02 +00:00
Assembler Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserialization" 2019-12-30 22:33:35 -08:00
Bindings
Bitcode Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor of "frame-pointer" 2019-12-30 09:46:19 -08:00
BugPoint
CodeGen [ARM] Use correct TRAP opcode for thumb in FastISel 2020-01-06 16:38:49 +00:00
DebugInfo Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserialization" 2019-12-30 22:33:35 -08:00
Demangle
Examples Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
ExecutionEngine
Feature [Pass Registration] XFAIL load_extension.ll test on macOS. 2020-01-04 17:37:08 +00:00
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
MachineVerifier
MC [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
Object
ObjectYAML
Other Fix typo in compiler extension testing 2020-01-03 15:42:35 +01:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen Revert "[gicombiner] Add GIMatchTree and use it for the code generation" 2020-01-03 18:17:00 -08:00
ThinLTO/X86 Make lazyload_metadata.ll resilient to the addition of new metadata kinds 2019-12-26 18:23:08 -05:00
tools [Remarks] Warn if a remark file is not found when processing static archives 2020-01-03 17:02:10 -08:00
Transforms [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Use llvm_canonicalize_cmake_booleans where intended 2020-01-03 15:42:35 +01:00
lit.cfg.py Generalize the pass registration mechanism used by Polly to any third-party tool 2020-01-02 16:45:31 +01:00
lit.site.cfg.py.in Use llvm_canonicalize_cmake_booleans where intended 2020-01-03 15:42:35 +01:00
TestRunner.sh