1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Simon Pilgrim 02871604f5 [X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction schedules
Noticed while fixing the reduction costs for D59710 - the SLM model doesn't account for the poor throughput of v2f64/v2i64 ops.
2019-11-06 19:08:15 +00:00
..
Analysis [TTI][LV] preferPredicateOverEpilogue 2019-11-06 10:14:20 +00:00
AsmParser [IR] Add Freeze instruction 2019-11-05 15:54:56 +09:00
BinaryFormat [DWARF5] Added support for deleted C++ special member functions. 2019-10-29 13:44:06 -07:00
Bitcode [IR] Add Freeze instruction 2019-11-05 15:54:56 +09:00
Bitstream
CodeGen [X86/Atomics] Correct a few transforms for new atomic lowering 2019-11-05 13:20:08 -08:00
DebugInfo DWARFDebugLoclists: Move to a incremental parsing model 2019-11-06 16:25:06 +01:00
Demangle [demangle] NFC: get rid of NodeOrString 2019-11-04 12:17:12 -08:00
ExecutionEngine [JITLink] Move block ownership from LinkGraph to Section. 2019-10-30 17:57:03 -07:00
Fuzzer
FuzzMutate
IR [IR] Remove switch's default block that causes clang 8 raise error 2019-11-05 16:31:51 +09:00
IRReader
LineEditor
Linker [IRMover] Set Address Space for moved global values 2019-11-05 16:32:48 -08:00
LTO
MC [PowerPC][AIX] Adds support for writing the data section in object files 2019-10-30 18:44:35 +00:00
MCA [MCA] Fix a spelling mistake in a comment. NFC 2019-10-27 10:06:22 +00:00
Object
ObjectYAML minidump: Add an "arm64" constant 2019-10-31 11:20:46 +01:00
Option
Passes [NewPM] Add an SROA pass after loop unroll 2019-11-01 14:59:08 -07:00
ProfileData [profile] Add a mode to continuously sync counter updates to a file 2019-10-31 16:04:09 -07:00
Remarks [Remarks] Add support for linking remarks 2019-10-31 15:26:55 -07:00
Support [CommandLine] Add inline ArgName printing 2019-11-06 08:17:33 -08:00
TableGen Add Record::getValueAsOptionalDef(). 2019-10-25 16:39:21 -07:00
Target [X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction schedules 2019-11-06 19:08:15 +00:00
Testing
TextAPI
ToolDrivers
Transforms [LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predicates (PR43840) 2019-11-06 15:08:59 +03:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt