summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [cxx_status] Fix table layout.Richard Smith2019-12-101-1/+1
* [DebugInfo] Refactored macro related generation, added a test case for macinf...Sourabh Singh Tomar2019-12-113-19/+89
* Deprecate the hasDefaultArgument matcherStephen Kelly2019-12-101-0/+14
* [lldb] Add #include to appease the modules buildVedant Kumar2019-12-101-0/+1
* [OPENMP50]Add if clause in target simd directive.Alexey Bataev2019-12-104-110/+210
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-1013-265/+147
* [clangd] Fix an incorrect expectedResult usage in rename test.Haojian Wu2019-12-101-4/+5
* [Wdocumentation] Use C2x/C++14 deprecated attributeMark de Wever2019-12-104-24/+86
* [Wdocumentation] Properly place deprecated attributeMark de Wever2019-12-103-20/+101
* [Wdocumentation] Use the command marker.Mark de Wever2019-12-103-7/+6
* scudo: Tweak how we align UserPtr. NFCI.Peter Collingbourne2019-12-101-5/+6
* scudo: Move getChunkFromBlock() allocated check into caller. NFCI.Peter Collingbourne2019-12-101-17/+9
* Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-116-16/+48
* Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-116-48/+16
* Add missed #include in llvmorg-10-init-11532-g848934c67d4.Richard Smith2019-12-101-0/+1
* [cxx_status] Add missed Belfast paper affecting three-way comparisons.Richard Smith2019-12-101-1/+4
* [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.Sourabh Singh Tomar2019-12-116-16/+48
* [BPF] put not-section-attribute externs into BTF ".extern" data sectionYonghong Song2019-12-105-15/+50
* Assert launch success in run_to_breakpoint_do_runVedant Kumar2019-12-101-0/+2
* Fix -Wincomplete-umbrella warning in the modules buildVedant Kumar2019-12-101-0/+1
* Fix a -Wsign-compare error around wchar_t vs unsigned int.Eric Christopher2019-12-101-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-1022-30/+43
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-1013-147/+265
* Fix bug 44190 - wrong code with #pragma pack(1)Yaxun (Sam) Liu2019-12-102-3/+25
* Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl2019-12-107-562/+143
* Revert 30e8f80fd5a4 "[DebugInfo] Don't create multiple DBG_VALUEs when sinking"Hans Wennborg2019-12-102-180/+10
* [FPEnv] clang support for constrained FP builtinsKevin P. Neal2019-12-103-34/+330
* [OPENMP]Remove extra space from error message.Alexey Bataev2019-12-106-17/+17
* [profile] Add explanatory comments to instrprof-darwin-exports.c, NFCVedant Kumar2019-12-101-3/+11
* [VectorUtils] Fix -Wunused-private-field after D67572Fangrui Song2019-12-101-4/+2
* [OPENMP50]Add if clause in target parallel for simd directive.Alexey Bataev2019-12-104-47/+158
* [ELF] --icf: do not fold preemptible symbolsFangrui Song2019-12-106-31/+91
* [ELF] Refine section group --gc-sections rules to not discard .debug_typesFangrui Song2019-12-103-22/+52
* [analyzer] Keep track of escaped localsGabor Horvath2019-12-106-12/+48
* [RISCV] Improve assembler missing feature warningsSimon Cook2019-12-1016-133/+174
* [VectorUtils] Introduce the Vector Function Database (VFDatabase).Francesco Petrogalli2019-12-1013-31/+153
* [ARM][MVE] Refactor complex vector intrinsics [NFCI]Mikhail Maltsev2019-12-107-339/+260
* [BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is padding at ...diggerlin2019-12-102-2/+38
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-1020-7/+170
* [test][llvm-cxxfilt] Improve comment for clarityJames Henderson2019-12-101-2/+2
* [scudo][standalone] Define hasHardwareCRC32 for other archsKostya Kortchinsky2019-12-101-1/+3
* [InstCombine] replace shuffle's insertelement operand if inserted scalar is n...Sanjay Patel2019-12-102-3/+33
* [Docs] Improve SLP code snippetSanjay Patel2019-12-101-2/+4
* [Alignment][NFC] CreateMemSet use MaybeAlignGuillaume Chatelet2019-12-1014-159/+164
* [DWARF][RISCV] Test resolving of RISC-V relocationsLuís Marques2019-12-102-0/+194
* Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated/empty...stozer2019-12-105-22/+204
* [lldb] Actually enable wchar support in Editline when it is defined in the ho...Raphael Isemann2019-12-102-0/+29
* add test for previous commitSam Parker2019-12-101-0/+66
* [TypePromotion] Query target register widthSam Parker2019-12-101-2/+13
* [lldb] Centralize type "desugaring" logic in ClangASTContextPavel Labath2019-12-101-801/+74
OpenPOWER on IntegriCloud