- 5d3ea87 [mips][msa] Remove copy_u.d and move copy_u.w to MSA64. by Daniel Sanders · 10 years ago
- 407b46b Let MachineVerifier be aware of mem-to-mem instructions. by Jonas Paulsson · 10 years ago
- d63954d Do not use `dyn_cast<X>` after `isa<X>` (NFC) by Mehdi Amini · 10 years ago
- 33ee997 Revert "Add missing #include, found by modules build." by Mehdi Amini · 10 years ago
- 813b365 Tail duplication can mix incompatible registers in phi nodes by Krzysztof Parzyszek · 10 years ago
- 3aa0189 WebAssembly: support imports by JF Bastien · 10 years ago
- 491ae53e Tolerate negative offset when matching sample profile. by Dehao Chen · 10 years ago
- c75a253 [Hexagon] Bit-based instruction simplification by Krzysztof Parzyszek · 10 years ago
- 84aa3b5 [Hexagon] Fix isNVStorable flag in .td files by Krzysztof Parzyszek · 10 years ago
- 48b3c93 [MemorySanitizer] NFC. Do not use GET_INTRINSIC_MODREF_BEHAVIOR table. by Igor Laevsky · 10 years ago
- cf2cac0 [X86][SSE] Add 256-bit vector bit rotation tests. by Simon Pilgrim · 10 years ago
- 1e221d5 bugpoint: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 4465351 [Hexagon] Capture aggregate variables by reference, not value by Krzysztof Parzyszek · 10 years ago
- 014b76c [Hexagon] Do not fall-through if there is no CFG edge by Krzysztof Parzyszek · 10 years ago
- cdc93cb [Hexagon] Use symbolic name for subregister instead of hardcoded number by Krzysztof Parzyszek · 10 years ago
- e7b5e3c [Hexagon] Change Based->Base in getBasedWithImmOffset by Krzysztof Parzyszek · 10 years ago
- 1f2d4d3 [Hexagon] Remove the remnants of isConstExtProfitable by Krzysztof Parzyszek · 10 years ago
- 70f8c20 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 00f8d5f llvm-diff: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 20263fd [CMake] All the checks for if LLVM_VERSION_* variables are set need to be if(DEFINED ...) by Chris Bieneman · 10 years ago
- e5b90cc [CMake] Refactor subdirectory inclusion code to take a project name. by Chris Bieneman · 10 years ago
- 7d55a0b Two switch blocks in VectorLegalizer::LegalizeOp already have a by Artyom Skrobov · 10 years ago
- 23d7965 [SystemZ] Use LivePhysRegs helper class in SystemZShortenInst.cpp. by Jonas Paulsson · 10 years ago
- 53675f8 [SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll by Jonas Paulsson · 10 years ago
- 190815e Adding support for TargetLoweringBase::LibCall by Artyom Skrobov · 10 years ago
- 42c2a81 Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DAGCombiner. by Artyom Skrobov · 10 years ago
- 7bbbc5c AVX512: Implemented encoding and intrinsics for VPBROADCASTB/W/D/Q instructions. by Igor Breger · 10 years ago
- eb09365 [x86] Fix AVX maskload/store intrinsic prototypes. by Andrea Di Biagio · 10 years ago
- bb5ca27 Fix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer by Keno Fischer · 10 years ago
- 1df0e84 Make class final to pacify -Wnon-virtual-dtor. by Manuel Klimek · 10 years ago
- d2643e2 AMDGPU: Add MachineInstr overloads for instruction format tests by Matt Arsenault · 10 years ago
- 7233876 [Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no by Lang Hames · 10 years ago
- 08e1ec0 AMDGPU: Stop reserving v[254:255] by Matt Arsenault · 10 years ago
- 175c683 WebAssembly: fix call/return syntax. by JF Bastien · 10 years ago
- 3698b0e MSP430: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 090db02 AsmParser: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- e8e219b SystemZ: Remove implicit ilist iterator conversion, NFC by Duncan P. N. Exon Smith · 10 years ago
- a1a3f2d XCore: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- fa3f538 PowerPC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 35072eb [RS4GC] Remove a redundant linear search, NFCI by Sanjoy Das · 10 years ago
- 3d31aca [RS4GC] Clean up `find_index`; NFC by Sanjoy Das · 10 years ago
- 66e29d1 [RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC. by Sanjoy Das · 10 years ago
- 8293dfd [RS4GC] Minor cleanup to `normalizeForInvokeSafepoint`; NFC by Sanjoy Das · 10 years ago
- 2b14990 Sparc: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- db991cb NVPTX: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 8525f3a Hexagon: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 9f16772a WebAssembly: fix syntax for br_if. by JF Bastien · 10 years ago
- 97fa27f AsmPrinter: Remove implicit ilist iterator conversion, NFC by Duncan P. N. Exon Smith · 10 years ago
- ddeb82c Mips: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 7a225f7 CppBackend: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 2b76674 BPF: Remove implicit ilist iterator conversion, NFC by Duncan P. N. Exon Smith · 10 years ago
- 974314a ARM: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 354229b [Orc] Fix MSVC bugs introduced in r250749. by Lang Hames · 10 years ago
- 25622c1 ObjCARC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- f2558c2 Enhance loop rotation with existence of profile data in MachineBlockPlacement pass. by Cong Hou · 10 years ago
- e61c7b5 [Orc] Use '= default' for move constructor/assignment as per dblaikie's review. by Lang Hames · 10 years ago
- 989a95d Linker: Remove implicit ilist iterator conversion, NFC by Duncan P. N. Exon Smith · 10 years ago
- 36d045a Fix -Wdeprecated regarding ORC copying ValueMaterializers by David Blaikie · 10 years ago
- 2949a6a [InstCombine] Optimize icmp of inc/dec at RHS by Michael Liao · 10 years ago
- f792618 Vectorize: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 3b75c04 [CGP] transform select instructions into branches and sink expensive operands by Sanjay Patel · 10 years ago
- d765f75 X86: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 17da9b2 [RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test. by Lang Hames · 10 years ago
- 5078875 Restore the original behavior of SelectionDAG::getTargetIndex(). by Owen Anderson · 10 years ago
- 62297b1 [Hexagon] Remove unnecessary argument sign extends by Krzysztof Parzyszek · 10 years ago
- ca21c56 Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC) by Teresa Johnson · 10 years ago
- 4438c62 [Orc] Add explicit move constructor and assignment operator to make MSVC happy. by Lang Hames · 10 years ago
- 9f322b8 Add missing override noticed by Clang's -Winconsistent-missing-override. by Benjamin Kramer · 10 years ago
- 38a9a53 [AArch64]Merge halfword loads into a 32-bit load by Jun Bum Lim · 10 years ago
- d497ef1 [Hexagon] Fix debug information for local objects by Krzysztof Parzyszek · 10 years ago
- 6e76a23 Put back SelectionDAG::getTargetIndex. by Benjamin Kramer · 10 years ago
- a4b30b5 [Orc] Lambda needs to capture 'this'. by Lang Hames · 10 years ago
- e6cb054 [Orc] Remove extraneous semicolon that found its way into r250712. by Lang Hames · 10 years ago
- c3d768d [Hexagon] Delay emission of CFI instructions by Krzysztof Parzyszek · 10 years ago
- dbab1c2 Revert "RegisterPressure: allocatable physreg uses are always kills" by Matthias Braun · 10 years ago
- 65040b2 [Orc] Add support for emitting indirect stubs directly into the JIT target's by Lang Hames · 10 years ago
- aa8954c Convert gold-plugin unnecessary unique_ptr into local (NFC) by Teresa Johnson · 10 years ago
- bf3fb71 Fix required library for r250699 to BitWriter instead of BitReader. by Teresa Johnson · 10 years ago
- 2b24129 Fix windows bot failures from r250699 by removing "/" from expected path by Teresa Johnson · 10 years ago
- d6e77b7 llvm-lto support for generating combined function indexes by Teresa Johnson · 10 years ago
- fa39e17 Remove CRLF newlines. NFC. by Benjamin Kramer · 10 years ago
- 52578b0 Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions by Asiri Rathnayake · 10 years ago
- f9cd1be [GlobalsAA] Fix a really horrible iterator invalidation bug by James Molloy · 10 years ago
- da40167 Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore(). by Elena Demikhovsky · 10 years ago
- 6266651 [mips][microMIPS] Implement ADDQ.PH, ADDQ_S.W, ADDQH.PH, ADDQH.W, ADDSC, ADDU.PH, ADDU_S.QB, ADDWC and ADDUH.QB instructions by Zlatko Buljan · 10 years ago
- cb245a6 [mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S.W, ABSQ_S.QB, INSV, MADD, MADDU, MSUB, MSUBU, MULT and MULTU instructions by Zlatko Buljan · 10 years ago
- 0971eb7 [PGO] Eliminate prof data register calls on FreeBSD platform by Xinliang David Li · 10 years ago
- a05c4c2 Preserve CFG in MergedLoadStoreMotion. This fixes PR24426. by Jakub Staszak · 10 years ago
- 899fdb1 Add hashing and DenseMapInfo for ArrayRef by Rafael Espindola · 10 years ago
- a650c6c [X86][SSE] Add vector bit rotation tests. by Simon Pilgrim · 10 years ago
- ac2c511 Use SDValue bool check. NFCI. by Simon Pilgrim · 10 years ago
- 6771df9 Move one-use variable inside test. NFC. by Simon Pilgrim · 10 years ago
- c375284 [X86][AVX512DQ] add scalar fpclass by Asaf Badouh · 10 years ago
- 38e1c0e AVX512: Lowering i8/i16 vector CTLZ using the dword LZCNT vector instruction by Igor Breger · 10 years ago
- 82760b2 [Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers. Should reduce the table size. by Craig Topper · 10 years ago
- bb2c212 Use array_lengthof. NFC by Craig Topper · 10 years ago
- 44bf343 Make a bunch of static arrays const. by Craig Topper · 10 years ago
- 2682e34 [RuntimeDyld] Add support for absolute symbols. by Lang Hames · 10 years ago
- 09717fa Minor Instr PGO code restructuring by Xinliang David Li · 10 years ago
- bce4419 [SCEV] Fix whitespace issues and remove extra braces; NFC by Sanjoy Das · 10 years ago