llvm-project/llvm/lib
Simon Pilgrim 36920d5f9d [RISCV] Avoid std::pair<> in FPReg StringSwitch to avoid MSVC compile failures. NFCI.
As discussed on D90322, some MSVC builds are failing with is_trivially_copyable static asserts (see D86126) - we can avoid this by not using the std::pair<unsigned,unsigned> which held both the FP+DP Registers, just handle the FP register and convert to DP on the fly.
2020-11-02 11:30:57 +00:00
..
Analysis [SCEV] Delay strengthening of nowrap flags 2020-11-01 22:18:07 +01: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 [Bitcode] Make some basic PlaceholderQueue/MetadataLoaderImpl helper methods const. NFCI. 2020-10-31 12:16:48 +00:00
Bitstream
CodeGen [MachineSink] sink more profitable loads 2020-11-01 21:13:27 -05:00
DWARFLinker Revert "[DWARFLinker] Capitalize type names (NFC)" 2020-10-22 15:09:45 +07:00
DebugInfo [Aarch64] Fix assumption that Windows implies x86 2020-10-30 12:11:34 +00:00
Demangle
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
FuzzMutate
Fuzzer
IR Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
IRReader
InterfaceStub [llvm] Fix ODRViolations for VersionTuple YAML specializations NFC 2020-10-20 18:29:15 -07:00
LTO [NFC] Clean up PassBuilder 2020-10-30 10:03:59 -07:00
LineEditor
Linker Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04: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] - Add support of Offset for .strtab/.shstrtab/.dynstr sections. 2020-11-02 11:56:32 +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 [RISCV] Avoid std::pair<> in FPReg StringSwitch to avoid MSVC compile failures. NFCI. 2020-11-02 11:30:57 +00:00
Testing
TextAPI
ToolDrivers
Transforms [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt