platform/upstream/llvm.git
2018-02-22 Nicolai HaehnleAMDGPU: Stop using .NAME in .td files
2018-02-22 Shiva Chen[RISCV] Implement c.lui immediate operand constraint
2018-02-22 Luke Cheeseman[FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable...
2018-02-22 Sanjay Patel[InstCombine] add fmul multi-use test; NFC
2018-02-22 Simon Marchi[clangd] DidChangeConfiguration Notification
2018-02-22 Stefan Maksimovic[mips] Generate memory dependencies for byVal arguments
2018-02-22 Haojian Wu[clangd] Correct setting ignoreWarnings in CodeCompletion.
2018-02-22 Serge GueltonSyndicate duplicate code between CallInst and InvokeInst
2018-02-22 Simon PilgrimFix Wdocumentation warning - remove param tag for old...
2018-02-22 Alex Bradbury[RISCV][NFC] Make logic in RISCVMCCodeEmitter::getImmOp...
2018-02-22 Sam McCall[clangd] Allow embedders some control over when diagnos...
2018-02-22 Simon Pilgrim[SLPVectorizer][X86] Add load extend tests (PR36091)
2018-02-22 Alexey Sotkin[OpenCL] Add '-cl-uniform-work-group-size' compile...
2018-02-22 Simon Dardis[mips] Regenerate tests for D38128 (NFC)
2018-02-22 Jonas Devlieghere[dsymutil] Remove \brief from comments. NFC
2018-02-22 Jonas Devlieghere[dsymutil] Fix typos and formatting. NFC.
2018-02-22 Sjoerd MeijerRecommit: [ARM] f16 constant pool fix
2018-02-22 Eric Liu[clangd] Not collect include headers for dynamic index...
2018-02-22 George Rimar[ELF] - Introduce getInputSections() helper.
2018-02-22 Jonas Devlieghere[dsymutil] Replace PATH_MAX in SmallString with fixed...
2018-02-22 David Green[ARM] Fix issue with large xor constants.
2018-02-22 Mikhail Maltsev[libcxx] Do not include the C math.h header before...
2018-02-22 Jonas Devlieghere[dsymutil] Be smarter in caching calls to realpath
2018-02-22 Sjoerd MeijerRevert r325754 and r325755 (f16 literal pool) because...
2018-02-22 Sjoerd MeijerAdded a test that I forgot to svn add in my previous...
2018-02-22 Sjoerd Meijer[ARM] f16 constant pool fix
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-22 Kamil RytarowskiTry to fix the syntax in test
2018-02-22 Craig Topper[DAGCombiner] Add two calls to isVector before making...
2018-02-22 Kamil RytarowskiRevert part of D43378 in this file
2018-02-22 Kamil RytarowskiRevert part of r. 325746 D43378
2018-02-22 Mircea Trofin[SampleProf] NFC. Expose reusable functionality in...
2018-02-22 Kamil RytarowskiFreeBSD driver / Xray flags moving pthread to compile...
2018-02-22 Max Kazantsev[SCEV][NFC] Factor out common logic into a separate...
2018-02-22 Kamil RytarowskiRemove empty files
2018-02-22 Kamil RytarowskiXray instrumentation / enabling more tests
2018-02-22 Richard Trieu[ODRHash] Fix hashing for friend functions.
2018-02-22 Richard Trieu[ODRHash] Handle some template weirdness.
2018-02-22 Marshall ClowAdd another test case to the deduction guide for basic_...
2018-02-22 Nemanja Ivanovic[PowerPC] Do not produce invalid CTR loop with an FRem
2018-02-22 Vedant Kumar[Utils] Avoid a hash table lookup in salvageDI, NFC
2018-02-21 Simon Pilgrim[X86][MMX] Generlize MMX_MOVD64rr combines to accept...
2018-02-21 Yonghong Songbpf: disable DwarfUsesRelocationsAcrossSections
2018-02-21 Sanjay Patel[InstCombine] add some random FMF to tests so we know...
2018-02-21 Dan Albert[Driver] Generate .eh_frame_hdr for static executables...
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-21 Tobias Edler... [Hexagon] Add TargetRegisterInfo::getPointerRegClass...
2018-02-21 Sanjay Patel[InstCombine] add and use Create*FMF functions; NFC
2018-02-21 Simon Pilgrim[X86][MMX] Add MMX_MOVD64rr build vector tests showing...
2018-02-21 Pavel Labath[LLDB][PPC64] Fixed next blocked forever at same line
2018-02-21 Lang Hames[ORC] Switch to shared_ptr ownership for SymbolSources...
2018-02-21 Lang Hames[ORC] Switch from a StringMap to an internal VSO in...
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-21 Saleem AbdulrasoolCodeGen: handle blocks correctly when inalloca'ed
2018-02-21 Peter Collingbournelibcxx: Unbreak external thread library configuration.
2018-02-21 Ben Hamilton[clang-format] Fix regression when getStyle() called...
2018-02-21 Vitaly Buka[sanitizer] Allow to set SANITIZER_CAN_USE_PREINIT_ARRA...
2018-02-21 Davide Italiano[testsuite] Run lit tests as part of `check-lldb`.
2018-02-21 Sanjay Patel[AArch64] fix IR names to not be 'tmp' because that...
2018-02-21 Sanjay Patel[AArch64] add SLP test for matmul (PR36280); NFC
2018-02-21 Erich KeaneReplace incorrect usage of isInvalidDecl with intended...
2018-02-21 Rafael EspindolaRevert "[IRMover] Implement name based structure type...
2018-02-21 Rui UeyamaRevert r325679: [ELF] Add -nopie alias for -no-pie...
2018-02-21 Simon Dardis[mips][lld] Address post commit review nit.
2018-02-21 Rafael EspindolaFix a memory leak and a cross module reference.
2018-02-21 Evgeniy Stepanov[hwasan] Fix inline instrumentation.
2018-02-21 Vedant Kumarasan: add kernel inline instrumentation test (retry)
2018-02-21 Davide Italiano[testsuite/decorators] Get rid of some `expectFlakey...
2018-02-21 Simon Pilgrim[X86][MMX] Run MMX bitcast test on 32 and 64-bit targets
2018-02-21 Sam Clegg[WebAssembly] Use make<> rather then make_unique<>...
2018-02-21 Sam Clegg[WebAssembly] Rename member DefinedFunctions -> InputFu...
2018-02-21 Adrian McCarthyFix TestBreakpointInGlobalConstructor for Windows
2018-02-21 Maxim KuvyrkovFix racy msan test
2018-02-21 Pavel LabathFix remote tests broken by r325690
2018-02-21 Pavel Labathllgs-tests: Fix r325511 for debugserver
2018-02-21 Frederich MunchHandle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF
2018-02-21 Alexey Bataev[LV] Fix test checks, NFC
2018-02-21 Simon Pilgrim[X86][MMX] Regenerate MMX MASKMOV test
2018-02-21 Jonas Paulsson[Hexagon] Return true in enableMultipleCopyHints().
2018-02-21 Simon Pilgrim[X86][MMX] Regenerate MMX arithmetic tests
2018-02-21 Simon Pilgrim[X86] LowerBITCAST - pull out repeated calls to getOper...
2018-02-21 Eric Liu[clangd] Update canonical header mapping for STL
2018-02-21 Peter Szecsi[analyzer] Prevent AnalyzerStatsChecker from crash
2018-02-21 David BlaikieRemove use of the 'gmlt' term from the -fsplit-dwarf...
2018-02-21 Ben Hamilton[clang-format] New API guessLanguage()
2018-02-21 Pavel LabathFix a couple of more tests to not create files in the...
2018-02-21 Alexey Bataev[SLP] Fix test checks, NFC.
2018-02-21 Jonas Devlieghere[Sparc] Include __tls_get_addr in symbol table for...
2018-02-21 Silviu Baranga[SCEV] Temporarily disable loop versioning for the...
2018-02-21 Eugene Leviant[IRMover] Implement name based structure type mapping
2018-02-21 Simon Pilgrim[X86][MMX] Regenerate MMX PSUB commutation test
2018-02-21 Simon Pilgrim[X86] Regenerate GPR:XMM bitcast test
2018-02-21 Eric Liu[ASTMatchers] Regenerate documentation after r325678
2018-02-21 George Rimar[ELF] - Simplify. NFC.
2018-02-21 Hans Wennborg[ELF] Add -nopie alias for -no-pie (PR36423)
2018-02-21 Eric Liu[ASTMatchers] isTemplateInstantiation: also match expli...
2018-02-21 Nicolai HaehnleAMDGPU: Do not combine loads/store across physreg defs
2018-02-21 Dmitry Preobrazhensky[AMDGPU][MC] Added lds support for MUBUF instructions
2018-02-21 Simon Pilgrim[X86][MMX] Add PR29222 test case
next