1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/test
Simon Pilgrim b53b3c8d1c [CostModel][X86] getCastInstrCost - attempt to match custom cast/conversion before legalized types.
Move the (SSE-only) generic, legalized type conversion matching after the specific,custom conversion cases, allowing us to properly provide cost overrides.

The next step will be to clean up some of the weird existing costs and then to enable AVX+ legalized costs, which will let us strip out a lot of the cost tables entries.
2021-07-01 12:06:40 +01:00
..
Analysis [CostModel][X86] getCastInstrCost - attempt to match custom cast/conversion before legalized types. 2021-07-01 12:06:40 +01:00
Assembler [OpaquePtr][BitcodeWriter] Handle attributes with types 2021-06-29 14:47:29 -07:00
Bindings
Bitcode [DebugInfo] Enforce implicit constraints on distinct MDNodes 2021-06-28 21:20:04 +00:00
BugPoint
CodeGen [PowerPC] add a testcase for byval parameter; NFC 2021-07-01 09:42:12 +00:00
DebugInfo [DebugInfo][InstrRef][1/4] Support transformations that widen values 2021-07-01 11:19:27 +01:00
Demangle
Examples [Orc] Run the examples as part of the tests 2021-06-30 21:45:16 +02:00
ExecutionEngine [JITLink][ELF] Move ELF section and symbol parsing into ELFLinkGraphBuilder. 2021-06-29 09:59:49 +10:00
Feature
FileCheck
Instrumentation [dfsan] Expose dfsan_get_track_origins to get origin tracking status 2021-06-29 20:32:39 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier CodeGen: Print/parse LLTs in MachineMemOperands 2021-06-30 16:54:13 -04:00
MC [ARMInstPrinter] Print the target address of a branch instruction 2021-06-30 16:35:28 +07:00
Object [AMDGPU] Add gfx1035 target 2021-06-24 14:32:41 -04:00
ObjectYAML
Other [Test] Regenerate test checks (NFC) 2021-06-29 23:44:56 +02:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Allow identical MnemonicAliases with no predicate 2021-06-30 10:53:39 +01:00
ThinLTO/X86
tools [llvm-objdump/mac] Print symbols at the same address deterministically 2021-06-30 22:38:07 -04:00
Transforms [Coroutine] Recommit Add statistics for the number of elided coroutine 2021-07-01 11:01:28 +08:00
Unit
Verifier [ObjC][ARC] Ignore operand bundle "clang.arc.attachedcall" on a call if 2021-06-28 11:02:30 -07:00
YAMLParser
.clang-format
CMakeLists.txt [Orc] Run the examples as part of the tests 2021-06-30 21:45:16 +02:00
lit.cfg.py [Orc] Run the examples as part of the tests 2021-06-30 21:45:16 +02:00
lit.site.cfg.py.in Make lit configs relocatable again after c747b7d1d9a 2021-06-22 15:27:32 -04:00
TestRunner.sh