1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Paul C. Anagnostopoulos 3c1ec6d0fb [TableGen] Fix bug in !interleave operator
I forgot to account for unresolved elements of the list.

Differential Revision: https://reviews.llvm.org/D93814
2020-12-28 12:17:24 -05:00
..
Analysis [ValueTracking] Use m_LogicalAnd/Or to look into conditions 2020-12-28 08:32:45 +09:00
AsmParser [DebugInfo] Support Fortran 'use <external module>' statement. 2020-12-18 13:10:57 -05:00
BinaryFormat [XCOFF][AIX] Emit EH information in traceback table 2020-12-16 09:34:59 -05:00
Bitcode [DebugInfo] Support Fortran 'use <external module>' statement. 2020-12-18 13:10:57 -05:00
Bitstream
CodeGen [MIRPrinter] Fix incorrect output of unnamed stack names 2020-12-28 18:01:40 +01:00
DebugInfo [llvm-symbolizer][Windows] Add start line when searching in line table sections. 2020-12-17 07:57:36 -08:00
Demangle
DWARFLinker
ExecutionEngine [libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTypes.h). 2020-12-25 11:39:05 +03:00
Extensions
FileCheck [FileCheck] Add a literal check directive modifier 2020-12-18 17:26:15 -08:00
Frontend [OpenMPIRBuilder] Various changes required for tileLoops. 2020-12-11 11:37:45 -06:00
Fuzzer
FuzzMutate
InterfaceStub
IR Make NPM OptBisectInstrumentation use global singleton OptBisect 2020-12-20 13:47:56 -08:00
IRReader
LineEditor
Linker [ExecutionEngine, Linker] Use erase_if (NFC) 2020-12-23 21:44:39 -08:00
LTO [NFC] Reduce include files dependency and AA header cleanup (part 2). 2020-12-17 14:04:48 +03:00
MC [MC] Split MCContext::createTempSymbol, default AlwaysAddSuffix to true, and add comments 2020-12-21 14:04:13 -08:00
MCA
Object Replace T(x) with reinterpret_cast<T>(x) everywhere it means reinterpret_cast. NFC. 2020-12-22 19:54:29 -05:00
ObjectYAML [libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTypes.h). 2020-12-25 11:39:05 +03:00
Option
Passes [NewPM] Fix objc-arc-apelim pass typo 2020-12-22 21:40:43 -08:00
ProfileData [NFC][SampleFDO] Preparation to support multiple sections with the same type 2020-12-16 22:28:45 -08:00
Remarks
Support [NFC] Refactor some SourceMgr code 2020-12-26 17:53:32 +00:00
TableGen [TableGen] Fix bug in !interleave operator 2020-12-28 12:17:24 -05:00
Target [PowerPC] Remove redundant COPY_TO_REGCLASS introduced by 8a58f21f5b6c 2020-12-28 09:26:51 -06:00
Testing
TextAPI
ToolDrivers
Transforms [InstCombine] 'hoist xor-by-constant from xor-by-value': ignore constantexprs 2020-12-28 20:15:20 +03:00
WindowsManifest
XRay
CMakeLists.txt