summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-02[clangd] Cache FS stat() calls when building preamble.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-stablelinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-nextlinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-ltslinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-release-nextlinaro-local/ci/llvm-kernel-armv8l-baselinelinaro-local/ci/llvm-kernel-aarch64-baselineEric Liu
2018-10-02[CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu
2018-10-02Revert untintentionally commited changesEric Liu
2018-10-02[Lex] TokenConcatenation now takes const PreprocessorEric Liu
2018-10-02[AArch64][v8.5A] Add Memory Tagging instructionsOliver Stannard
2018-10-02[AArch64][v8.5A] Add Memory Tagging system registersOliver Stannard
2018-10-02[AArch64][v8.5A] Add MTE system instructionsOliver Stannard
2018-10-02[InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - ADavid Green
2018-10-02[clang] Implement Override Suggestions in Sema.Kadir Cetinkaya
2018-10-02[clangd] Remove override result handling logic from clangdKadir Cetinkaya
2018-10-02[AArch64][v8.5A] Test clang option for the Memory Tagging ExtensionOliver Stannard
2018-10-02[clang-tidy] NFC use CHECK-NOTES in test for cppgoreguidelines-avoid-gotoJonas Toth
2018-10-02[clang-tidy] NFC use CHECK-NOTES in tests for cppcoreguidelines-owning-memoryJonas Toth
2018-10-02[AArch64][v8.5A] Add MTE as an optional AArch64 extensionOliver Stannard
2018-10-02[X86] Standardize floating point assembly commentsSimon Pilgrim
2018-10-02[InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A. NFCDavid Green
2018-10-02Added warning for unary minus used with unsigned typeDavid Bolvansky
2018-10-02AMDGPU: Expand atomicrmw nand in IRMatt Arsenault
2018-10-02[WebAssembly] Restore slashes in SIMD conversion namesThomas Lively
2018-10-02[CodeGen] Before entering the loop that copies a non-trivial array fieldAkira Hatanaka
2018-10-02[MCA] Remove SM.hasNext() call in FetchStage::execute.Owen Rodley
2018-10-02[sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka
2018-10-02[AArch64][DAGCombiner]: change -stop-after=isel to instruction-selectFangrui Song
2018-10-02[ELF] Read the call graph profile from object files.Michael J. Spencer
2018-10-01[SimplifyCFG] Use Value::hasNUses instead of 'getNumUses() =='. NFCICraig Topper
2018-10-01[llvm-mca] Rename the 'Subtract' method to 'subtract'Matt Davis
2018-10-01[SimplifyCFG] Update comments that refer to CondBB to say ThenBB instead. NFCCraig Topper
2018-10-01[PDB] Add support for more kinds of PDB Sym Tags.Zachary Turner
2018-10-01Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...Daniel Sanders
2018-10-01Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl
2018-10-01[codeview] Simplify S_DEFRANGE emission code, NFCReid Kleckner
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01Fix the Windows build in GlobalISelReid Kleckner
2018-10-01Recommit r343499 "[X86] Enable load folding in the test shrinking code"Craig Topper
2018-10-01Recommit r343498 "[X86] Improve test instruction shrinking when the sign flag...Craig Topper
2018-10-01Sort expected test output after previous commitStephen Kelly
2018-10-01[MinGW] Allow using ASanMartin Storsjo
2018-10-01[clang-query] Test non-code-completion on single letter shortcutsStephen Kelly
2018-10-01[clang-query] Add missing quit testStephen Kelly
2018-10-01[sanitizer] Small buffer tests for __sanitizer_symbolize_pcVitaly Buka
2018-10-01[clang-query] Add missing 'l' command handlingStephen Kelly
2018-10-01[clang-query] Sort command optionsStephen Kelly
2018-10-01Revert r343518.Akira Hatanaka
2018-10-01Update CMakeLists.txt snippet so that example compilesStephen Kelly
2018-10-01[InstCombine] add inverse test for vector trunc canonical form; NFCSanjay Patel
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly
2018-10-01[InstCombine] regenerate test checks; NFCSanjay Patel
2018-10-01[clangd] exclude check-clangd from check-all, fix buildbot failure.Haojian Wu
2018-10-01[PowerPC] Folding XForm to DForm loads requires alignment for some DForm loads.Stefan Pintilie