platform/upstream/llvm.git
2018-02-19 Simon Pilgrim[SelectionDAG] ComputeKnownBits - add support for SMIN...
2018-02-19 Aaron BallmanAdd several more attributes to be parsed in C with...
2018-02-19 Pavel LabathTwo more dosep-paralellization fallout fixes
2018-02-19 Mark Searles[AMDGPU] Increased vector length for global/constant...
2018-02-19 David Green[Dominators] Update DominatorTree compare in case roots...
2018-02-19 Pavel Labath[CodeGen] Refactor AppleAccelTable
2018-02-19 Sanjay Patel[TTI CostModel] change default cost of FP ops to 1...
2018-02-19 Rafael EspindolaBring back r323297.
2018-02-19 Krasimir Georgiev[clang-format] Fix text proto extension scope opening...
2018-02-19 Francis Visoiu... [CodeGen] Fix tests breaking after r325505
2018-02-19 Pavel LabathFix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)
2018-02-19 Mikhail Maltsev[libcxx] Improve accuracy of complex asinh and acosh
2018-02-19 Krasimir Georgiev[clang-format] Fixup a case of text proto message attri...
2018-02-19 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-19 Francis Visoiu... Revert "[CodeGen] Move printing '\n' from MachineInstr...
2018-02-19 Pavel LabathAdd SBDebugger::GetBuildConfiguration and use it to...
2018-02-19 Haojian Wu[clangd] Correct the doc, password => Personal Access...
2018-02-19 Haojian Wu[clangd] Add brief instructions on how to make a releas...
2018-02-19 Ilya Biryukov[CodeComplete] Avoid name clashes of 'Kind' inside...
2018-02-19 Pavel LabathMake gdb-client tests generate binaries in the build...
2018-02-19 Simon Pilgrim[X86][SSE] combineTruncateWithSat - use truncateVectorW...
2018-02-19 Sam McCall[clangd] Invert return value of fuzzyFind() (fix MemInd...
2018-02-19 Keith Walker[ARM] disable FPU features when using soft floating...
2018-02-19 Ilya Biryukov[clangd] Attach more information about Sema completion...
2018-02-19 Ilya Biryukov[CodeComplete] Add a helper to print CodeCompletionCont...
2018-02-19 Martin Probstclang-format: [JS] fix `of` detection.
2018-02-19 Ivan A. Kosarev[Transforms] Propagate new-format TBAA tags on simplifi...
2018-02-19 Igor Laevsky[llvm-opt-fuzzer] Add another pack of passes for contin...
2018-02-19 Ilya Biryukov[clangd] Mark non-changing fields of CppFile as const...
2018-02-19 Alexander RichardsonRename DynamicReloc::getAddend() to computeAddend(...
2018-02-19 Haojian Wu[clangd] Bump vs-code clangd extension v0.0.3
2018-02-19 Dylan McKay[AVR] Set the program address space in the data layout
2018-02-19 Eric Liu[clangd] Try to fix build bot failure caused by r325343...
2018-02-19 Dylan McKay[AVR] Set the program address space in the data layout
2018-02-19 Sam McCall[clangd] Tracing: name worker threads, and enforce...
2018-02-19 Dylan McKayAdd default address space for functions to the data...
2018-02-19 Ivan A. Kosarev[CodeGen] Initialize large arrays by copying from a...
2018-02-19 Sam McCall[clangd] Add "clangd.trace" VSCode setting to enable...
2018-02-19 Sam McCall[clangd] Fix use-after-free in SymbolYAML: strings...
2018-02-19 Richard Smith[cxx_dr_status] Tests for CWG issues 641-687.
2018-02-19 Dylan McKay[AVR] Fix a lowering bug in AVRISelLowering.cpp
2018-02-19 Eric ChristopherAdd LanaiMCTargetDesc.h to LanaiInstrInfo.h to make...
2018-02-18 Craig Topper[X86] Correct a typo I made in combineToExtendCMOV...
2018-02-18 Benjamin Kramer[Analyzer] Move UnexploredFirstStack into an anonymous...
2018-02-18 Benjamin Kramer[tidy] Move private ast matchers into anonymous namespa...
2018-02-18 Sanjay Patel[PatternMatch, InstSimplify] enhance m_AllOnes() to...
2018-02-18 Sanjay Patel[InstSimplify] add tests with vector undef elts; NFC
2018-02-18 Amara EmersonFix unused assertion variable warning.
2018-02-18 Amara Emerson[AArch64][GlobalISel] Fix an assert fail/miscompile...
2018-02-18 Amara Emerson[AArch64][GlobalISel] Support G_INSERT/G_EXTRACT of...
2018-02-18 Sanjay Patel[PatternMatch] reformatting and comment clean-ups; NFC
2018-02-18 Benjamin Kramer[Support] Replace hand-written scope_exit with make_sco...
2018-02-18 Haicheng Wu[AArch64] Coalesce Copy Zero during instruction selection
2018-02-18 Heejin Ahn[clangd] Fix link failures for Preprocessor::addComment...
2018-02-18 Jonas Paulsson[BPF] Return true in enableMultipleCopyHints().
2018-02-18 Craig Topper[X86] Make masked pcmpeq commutable during isel so...
2018-02-18 Craig Topper[X86] Add -show-mc-encoding to the avx512-vec-cmp.ll...
2018-02-18 Simon PilgrimRevert: [llvm] r325448 - [ThinLTO] Add GraphTraits...
2018-02-17 Rui UeyamaSimplify.
2018-02-17 Don HintonAdd DEBUGSERVER_PATH to the cache so it'll be available...
2018-02-17 Simon PilgrimFix Wparentheses warning. NFCI
2018-02-17 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - add support for...
2018-02-17 Simon Pilgrim[SelectionDAG] SimplifyDemandedVectorElts - add support...
2018-02-17 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-17 Simon Pilgrim[MIPS][MSA] Convert vector integer min/max opcodes...
2018-02-17 Dimitry Andric[X86] Add 'sahf' CPU feature to frontend
2018-02-17 Rui UeyamaRemove an unused accessor and simplify the logic a...
2018-02-17 Rui UeyamaFactor out common code from applySecRel functions.
2018-02-17 Sjoerd Meijer[ARM] Add LLVM tests for the vcvtr builtins
2018-02-17 Don Hinton[cmake] Fix LLDB_CODESIGN_IDENTITY logic.
2018-02-17 Alex Bradbury[RISCV] Revert r324172 now r323991 was reverted
2018-02-17 Sander de SmalenMade test dbg_value_fastisel.ll specific to AArch64...
2018-02-17 Craig Topper[X86] Add 'sahf' to getHostCPUFeatures so -march=native...
2018-02-17 Sander de Smalen[DebugInfo][FastISel] Fix dropping dbg.value()
2018-02-17 Sanjay Patel[PatternMatch] enhance m_One() to ignore undef elements...
2018-02-17 Sanjay Patel[InstSimplify, InstCombine] add tests with vector undef...
2018-02-17 Simon Pilgrim[X86][3DNow!] Add PFRCP reg-reg disassembler test case...
2018-02-17 Sanjay Patel[InstSimplify] move select undef cond fold with other...
2018-02-17 Martin Storsjo[AArch64] Implement dynamic stack probing for windows
2018-02-17 Simon PilgrimFix unused variable warning. NFCI.
2018-02-17 Kamil RytarowskiRecognize all NetBSD architectures in UBSan
2018-02-17 Jonas Devlieghere[dwarfdump] Fix spurious verification errors for DW_AT_...
2018-02-17 Simon Pilgrim[DAGCombiner] Remove simplifyShuffleMask - now handled...
2018-02-17 Simon PilgrimFix signed/unsigned comparison warning in AsmGenMatcher...
2018-02-17 Sander de Smalen[DebugInfo] Removed assert on missing CountVarDIE
2018-02-17 Serge PavlovReport fatal error in the case of out of memory
2018-02-17 Jonas Paulsson[AMDGPU] Return true in enableMultipleCopyHints().
2018-02-17 Joachim Protze[OMPT] Omissionin in OMPT Formatting
2018-02-17 Joachim Protze[OMPT] Add interoperability testcase
2018-02-17 Joachim Protze[OMPT] Update api_calls testcase
2018-02-17 Quentin ColombetRevert "[MachineCopyPropagation] Extend pass to do...
2018-02-17 Chandler Carruth[DAG, X86] Revert r324797, r324491, and r324359.
2018-02-17 Sanjay Patel[InstSimplify] add vector select tests with undef elts...
2018-02-17 Sam Clegg[WebAssembly] Remove unneeded classifer methods from...
2018-02-17 Craig Topper[X86] Turn selects with constant condition into vector...
2018-02-17 Rui UeyamaUse toString to print out garbage-collected sections.
2018-02-16 Sam Clegg[WebAssembly] Simplify FunctionSymbol::get/set/hasFunct...
2018-02-16 Sam Clegg[WebAssembly] Remove unneeded Chunk::getFileName()...
2018-02-16 Rui UeyamaRemove "--full-shutdown" and instead use an environment...
2018-02-16 Eugene Zelenko[Basic] Fix some Clang-tidy modernize and Include What...
next