summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-029-15/+101
* [JSON] Remove Utility/JSON.{h|cpp}Jonas Devlieghere2019-10-025-861/+0
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere2019-10-021-20/+17
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere2019-10-021-11/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere2019-10-021-10/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere2019-10-021-48/+51
* [X86] Rewrite to the vXi1 subvector insertion code to not rely on the value o...Craig Topper2019-10-028-2706/+4002
* Fix: Actually erase remove the elements from AssumeHandlesAditya Kumar2019-10-021-1/+4
* [WebAssembly] Error when using wasm64 for ISelThomas Lively2019-10-022-4/+11
* gn build: Merge r373489GN Sync Bot2019-10-021-0/+1
* [AMDGPU] Extend buffer intrinsics with swizzlingPiotr Sobczak2019-10-0277-639/+887
* Add the misc-init-local-variables check.Aaron Ballman2019-10-028-6/+292
* [Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.Florian Hahn2019-10-024-14/+9
* [libc++] Use PRIVATE instead of PUBLIC when linking against system libsLouis Dionne2019-10-021-14/+14
* [ThinLTO/WPD] Ensure devirtualized targets use promoted symbol when necessaryTeresa Johnson2019-10-025-10/+120
* [CodeGen] Remove unused MachineMemOperand::print wrappers (PR41772)Simon Pilgrim2019-10-022-18/+0
* [SLP] add test for vectorization of different widths (PR28457); NFCSanjay Patel2019-10-021-0/+105
* [llvm] [cmake] Add install targets for missing distribution componentsMichal Gorny2019-10-023-0/+24
* LowerExpectIntrinsic handlePhiDef - silence static analyzer dyn_cast<PHINode>...Simon Pilgrim2019-10-021-1/+1
* Type - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-3/+3
* [CodeExtractor] NFC: Refactor sanity checks into isEligibleAditya Kumar2019-10-022-25/+35
* Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.Simon Pilgrim2019-10-024-10/+10
* Reapply r373431 "Switch lowering: omit range check for bit tests when default...Hans Wennborg2019-10-023-22/+29
* [llvm-readelf] - Report a warning when .hash section contains a chain with a ...George Rimar2019-10-022-0/+51
* SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-25/+25
* SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-16/+16
* [yaml2obj] - Alow Size tag for describing SHT_HASH sections.George Rimar2019-10-024-10/+117
* [Clangd] ExtractFunction: Don't extract body of enclosing function.Shaurya Gupta2019-10-022-8/+28
* [Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)Shaurya Gupta2019-10-022-4/+17
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-026-0/+83
* [llvm-dwarfdump] Fix dumping of wrong locstats mapDjordje Todorovic2019-10-022-4/+4
* [AArch64][SVE] Implement int_aarch64_sve_cnt intrinsicKerry McLaughlin2019-10-024-6/+112
* MemorySSAUpdater::applyInsertUpdates - silence static analyzer dyn_cast<Memor...Simon Pilgrim2019-10-021-1/+1
* MemorySSA tryOptimizePhi - assert that we've found a DefChainEnd. NFCI.Simon Pilgrim2019-10-021-0/+1
* LoopAccessAnalysis isConsecutiveAccess() - silence static analyzer dyn_cast<S...Simon Pilgrim2019-10-021-2/+2
* AsmPrinter - emitGlobalConstantFP - silence static analyzer null dereference ...Simon Pilgrim2019-10-021-5/+2
* gn build: Merge r373462GN Sync Bot2019-10-021-0/+1
* [ModuloSchedule] Peel out prologs and epilogs, generate actual codeJames Molloy2019-10-0261-71/+554
* [llvm-objcopy] Add --set-section-alignmentFangrui Song2019-10-029-11/+119
* [lldb][NFC] Remove ClangASTContext::ClearRaphael Isemann2019-10-022-15/+0
* [InstCombine] Simplify fma multiplication to nan for undef or nan operands.Florian Hahn2019-10-021-3/+3
* [InstCombine] Precommit tests for D68265Florian Hahn2019-10-021-2/+204
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-023-63/+78
* NFC: directly return when CommonExitBlock != SuccAditya Kumar2019-10-021-4/+2
* [InstSimplify] fold fma/fmuladd with a NaN or undef operandSanjay Patel2019-10-022-24/+21
* Revert r373431 "Switch lowering: omit range check for bit tests when default ...Hans Wennborg2019-10-023-27/+21
* LICM - remove unused variable and reduce scope of another variable. NFCI.Simon Pilgrim2019-10-021-4/+2
* Fix libc++ pretty printer test for Python 3 after D67238Fangrui Song2019-10-021-1/+1
* Log2_32 returns an unsigned. NFCI.Simon Pilgrim2019-10-021-1/+2
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-10-021-1/+1
OpenPOWER on IntegriCloud