1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Roman Lebedev 05a5fb18a8 [IR] CmpInst: add isEquality(Pred)
Currently there is only a member version of isEquality(),
which requires an actual [IF]CmpInst to be avaliable,
which isn't always possible, and is inconsistent with
the general pattern here.

I wanted to use it in a new patch, but it wasn't there..
2020-11-06 11:31:09 +03:00
..
Analysis [BranchProbabilityInfo] Introduce method copyEdgeProbabilities(). NFC 2020-11-06 14:52:35 +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 [Bitcode] Make some basic PlaceholderQueue/MetadataLoaderImpl helper methods const. NFCI. 2020-10-31 12:16:48 +00:00
Bitstream
CodeGen [MachineOutliner] Do not outline debug instructions 2020-11-05 19:26:51 +00: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 [JITLink][ELF] Implement R_X86_64_PLT32 relocations 2020-11-03 12:05:54 +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 [IR] CmpInst: add isEquality(Pred) 2020-11-06 11:31:09 +03: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 Fix -Wsign-compare issue in MasmParser.cpp 2020-11-04 15:43:18 -05: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 [AMDGPU] Add gfx1033 target 2020-11-03 16:27:48 +00:00
ObjectYAML [AMDGPU] Add gfx1033 target 2020-11-03 16:27:48 +00:00
Option
Passes [NewPM] Provide method to run all pipeline callbacks, used for -O0 2020-11-04 22:27:16 -08:00
ProfileData [NFC][SampleFDO] Move some common stuff from SampleProfileReaderExtBinary/WriterExtBinary 2020-10-22 15:56:55 -07:00
Remarks
Support Fix bugs in EOL marking in command line tokenizers 2020-11-05 13:01:32 -08:00
TableGen [TableGen] Add true and false literals to represent booleans 2020-11-05 09:07:21 -05:00
Target [RISCV] Only enable GPR<->FPR32 bitconvert isel patterns on RV32. NFCI 2020-11-05 16:15:25 -08:00
Testing
TextAPI
ToolDrivers
Transforms [CodeExtractor] Replace uses of extracted bitcasts in out-of-region lifetime markers 2020-11-05 17:01:08 -08:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt