summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Windows][NFC] Fix tests after r374528.Aleksandr Urakov2019-10-151-3/+0
* [ARM][MVE] validForTailPredication instsSam Parker2019-10-155-148/+530
* [InstCombine] fold a shifted bool zext to a select (2nd try)Sanjay Patel2019-10-153-8/+21
* [clang-tools-extra] Fix overzealous linking of dylib to clangTidyMichal Gorny2019-10-151-1/+1
* [Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet2019-10-1519-77/+77
* gn build: Merge r374882GN Sync Bot2019-10-151-0/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1537-228/+830
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-1523-51/+322
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-1533-86/+96
* [DebugInfo] Add interface for pre-calculating the size of emitted DWARFDavid Stenberg2019-10-155-27/+130
* [X86] Resolve KnownUndef/KnownZero bits into target shuffle masks in helper. ...Simon Pilgrim2019-10-151-9/+18
* [DebugInfo] Remove some users of DBG_VALUEs IsIndirect fieldJeremy Morse2019-10-1522-91/+115
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-10-151-2/+2
* [llvm-locstats] Fix 'only params' no entry value statsDjordje Todorovic2019-10-151-0/+1
* [LLD] [COFF] Update a leftover comment after SVN r374869. NFC.Martin Storsjo2019-10-151-1/+1
* [LLD] [COFF] Fix -Wmissing-field-initializers warnings. NFC.Martin Storsjo2019-10-151-1/+1
* [MIPS GlobalISel] Add MSA registers to fprb. Select vector load, storePetar Avramovic2019-10-158-26/+633
* Change Comments SmallVector to std::vector in DebugLocStream [NFC]David Stenberg2019-10-152-3/+3
* [MIPS GlobalISel] Refactor MipsRegisterBankInfo [NFC]Petar Avramovic2019-10-152-153/+127
* [LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.Martin Storsjo2019-10-153-22/+26
* tsan: fix Go ppc64le buildDmitry Vyukov2019-10-151-0/+2
* [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo2019-10-152-2/+2
* [LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo2019-10-1511-3/+1449
* [Demangle] Add a few more options to the microsoft demanglerMartin Storsjo2019-10-156-21/+86
* [Format] Add machine-readable SPDX license ID to clang-format.elSam McCall2019-10-151-0/+1
* Fix TestDisassemble_VST1_64Pavel Labath2019-10-151-7/+7
* [X86] Don't check for VBROADCAST_LOAD being a user of the source of a VBROADC...Craig Topper2019-10-151-3/+1
* Revert [SROA] Reuse existing lifetime markers if possibleDavid L. Jones2019-10-152-77/+2
* [RISCV] Support fast calling conventionShiva Chen2019-10-153-2/+223
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-156-0/+186
* [libc++][test] Use <version> to get config on MSVCCasey Carter2019-10-153-6/+6
* [lldb-server/android] Show more processes by relaxing some checksWalter Erquinigo2019-10-151-34/+45
* Revert "fix"Walter Erquinigo2019-10-141-45/+34
* Revert [InstCombine] fold a shifted bool zext to a selectSanjay Patel2019-10-143-10/+8
* [MemorySSA] Update for partial unswitch.Alina Sbirlea2019-10-1411-0/+135
* [X86] Teach X86MCodeEmitter to properly encode zmm16-zmm31 as index register ...Craig Topper2019-10-142-10/+13
* [X86] Add encoding tests for avx512pf vgatherpf/vscatterpf instructions.Craig Topper2019-10-141-0/+65
* [lit] Add argument check: --timeout must be non-negative integerJulian Lettner2019-10-141-7/+13
* fixWalter Erquinigo2019-10-141-34/+45
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-1434-1428/+83
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-1412-247/+29
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-1412-29/+247
* Add -fno-experimental-pass-manager to make clear which pass managerEric Christopher2019-10-141-1/+1
* In the new pass manager use PTO.LoopUnrolling to determine when and howEric Christopher2019-10-142-6/+18
* [clang] add requirements to -Wa,-W test cases.Jian Cai2019-10-141-0/+3
* [test] Fix test failureEli Friedman2019-10-141-8/+6
* [Tests] Add a SCEV analysis test for llvm.widenable.conditionPhilip Reames2019-10-141-0/+45
* Add support to -Wa,-W in clangJian Cai2019-10-142-1/+15
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-142-15/+1
* [ARM][AsmParser] handles offset expression in parenthesesJian Cai2019-10-142-5/+27
OpenPOWER on IntegriCloud