summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LibTooling] Add function to translate and validate source range for editingYitzhak Mandelbaum2019-07-183-2/+155
* [clangd] Remove dead code from BackgroundIndexKadir Cetinkaya2019-07-181-3/+0
* [clangd] BackgroundIndex stores shards to the closest projectKadir Cetinkaya2019-07-1810-69/+88
* ELF: Add support for remaining R_AARCH64_MOVW* relocations.Peter Collingbourne2019-07-183-0/+167
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-18196-35601/+0
* [NFC][llvm-readobj] Refactor dynamic string table indexing into a function.Yuanfang Chen2019-07-182-38/+34
* ELF: Simplify test. NFCI.Peter Collingbourne2019-07-182-10/+6
* MC: AArch64: Add support for prel_g* relocation specifiers.Peter Collingbourne2019-07-185-15/+82
* AArch64: Unify relocation restrictions between MOVK/MOVN/MOVZ.Peter Collingbourne2019-07-184-158/+51
* ELF: Allow forward references to linked sections.Peter Collingbourne2019-07-182-17/+44
* [CMake] Polish folders in generated Xcode projectStefan Granitz2019-07-183-2/+7
* [clangd] Refactor background-index shard loadingKadir Cetinkaya2019-07-188-173/+299
* [ASTUnit] Attempt to unbreak Windows buildbots after r366448Ilya Biryukov2019-07-181-2/+2
* Minor styling fix. NFC.Michael Liao2019-07-181-2/+1
* [clangd] Get rid of dots and dotsdots within GlobalCompilationDatabaseKadir Cetinkaya2019-07-184-14/+62
* Revert "[RISCV] Hard float ABI support" r366450Alex Bradbury2019-07-1813-1462/+21
* Revert r366449: [CrossTU] Add a function to retrieve original source location.Ilya Biryukov2019-07-186-162/+25
* [Clangd] NFC: Fixed tweaks CMakeLists order to alphabeticalShaurya Gupta2019-07-181-2/+2
* [Clangd] Changed ExtractVariable to only work on non empty selectionsShaurya Gupta2019-07-184-35/+45
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-1813-21/+1462
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-186-25/+162
* [ASTUnit] Fix a regression in cached completionsIlya Biryukov2019-07-182-1/+22
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-185-5/+5
* [clangd] Suppress unwritten scopes when expanding auto.Haojian Wu2019-07-183-1/+17
* [ELF][PPC] Delete ppc64-dynamic-relocations.sFangrui Song2019-07-181-50/+0
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-1818-244/+101
* [clangd] Disable DumpRecordLayout by default per https://bugs.llvm.org/show_b...Sam McCall2019-07-181-0/+5
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-1818-101/+244
* [X86] EltsFromConsecutiveLoads - support common source loadsSimon Pilgrim2019-07-183-249/+179
* [lldb][NFC] Tablegenify alias/regex/history/source/scriptRaphael Isemann2019-07-182-28/+69
* [analyzer] Add CTU user docsGabor Marton2019-07-182-0/+207
* [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...Alexey Bataev2019-07-181-1/+1
* [OPENMP][NVPTX]Mark barrier functions calls as convergent.Alexey Bataev2019-07-182-6/+9
* Restrict asan + dlopen testcase to x86Serge Guelton2019-07-181-2/+2
* [DAGCombine] Pull getSubVectorSrc helper out of narrowInsertExtractVectorBinO...Simon Pilgrim2019-07-181-22/+22
* [FileCheck] Fix numeric variable redefinitionThomas Preud'homme2019-07-185-30/+28
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-187-145/+115
* Relax regexp to detect failed interception by asanSerge Guelton2019-07-181-1/+1
* [x86] try harder to form LEA from ADD to avoid flag conflicts (PR40483)Sanjay Patel2019-07-182-20/+41
* [llvm-readelf] - Remove the precompiled binary from gnu-hash-symbols.testGeorge Rimar2019-07-183-104/+283
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-1814-234/+113
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-1822-367/+79
* [lldb][NFC] Format 'type' commands in Options.tdRaphael Isemann2019-07-181-46/+98
* [lldb] Tablegenify thread commands and fix completion bug for thread step-*Raphael Isemann2019-07-182-39/+100
* [ELF][PPC] Refactor some ppc64 testsFangrui Song2019-07-1810-619/+308
* [ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombineDiogo N. Sampaio2019-07-182-3/+38
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-1814-113/+234
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-1817-45/+43
* [clangd] Added highlightings for template parameters and specializations.Johan Vikstrom2019-07-184-6/+64
* [SCEV] add no wrap flag for SCEVAddExpr.Chen Zheng2019-07-185-8/+8
OpenPOWER on IntegriCloud