summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Fix the wrong alignment orientation during calculating EH frame.Wang, Pengfei2019-11-152-10/+10
* [Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]Davide Italiano2019-11-141-193/+0
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-1465-9/+74
* [libc++] [P0920] [P1661] Update status page.Marek Kurdej2019-11-151-2/+2
* [LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere2019-11-147-31/+31
* [COFF] Avoid CodeView include in headerReid Kleckner2019-11-143-6/+8
* Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner2019-11-144-2/+6
* [Reproducer] Enable crash reports for reproducer testsJonas Devlieghere2019-11-141-0/+2
* [BPF] Restrict preserve_access_index attribute to C onlyYonghong Song2019-11-143-31/+22
* [SanitizerCommon] Print the current value of options when printing out help.Dan Liew2019-11-145-5/+108
* [COFF] Don't include llvm/LTO/LTO.h in a headerReid Kleckner2019-11-145-3/+15
* Revert "Temporarily Revert:"Alexey Bataev2019-11-1422-506/+1054
* [llvm-dis] Fix the disable-output flagMatthew Voss2019-11-141-1/+1
* [GPGPU] Fix depricated warning.Michael Kruse2019-11-141-1/+1
* [X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit modeCraig Topper2019-11-142-13/+16
* [DebugInfo] Allow spill slots in call site parameter descriptionsVedant Kumar2019-11-143-5/+200
* [yaml2obj][COFF] Add support for extended relocation tablesSergey Dmitriev2019-11-142-3/+81
* [GPGPU] Fix #includes.Michael Kruse2019-11-142-0/+2
* [globalisel][irtanslator] The IRTranslator should preserve TBAA informationDaniel Sanders2019-11-142-5/+34
* [lldb][Editline] Support ctrl+left/right arrow word navigation.Jordan Rupprecht2019-11-142-0/+58
* Fix up lit's tests to run in a multi-config build environment.Paul Robinson2019-11-141-0/+3
* [Pipeliner] Fix an assertion caused by iterator invalidation.Sumanth Gundapaneni2019-11-142-2/+35
* [Hexagon] Validate the iterators before converting them to mux.Sumanth Gundapaneni2019-11-142-2/+38
* [Hexagon] Fix clang driver to parse -mcpu/-mvXX and -march properly.Sumanth Gundapaneni2019-11-142-1/+14
* Update lit infra to detect "MemoryWithOrigins' sanitizer build.Sumanth Gundapaneni2019-11-141-1/+1
* [RISCV] Use addi rather than add x0Sam Elliott2019-11-142-23/+23
* Add support for multi-module bitcode files to llvm-disMatthew Voss2019-11-145-51/+92
* [llvm-objcopy][COFF] Add support for extended relocation tablesSergey Dmitriev2019-11-144-6/+52
* [RISCV] Fix wrong CFI directivesLuís Marques2019-11-147-161/+2
* [ExpandReductions] Don't push all intrinsics to the worklist. Just push reduc...Craig Topper2019-11-141-10/+29
* [clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare...Mitchell Balan2019-11-142-3/+8
* Replace wrongly deleted header banner, fix formattingReid Kleckner2019-11-142-11/+20
* [cmake] Emit an error for -DBUILD_SHARED_LIBS=ON on WindowsTom Stellard2019-11-141-0/+3
* Document more specifically the rounding for "llvm.round".Kevin P. Neal2019-11-141-2/+2
* [InstCombine] remove duplicate code for simplifying a shuffle; NFCISanjay Patel2019-11-141-7/+0
* Make the language more consistent since I'm about to commit a contentKevin P. Neal2019-11-141-12/+18
* [clang-include-fixer] Skip .rc files when finding symbolsReid Kleckner2019-11-141-0/+3
* [OPENMP]Add assignment operator in UDR test, NFC.Alexey Bataev2019-11-141-0/+1
* Fix incorrect comment.Adrian Prantl2019-11-141-3/+5
* Convert condition to early exit (NFC)Adrian Prantl2019-11-141-43/+45
* Convert UpdateExternalModuleListIfNeeded to use early exits.Adrian Prantl2019-11-141-59/+59
* Rename DWO -> Clang module to avoid confusion. (NFC)Adrian Prantl2019-11-141-22/+26
* [LLDB] Make a clear distinction between usage & development docsJonas Devlieghere2019-11-143-3/+5
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-1410-51/+149
* [AMDGPU][HIP] Change default DWARF version to 4Scott Linder2019-11-144-3/+12
* Improve VFS compatibility on WindowsAdrian McCarthy2019-11-1417-51/+21
* [clangd] Ignore more implicit nodes in computing selection.Sam McCall2019-11-142-9/+39
* [clangd] Expose value of enumerators to Hover API. (not UI yet)Sam McCall2019-11-142-0/+17
* [ADT] Move drop_begin from iterator_range.h into STLExtras.Lang Hames2019-11-144-18/+22
* [Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...Adam Balogh2019-11-146-1040/+2434
OpenPOWER on IntegriCloud