summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PR44723: Trigger return type deduction for operator<=>s whose returnRichard Smith2020-01-313-0/+64
* [Concepts] Fix isDeclarationSpecifier to detect type-constraints correctlySaar Raz2020-01-312-11/+41
* [Concepts] Correctly form initial parameter mapping for parameter packs, supp...Saar Raz2020-01-317-26/+136
* Revert "[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH"Sergej Jaskiewicz2020-01-311-1/+1
* PR44627: Consider reversing == and <=> candidates found by ADL.Richard Smith2020-01-303-9/+35
* [Concepts] Check function constraints before deducing auto return typeSaar Raz2020-01-312-24/+27
* PR41991: Accept attributes on defaulted and deleted friends.Richard Smith2020-01-303-1/+11
* [Concepts] Add 'this' context to instantiation of member requires clauseSaar Raz2020-01-301-0/+3
* [Concepts] Add check for dependent RC when checking function constraintsSaar Raz2020-01-302-7/+6
* [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSESaar Raz2020-01-304-21/+78
* Generate docsHans Wennborg2020-01-303-938/+9528
* Define _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when appropriateDimitry Andric2020-01-301-0/+4
* Drop arm triple from test/CodeGen/AArch64/global-merge-hidden-minsize.llHans Wennborg2020-01-301-1/+0
* test-release.sh: Add MLIR to the projects listHans Wennborg2020-01-301-0/+8
* [mlir][orc] unbreak MLIR ExecutionEngine after ORC changesAlex Zinenko2020-01-301-3/+3
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-298-295/+24
* [clangd] Don't mmap source files on all platforms --> don't crash on git chec...Sam McCall2020-01-292-10/+8
* [LV] Do not try to sink dead instructions.Florian Hahn2020-01-293-8/+51
* [clan-tidy] Fix false positive in bugprone-infinite-loopAdam Balogh2020-01-292-5/+57
* [WebAssembly] Fix resume-only case in Emscripten EHHeejin Ahn2020-01-293-26/+21
* [ORC] Fix the LLJITWithObjectCache example to address changes in ce2207abaf9.Lang Hames2020-01-291-4/+4
* Update clang-interpreter example to incorporate changes in ce2207abaf9.Lang Hames2020-01-291-1/+2
* [ORC] Update examples to incorporate changes in ce2207abaf9.Lang Hames2020-01-293-3/+5
* [ORC] Fix a missing move in ce2207abaf9.Lang Hames2020-01-291-1/+1
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-2918-122/+244
* [ORC] Add weak symbol support to defineMaterializing, fix for PR40074.Lang Hames2020-01-294-32/+105
* [PassManagerBuilder] Remove global extension when a plugin is unloadedElia Geretto2020-01-292-11/+58
* [GlobalMerge] Preserve symbol visibility when merging globalsMichael Spang2020-01-292-0/+28
* [LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbolsPeter Smith2020-01-294-4/+130
* [CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich2020-01-2913-33/+34
* Work around PR44697 in CrashRecoveryContextHans Wennborg2020-01-291-0/+7
* [clangd][Hover] Make tests hermetic by setting target tripletKadir Cetinkaya2020-01-291-43/+28
* [ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24Fangrui Song2020-01-282-0/+49
* [lldb] Fix nondeterminism in TestCppBitfieldsPavel Labath2020-01-282-2/+2
* [clangd][Hover] Handle uninstantiated templatesKadir Cetinkaya2020-01-282-9/+37
* Reland "[StackColoring] Remap PseudoSourceValue frame indices via MachineFunc...Fangrui Song2020-01-271-7/+9
* [IR] Keep a double break between functions when printing a moduleReid Kleckner2020-01-272-1/+16
* [RISCV] Support ABI checking with per function target-featuresZakk Chen2020-01-274-13/+36
* Revert "[RISCV] Support ABI checking with per function target-features"Zakk Chen2020-01-274-35/+13
* [RISCV] Check the target-abi module flag matches the optionZakk Chen2020-01-275-12/+79
* [RISCV] Pass target-abi via module flag metadataZakk Chen2020-01-272-0/+21
* [clangd][Hover] Change arrow in return type back to →Kadir Cetinkaya2020-01-273-4/+4
* [clangd] Drop returntype/type when hovering over type-ish namesKadir Cetinkaya2020-01-272-15/+21
* [clangd] Print underlying type for decltypes in hoverKadir Cetinkaya2020-01-272-15/+74
* [clangd] Dont display `<unknown>` kinds in hover boardKadir Cetinkaya2020-01-272-2/+3
* [clangd] Extract string literals in macro arguments to unbreak gcc buildbotsKadir Cetinkaya2020-01-271-4/+7
* [clangd] Fix windows buildbotsKadir Cetinkaya2020-01-271-20/+43
* [clangd] Rearrange type, returntype and parameters in hover cardKadir Cetinkaya2020-01-273-25/+31
* [clangd] Add a ruler after header in hoverKadir Cetinkaya2020-01-275-15/+103
* [clangd] Show hower info for expressionsKadir Cetinkaya2020-01-272-2/+83
OpenPOWER on IntegriCloud