1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Joseph Huber de68609f74 [OpenMP] Change analysis remarks to not emit on cold functions
The remarks will trigger on some functions that are marked cold, such as the
`__muldc3` intrinsic functions. Change the remarks to avoid these functions.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D105196
2021-06-30 11:54:24 -04:00
..
Analysis [SCEV] Fold (0 udiv %x) to 0 2021-06-30 08:31:13 -07:00
AsmParser OpaquePtr: Support i32** with --force-opaque-pointers 2021-06-29 14:10:29 -07:00
BinaryFormat [WebAssembly] Rename event to tag 2021-06-17 20:34:19 -07:00
Bitcode [OpaquePtr][BitcodeWriter] Handle attributes with types 2021-06-29 14:47:29 -07:00
Bitstream
CodeGen [TargetLowering][AArch64][SVE] Take into account accessed type when clamping address 2021-06-30 13:30:18 +01:00
DebugInfo [DebugInfo] Bug 41152 - Improve dumping of empty location expressions 2021-06-29 09:21:00 +01:00
Demangle [Demangle][Rust] Hide implementation details NFC 2021-06-23 18:28:16 +02:00
DWARFLinker
ExecutionEngine [perf] Fix a data race in the PerfJITEventListener 2021-06-29 08:30:31 -07:00
Extensions
FileCheck [llvm] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
Frontend
Fuzzer
FuzzMutate
InterfaceStub
IR [ConstantRanges] Use APInt for constant case for urem/srem. 2021-06-30 11:18:20 +01:00
IRReader
LineEditor
Linker
LTO
MC [AsmParser][SystemZ][z/OS] Fix hanging scenario in HLASMAsmParser class 2021-06-28 12:47:08 -04:00
MCA [MCA] [In-order pipeline] Fix for 0 latency instruction causing assertion to fail. 2021-06-22 10:18:39 -07:00
Object [AMDGPU] Add gfx1035 target 2021-06-24 14:32:41 -04:00
ObjectYAML [AMDGPU] Add gfx1035 target 2021-06-24 14:32:41 -04:00
Option [OptTable] Rename PrintHelp to printHelp 2021-06-24 14:47:03 -07:00
Passes [Coroutines] Remove CoroElide from O0 pipeline 2021-06-28 19:28:27 -07:00
ProfileData [llvm-cov] Enforce alignment of function records 2021-06-25 10:56:06 +02:00
Remarks
Support [llvm] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
TableGen
Target [ARM] Fix incorrect assignment of Changed variable in MVEGatherScatterLowering::optimiseOffsets. 2021-06-30 07:52:57 -07:00
Testing
TextAPI
ToolDrivers [OptTable] Rename PrintHelp to printHelp 2021-06-24 14:47:03 -07:00
Transforms [OpenMP] Change analysis remarks to not emit on cold functions 2021-06-30 11:54:24 -04:00
WindowsManifest
XRay
CMakeLists.txt