summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Make helper in TreeTransform.h 'inline' instead of 'static'. NFCIlya Biryukov2019-11-041-1/+1
* Fix buildbots troubled by b7b170c.Jonas Paulsson2019-11-043-0/+3
* [SLP]Fix PR43799: Crash on different sizes of GEP indices.Alexey Bataev2019-11-042-2/+45
* [X86] Convert ShrinkMode to scoped enum class. NFCI.Simon Pilgrim2019-11-041-11/+15
* AliasSetTracker - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-041-2/+2
* [Diagnostics] Improve some error messages related to bad use of dynamic_castDávid Bolvanský2019-11-044-11/+11
* [test] Use system locale for mri-utf8.testThomas Preud'homme2019-11-042-23/+21
* [SystemZ] Use LivePhysRegs instead of isCCLiveOut() in SystemZElimCompare.cppJonas Paulsson2019-11-041-9/+4
* [MachineVerifier] Improve verification of live-in lists.Jonas Paulsson2019-11-045-0/+151
* SanitizerMask::bitPosToMask - fix operator precedence warnings. NFCI.Simon Pilgrim2019-11-041-4/+5
* [X86] Regenerate known-signbits-vector.ll tests.Simon Pilgrim2019-11-041-166/+153
* [OpenCL] Fix FileCheck patternSven van Haastregt2019-11-041-1/+1
* [ARM] Use isFMAFasterThanFMulAndFAdd for MVEDavid Green2019-11-044-37/+41
* [IR] adjust assert when replacing undef elements in vector constantSanjay Patel2019-11-041-1/+1
* Fix compilation warning. NFC.Michael Liao2019-11-041-2/+2
* [SystemZ] Fix typoUlrich Weigand2019-11-041-1/+1
* gn build: (manually) merge 51b4b17ebNico Weber2019-11-044-11/+14
* gn build: run "gn format"Nico Weber2019-11-042-2/+2
* gn build: add deps, see discussion on D69130Nico Weber2019-11-042-0/+2
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Benjamin Kramer2019-11-046-171/+125
* [ARM] More MVE shuffle tests for sequences that can be converted to VMOVS. NFC.David Green2019-11-041-0/+664
* [ARM] Add vrev32 NEON fp16 patternsDavid Green2019-11-042-44/+215
* [InstSimplify] use FMF to improve fcmp+select foldSanjay Patel2019-11-042-31/+18
* [InstSimplify] add more tests for fcmp+select; NFCSanjay Patel2019-11-041-8/+36
* [OpenCL] Fix address space for const method call from nonconst (PR43145)Sven van Haastregt2019-11-042-1/+15
* [SystemZ] Add GHC calling conventionUlrich Weigand2019-11-0412-0/+261
* [InstSimplify] add more tests for fcmp+select; NFCSanjay Patel2019-11-041-0/+156
* [llvm-readobj] Change errors to warnings for symbol section name dumpingJames Henderson2019-11-046-39/+249
* [X86] SimplifyDemandedVectorElts - attempt to recombine target shuffle using ...Simon Pilgrim2019-11-045-254/+273
* [FIX] Removed duplicated v4f16 and v8f16 declarationsDiogo Sampaio2019-11-041-10/+10
* [RISCV] Implement the TargetLowering::getRegisterByName hookLuís Marques2019-11-045-0/+110
* [hwasan] Remove lazy thread-initialisationDavid Spickett2019-11-045-83/+28
* [lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKindRaphael Isemann2019-11-041-1/+0
* [lldb][NFC] Remove unused ExpressionParser::ParseRaphael Isemann2019-11-043-16/+5
* [SystemZ] Improve handling of huge PC relative immediate offsets.Jonas Paulsson2019-11-044-13/+77
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-046-125/+171
* [lldb][NFC] Make test/python_api/module_section test smallerRaphael Isemann2019-11-041-132/+2
* [lldb] Also disable de-registration of EHFrames in IRExecutionUnitRaphael Isemann2019-11-041-0/+2
* [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead o...Raphael Isemann2019-11-043-2/+8
* [lldb] Add trailing dots to comments in Value.cppRaphael Isemann2019-11-041-2/+2
* Set the floating point status register as reservedPengfei Wang2019-11-032-1/+4
* clang/Modules: Sink CompilerInstance::KnownModules into ModuleMapDuncan P. N. Exon Smith2019-11-033-25/+30
* [compiler-rt] [msan] Correct the __libc_thr_keycreate prototypeKamil Rytarowski2019-11-041-2/+3
* [compiler-rt] [msan] Support POSIX iconv(3) on NetBSD 9.99.17+Kamil Rytarowski2019-11-041-1/+10
* [mips] Move test case for Octeon instructions to cnmips sub-folder. NFCSimon Atanasyan2019-11-041-0/+0
* [mips] Add disassembler tests for `octeon` CPU. NFCSimon Atanasyan2019-11-042-0/+62
* [mips] Add disassembler tests for `sigrie` instruction. NFCSimon Atanasyan2019-11-044-0/+4
* [X86][SSE] combineX86ShufflesRecursively - at Depth==0, only resolve KnownZer...Simon Pilgrim2019-11-032-6/+93
* [SIMachineScheduler] Fixed ''then' statement is equivalent to the 'else' stat...Dávid Bolvanský2019-11-031-6/+1
* [SILoadStoreOptimizer] Fixed typo. NFCI.Dávid Bolvanský2019-11-031-1/+1
OpenPOWER on IntegriCloud