1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/lib
Andrea Di Biagio 7a72a7505a [MCA][LSUnit] Correctly update the internal group flags on store barrier execution. Fixes PR48024.
This is likely to be a regressigion introduced by my last refactoring of the
LSUnit (commit 5578ec32f9c4f). Before this patch, the
"CurrentStoreBarrierGroupID" index was not correctly reset on store barrier
executions.  This was leading to unexpected crashes like the one reported as
PR48024.
2020-10-31 11:57:27 +00:00
..
Analysis Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
AsmParser [DebugInfo] Support for DW_TAG_generic_subrange 2020-10-29 01:34:15 +05:30
BinaryFormat msgpack: Improve error for empty node 2020-10-27 12:57:00 +01:00
Bitcode BitcodeReader::popValue - pass SmallVectorImpl<> as const reference. NFCI. 2020-10-30 14:33:19 +00:00
Bitstream
CodeGen [Legalize] Add legalizations for VECREDUCE_SEQ_FADD 2020-10-30 16:02:55 -05:00
DebugInfo [Aarch64] Fix assumption that Windows implies x86 2020-10-30 12:11:34 +00:00
Demangle
DWARFLinker Revert "[DWARFLinker] Capitalize type names (NFC)" 2020-10-22 15:09:45 +07:00
ExecutionEngine Remove superfluous whitespace around if(). NFC. 2020-10-25 14:38:16 +00:00
Extensions
FileCheck [FileCheck] Report missing prefixes when more than one is provided. 2020-10-30 12:39:29 -07:00
Frontend [OpenMP] Emit calls to int64_t functions for amdgcn 2020-10-22 15:02:47 +01:00
Fuzzer
FuzzMutate
InterfaceStub [llvm] Fix ODRViolations for VersionTuple YAML specializations NFC 2020-10-20 18:29:15 -07:00
IR Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
IRReader
LineEditor
Linker Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
LTO [NFC] Clean up PassBuilder 2020-10-30 10:03:59 -07:00
MC [MC] Fix an assert in MCAssembler::writeSectionData to be aware of errors 2020-10-29 23:11:18 -07:00
MCA [MCA][LSUnit] Correctly update the internal group flags on store barrier execution. Fixes PR48024. 2020-10-31 11:57:27 +00:00
Object [MC] Add SMLoc to MCStreamer::emitSymbolAttribute and report changed binding warnings/errors for ELF 2020-10-29 19:43:11 -07:00
ObjectYAML [yaml2obj] - Make Section::Link field to be Optional<>. 2020-10-30 16:18:53 +03:00
Option
Passes [NFC] Clean up PassBuilder 2020-10-30 10:03:59 -07:00
ProfileData [NFC][SampleFDO] Move some common stuff from SampleProfileReaderExtBinary/WriterExtBinary 2020-10-22 15:56:55 -07:00
Remarks
Support [X86] Support Intel avxvnni 2020-10-31 12:39:51 +08:00
TableGen [TableGen] [AMDGPU] Add !sub operator for subtraction 2020-10-28 12:27:53 -04:00
Target [X86] X86MCTargetDesc - ensure the declaration/definition variable names match. NFCI. 2020-10-31 11:50:00 +00:00
Testing
TextAPI
ToolDrivers
Transforms [Inliner] Consistently apply callsite noalias metadata 2020-10-31 10:54:45 +01:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt