summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-174-3/+43
* [docs] Adjust variable formatting tableJonas Devlieghere2019-07-171-1/+10
* [CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere2019-07-171-12/+0
* [CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere2019-07-171-11/+3
* Basic MTE stack tagging instrumentation.Evgeniy Stepanov2019-07-178-0/+577
* Basic codegen for MTE stack tagging.Evgeniy Stepanov2019-07-1722-8/+818
* [libc++] XFAIL a test that does not behave properly on older ClangLouis Dionne2019-07-171-0/+4
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-175-18/+25
* [OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.Alexey Bataev2019-07-172-0/+16
* [dotest] Disable color while testing.Jonas Devlieghere2019-07-171-0/+3
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-1725-350/+13
* [clang-tidy] Exclude forward decls from fuchsia-multiple-inheritanceJulie Hockett2019-07-172-1/+5
* [clang-tidy] Fix crash on end location inside macroNathan Huckleberry2019-07-172-6/+25
* [Test] Add module cache for TestWeakSymbolsJonas Devlieghere2019-07-171-1/+1
* [Docs][OpenCL] Documentation of C++ for OpenCL modeAnastasia Stulova2019-07-172-1/+310
* [CMake] Avoid liblldb genex when figuring out the copy destination for framew...Stefan Granitz2019-07-171-1/+2
* [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman2019-07-172-2/+41
* [AMDGPU] Tune inlining parameters for AMDGPU targetDaniil Fukalov2019-07-179-19/+60
* [lldb] Make log for ClangModulesDeclVendor's compiler flag less verboseRaphael Isemann2019-07-171-11/+6
* [CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere2019-07-172-100/+102
* [NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2019-07-172-0/+5
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-1726-156/+400
* [RISCV] Revert r366331 as it exposed some sanitizer failuresAlex Bradbury2019-07-171-1/+0
* [ASan] Support `{f}puts(NULL)` on DarwinJulian Lettner2019-07-172-2/+20
* Remove REQUIRES OMP spec version within lit testsJonathan Peyton2019-07-1713-13/+0
* AMDGPU: Use getTargetConstantMatt Arsenault2019-07-172-6/+6
* Fix MSVC 'implicitly capture' compile error. NFCI.Simon Pilgrim2019-07-171-1/+1
* [clangd] Type hierarchy: don't resolve parents if the client only asked for c...Nathan Ridge2019-07-172-17/+19
* [clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov2019-07-174-7/+14
* [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or FieldMike Rice2019-07-172-1/+10
* [Attributor] Deduce "willreturn" function attributeHideto Ueno2019-07-178-9/+274
* [llvm-ar][test] Add tests failing on DarwinOwen Reynolds2019-07-173-0/+125
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-1712-6/+262
* [ASTImporter] Fix structural eq of lambdasGabor Marton2019-07-173-0/+88
* [RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by defaultAlex Bradbury2019-07-171-0/+1
* [RISCV][NFC] Remove outdated TODO from test/CodeGen/RISCV/dwarf-eh.llAlex Bradbury2019-07-171-1/+1
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-177-13/+44
* Mips: Remove immarg from copy and insert intrinsicsMatt Arsenault2019-07-171-12/+12
* [RISCV] Set correct encodings for DWARF exception handlingAlex Bradbury2019-07-172-16/+22
* [RISCV][NFC] Add tests that capture current encodings for DWARF EHAlex Bradbury2019-07-173-0/+133
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-175-21/+110
* [llvm-ar][test] \r\n -> \nFangrui Song2019-07-1717-1167/+1164
* [AMDGPU] Optimize atomic AND/OR/XORJay Foad2019-07-172-16/+91
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-1725-13/+350
* [clangd] Force the required interpretation of #import on windows tests.Sam McCall2019-07-171-0/+4
* [clangd] Handle windows line endings in QueryDriverKadir Cetinkaya2019-07-172-2/+4
* PowerPC: Fix register spilling for SPE registersJustin Hibbits2019-07-173-25/+47
* PowerPC/SPE: Fix load/store handling for SPEJustin Hibbits2019-07-174-4/+57
* [MIPS GlobalISel] ClampScalar and select pointer G_ICMPPetar Avramovic2019-07-176-555/+754
* [lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann2019-07-173-17/+46
OpenPOWER on IntegriCloud