summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Un-XFAIL coverage_no_integrated_as.c test on WindowsReid Kleckner2019-09-261-7/+6
* ConstantFold - silence static analyzer dyn_cast<ExtractValueInst> null derefe...Simon Pilgrim2019-09-261-1/+1
* ARMBaseInstrInfo getOperandLatency - silence static analyzer dyn_cast<> null ...Simon Pilgrim2019-09-261-2/+2
* [PowerPC] Fix typo in rL372985Jinsong Ji2019-09-261-1/+1
* [LoopInfo] Limit the iterations to check whether a loop has dedicated exitsWei Mi2019-09-264-2/+124
* Handle successor's PHI node correctly when flattening CFG merges two if-regionsJakub Kuderski2019-09-262-1/+41
* Fix typoMatt Arsenault2019-09-261-2/+2
* [NFC] Rearrange Value::getPointerAlignmentGuillaume Chatelet2019-09-261-21/+23
* Updated comments in LWZtoc pseudo expansion.Sean Fertile2019-09-261-4/+5
* [PowerPC] Add missing pattern for VSX Scalar Negative Multiply-Subtract Singl...Jinsong Ji2019-09-262-2/+7
* build_llvm_package.bat: Bootstrap with VS 2019Hans Wennborg2019-09-261-7/+7
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-2624-39/+459
* [clangd] Bump vscode-clangd v0.0.18Haojian Wu2019-09-261-1/+1
* [clangd][vscode] Add npm helper commands to package/release the extension.Haojian Wu2019-09-262-3/+5
* Return results by value from ClangTidyCheckFactories::createChecksDmitri Gribenko2019-09-264-14/+12
* Use std::unique_ptr in ClangTidyCheckFactoriesDmitri Gribenko2019-09-265-4/+11
* [FlattenCFG] Silence static analyzer dyn_cast<BranchInst> null dereference wa...Simon Pilgrim2019-09-261-4/+4
* [lldb] Code cleanup: Simplify SBCommandReturnObjectJan Kratochvil2019-09-262-84/+51
* [OpenCL] Add -Wconversion to fdeclare-opencl-builtins testSven van Haastregt2019-09-261-6/+7
* [lldb][modern-type-lookup] Fix crash when activating modern-type-lookup on LinuxRaphael Isemann2019-09-261-2/+1
* [llvm-ar][test] Move MRI tests from "llvm/test/Object/"Owen Reynolds2019-09-269-96/+0
* [InstCombine] Don't assume CmpInst has been visited in getFlippedStrictnessPr...Bjorn Pettersson2019-09-262-9/+40
* [lldb][www] Update bot linksRaphael Isemann2019-09-261-2/+2
* [clangd][vscode] Update vscode lsp dependencies to pickup the new changes in ...Haojian Wu2019-09-261-3/+3
* [clangd][vscode] Turn on the semantic highlighting by default.Haojian Wu2019-09-261-1/+1
* [llvm-exegesis][NFC] Remove dead code.Clement Courbet2019-09-262-10/+0
* [Testing] unbreak after r372963David Zarzycki2019-09-261-0/+1
* MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...Simon Pilgrim2019-09-261-1/+1
* [lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendorRaphael Isemann2019-09-263-0/+36
* Remove local shadow constant. NFCI.Simon Pilgrim2019-09-261-2/+0
* [libcxx] Do not implicitly #include assert.hDavid Zarzycki2019-09-268-4/+178
* [ValueTracking] Silence static analyzer dyn_cast<Operator> null dereference w...Simon Pilgrim2019-09-261-225/+228
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-266-70/+91
* MemorySanitizer - silence static analyzer dyn_cast<> null dereference warning...Simon Pilgrim2019-09-261-3/+3
* PGOMemOPSizeOpt - silence static analyzer dyn_cast<MemIntrinsic> null derefer...Simon Pilgrim2019-09-261-2/+2
* [BPF] Remove unused variables. NFCI.Simon Pilgrim2019-09-261-5/+1
* [MIPS GlobalISel] Lower aggregate structure return argumentsPetar Avramovic2019-09-264-25/+288
* HexagonAsmParser::ParseDirectiveFalign - silence static analyzer dyn_cast<MCC...Simon Pilgrim2019-09-261-1/+1
* [SLPVectorizer][X86] Add SSE common check prefix to let us merge SSE2+SLM checksSimon Pilgrim2019-09-262-150/+4
* [CostModel][X86] Fix SLM <2 x i64> icmp costsSimon Pilgrim2019-09-269-87/+358
* [clang-tidy] Make llvm-header-guard work on llvm git monorepoHaojian Wu2019-09-262-0/+16
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-264-122/+68
* [mips] Relax jalr/jr instructions using R_MIPS_JALR relocationSimon Atanasyan2019-09-262-9/+65
* [SystemZ] Recognize mnop-mcount in backendJonas Paulsson2019-09-264-0/+48
* [Testing] Workaround libcxx bug when OS is "none"David Zarzycki2019-09-262-16/+16
* [clangd] Add a helper for extracting nonlocal decls in a FunctionDeclKadir Cetinkaya2019-09-263-1/+103
* [X86] Remove isCodeGenOnly from (V)ROUND.*_Int and put it on the non _Int for...Craig Topper2019-09-261-6/+6
* [lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructorRaphael Isemann2019-09-261-7/+3
* [analyzer] A speculative attempt to avoid gcc-7 crashes caused by r372942.Artem Dergachev2019-09-261-2/+5
* [SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...Mikael Holmen2019-09-261-2/+2
OpenPOWER on IntegriCloud