llvm-project/llvm/lib
Craig Topper 6915c76e10 [RISCV] Don't use DCI.CombineTo to replace a single result. NFCI
Just return the new node, which is the standard practice.

I also noticed what appeared to be an unnecessary attempt at
creating an ANY_EXTEND where the type should already be correct.
I replace with an assert to verify the type.

Differential Revision: https://reviews.llvm.org/D90444
2020-10-30 10:46:32 -07:00
..
Analysis Use uint64_t for branch weights instead of uint32_t 2020-10-30 10:03:46 -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 [Bitstream] Use alignTo to make code more readable. NFC 2020-09-01 11:06:45 -07:00
CodeGen [CodeView] Encode signed int values correctly when emitting S_CONSTANTs 2020-10-30 09:28:41 -07: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 [NFC] Use std::free instead of ::free 2020-07-20 16:19:08 -04:00
ExecutionEngine Remove superfluous whitespace around if(). NFC. 2020-10-25 14:38:16 +00:00
Extensions Remove unused variable(s) 2020-09-08 16:58:01 -07:00
FileCheck Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library 2020-09-01 14:59:28 +02:00
Frontend [OpenMP] Emit calls to int64_t functions for amdgcn 2020-10-22 15:02:47 +01:00
FuzzMutate
Fuzzer
IR Use uint64_t for branch weights instead of uint32_t 2020-10-30 10:03:46 -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 [ARM][SchedModels] Convert IsPredicatedPred to MCSchedPredicate 2020-10-19 11:37:54 +03: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 [NFC] Fix the signature and definition of findByPrefix 2020-09-11 12:38:28 +01:00
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 BitstreamRemarkParser.h - remove unnecessary includes. NFCI. 2020-08-06 13:17:53 +01:00
Support [Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn't reside on a local drive 2020-10-30 13:37:40 -04:00
TableGen [TableGen] [AMDGPU] Add !sub operator for subtraction 2020-10-28 12:27:53 -04:00
Target [RISCV] Don't use DCI.CombineTo to replace a single result. NFCI 2020-10-30 10:46:32 -07:00
Testing [cmake] Make gtest include directories a part of the library interface 2020-08-27 15:35:57 +02:00
TextAPI [TextAPI] update DriverKit string value 2020-08-15 06:44:30 -07:00
ToolDrivers [llvm-lib] Support adding short import library objects with llvm-lib 2020-07-24 22:15:08 +03:00
Transforms Use uint64_t for branch weights instead of uint32_t 2020-10-30 10:03:46 -07:00
WindowsManifest [CMake] Simplify CMake handling for libxml2 2020-09-09 21:44:44 -07:00
XRay
CMakeLists.txt Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library 2020-09-01 14:59:28 +02:00
LLVMBuild.txt [elfabi] Move llvm-elfabi related code to InterfaceStub library 2020-08-13 11:51:44 -07:00