summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Support mov dpp with 64 bit operandsStanislav Mekhanoshin2019-10-157-6/+226
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-153-1/+70
* [AMDGPU] Allow DPP combiner to work with REG_SEQUENCEStanislav Mekhanoshin2019-10-152-5/+210
* [Concepts] Remove unused and illegal Sema includes from ExprCXX.cppSaar Raz2019-10-151-4/+1
* Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl2019-10-151-5/+12
* Skip PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-152-0/+6
* gn build: Merge r374903GN Sync Bot2019-10-151-0/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1537-228/+830
* [DAGCombiner] fold select-of-constants based on sign-bit testSanjay Patel2019-10-152-54/+68
* [clangd][NFC] Update comments to use triple-slashesKadir Cetinkaya2019-10-151-3/+4
* gn build: Merge r374899GN Sync Bot2019-10-151-1/+0
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-1537-827/+228
* revert git test commitDigger Lin2019-10-151-1/+1
* a test commit accessDigger Lin2019-10-151-1/+1
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-1512-29/+247
* [AsmPrinter] Fix unused variable warning in Release builds. NFC.Benjamin Kramer2019-10-151-0/+1
* [AST] Remove unused Sema includes to fix a cyclic dependency from Sema to ASTBenjamin Kramer2019-10-151-4/+1
* [clangd] Propagate main context into ClangdServerKadir Cetinkaya2019-10-152-9/+22
* [lld] Check for branch range overflows.Sid Manning2019-10-152-0/+35
* [Alignment][NFC] Value::getPointerAlignment returns MaybeAlignGuillaume Chatelet2019-10-158-64/+69
* [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
OpenPOWER on IntegriCloud