summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert rL349624 : Let TableGen write output only if it changed, instead of do...Simon Pilgrim2019-10-013-28/+29
* [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorageRaphael Isemann2019-10-012-69/+0
* Revert "Reland "[utils] Implement the llvm-locstats tool""Djordje Todorovic2019-10-018-481/+0
* Revert [InstCombine] sprintf(dest, "%s", str) -> memccpy(dest, str, 0, MAX)David Bolvansky2019-10-013-38/+20
* [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...Raphael Isemann2019-10-012-21/+0
* [InstCombine] sprintf(dest, "%s", str) -> memccpy(dest, str, 0, MAX)David Bolvansky2019-10-013-20/+38
* [llvm-exegesis/lib] Fix missing linkage to MCParserMichal Gorny2019-10-011-0/+1
* [NFC][ARM][MVE] More testsSam Parker2019-10-011-0/+602
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-014-17/+16
* [lldb][NFC] Modernize ClangASTContext constructorRaphael Isemann2019-10-012-41/+35
* [libc++] Harden usage of static_assert against C++03Louis Dionne2019-10-011-2/+2
* [clang] Ignore builtin namespaces in test/Import/cxx-anon-namespaceRaphael Isemann2019-10-011-1/+5
* DIExpression::createFragmentExpression - silence static analyzer DIExpression...Simon Pilgrim2019-10-011-0/+1
* VirtualFileSystem - replace dyn_cast<>+assert with cast<> calls. NFCI.Simon Pilgrim2019-10-011-8/+5
* ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim2019-10-011-1/+1
* [clangd] Implement getBeginning for overloaded operators.Haojian Wu2019-10-014-20/+113
* InstrProf - avoid static analyzer dyn_cast<ConstantInt> null dereference warn...Simon Pilgrim2019-10-011-4/+2
* ConstantFold - ConstantFoldSelectInstruction - assume constant vector element...Simon Pilgrim2019-10-011-2/+1
* [clangd] Use the index-based API to do the header-source switch.Haojian Wu2019-10-016-9/+69
* [obj2yaml] - Fix BB after r373315.George Rimar2019-10-011-4/+6
* [clangd] Handle template arguments in findExplicitReferencesIlya Biryukov2019-10-012-2/+68
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-10-018-0/+481
* [yaml2obj] - Allow specifying custom Link values for SHT_HASH section.George Rimar2019-10-012-1/+33
* [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.George Rimar2019-10-018-1/+349
* Fixup r373278: Move test to X86 directoryDiana Picus2019-10-011-0/+0
* [llvm-exegesis][NFC] Refactor X86 tests fixtures into a base class.Clement Courbet2019-10-016-101/+71
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-017-27/+35
* Revert "[OCaml] Handle nullptr in Llvm.global_initializer"Dmitri Gribenko2019-10-013-16/+4
* Revert "GlobalISel: Handle llvm.read_register"Dmitri Gribenko2019-10-013-25/+8
* [NFC][HardwareLoops] Update some iteratorsSam Parker2019-10-011-11/+6
* Decrease the verbosity of the -ftime-trace optionSylvestre Ledru2019-10-012-4/+2
* [clangd] Handle OverloadExpr in targetDeclIlya Biryukov2019-10-012-0/+30
* [clang-tidy] Fix module registry name and description for Darwin clang-tidy m...Dmitri Gribenko2019-10-011-1/+1
* [X86] Consider isCodeGenOnly in the EVEX2VEX pass to make VMAXPD/PS map to th...Craig Topper2019-10-013-40/+50
* [WebAssembly] Make sure EH pads are preferred in sortingHeejin Ahn2019-10-012-0/+44
* [WebAssembly] Unstackify regs after fixing unwinding mismatchesHeejin Ahn2019-10-013-2/+37
* [Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov2019-10-018-64/+835
* [OCaml] Handle nullptr in Llvm.global_initializerAditya Kumar2019-10-013-4/+16
* AMDGPU/GlobalISel: Select s1 src G_SITOFP/G_UITOFPMatt Arsenault2019-10-016-52/+570
* Remove a undefined constructor introduced by r373244.Yuanfang Chen2019-10-011-1/+0
* AMDGPU/GlobalISel: Add support for init.exec intrinsicsMatt Arsenault2019-10-0111-52/+81
* AMDGPU/GlobalISel: Allow scc/vcc alternative mappings for s1 constantsMatt Arsenault2019-10-011-1/+15
* GlobalISel: Handle llvm.read_registerMatt Arsenault2019-10-013-8/+25
* AMDGPU/GlobalISel: Avoid creating shift of 0 in arg loweringMatt Arsenault2019-10-012-4/+9
* TLI: Remove DAG argument from getRegisterByNameMatt Arsenault2019-10-0122-68/+66
* [llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific)Fangrui Song2019-10-015-10/+4
* [X86] Add test case to show missed opportunity to shrink a constant index to ...Craig Topper2019-10-011-0/+280
* Don't elide the use of the thread wrapper for a thread_local constinitRichard Smith2019-10-012-7/+30
* AMDGPU/GlobalISel: Select G_UADDO/G_USUBOMatt Arsenault2019-10-015-1/+441
* GlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP sourcesMatt Arsenault2019-10-015-56/+250
OpenPOWER on IntegriCloud