summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Update test case due to llvm r365618Nikola Prica2019-07-101-13/+7
* [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-106-20/+9
* [CMake] `install-distribution` for LLDB on DarwinStefan Granitz2019-07-108-74/+118
* [CMake] Distribution builds for LLDB standaloneStefan Granitz2019-07-103-1/+14
* [CMake] Remove extra lldb-framework targetStefan Granitz2019-07-102-14/+6
* [X86][SSE] EltsFromConsecutiveLoads - add basic dereferenceable supportSimon Pilgrim2019-07-102-53/+26
* Fix const/non-const lambda return type warning. NFCI.Simon Pilgrim2019-07-101-1/+1
* Fix "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-07-101-1/+1
* [SimpleLoopUnswitch] Don't consider unswitching `switch` insructions with one...Serguei Katkov2019-07-102-2/+1
* [AArch64] Fix vector vuqadd intrinsics operandsDiogo N. Sampaio2019-07-102-1/+52
* [NFC][AArch64] Fix vector vsqadd intrinsics operandsDiogo N. Sampaio2019-07-101-1/+1
* [clangd] Stop recording tokens before running clang-tidyIlya Biryukov2019-07-102-4/+28
* [clangd] Consume error to avoid assertion failuresIlya Biryukov2019-07-101-2/+3
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-1014-72/+69
* [ARM] Enable VPUSH/VPOP aliases when either MVE or VFP is presentMikhail Maltsev2019-07-103-5/+37
* [docs][llvm-dwarfdump] Normalise some wordingJames Henderson2019-07-101-1/+1
* [clangd] Added highlighting for class and enum types.Johan Vikstrom2019-07-104-16/+98
* [test/Object/nm-trivial-object.test] - Remove 4 precompiled binaries.George Rimar2019-07-105-55/+145
* [SimpleLoopUnswitch] Add a test case exposing a bugSerguei Katkov2019-07-101-0/+25
* [Syntax] Add assertion to catch invalid tokens early. NFCIlya Biryukov2019-07-102-2/+7
* [NFC][AArch64] Fix vector vqtb[lx][1-4]_s8 operandDiogo N. Sampaio2019-07-102-17/+17
* Silence gcc warning by adding parentheses to condition [NFC]Mikael Holmen2019-07-101-3/+3
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-1056-12292/+12292
* Fix modular build issues caused by BitCodes.hKristina Brooks2019-07-101-6/+8
* Revert accidental change to fileAaron Smith2019-07-101-3/+0
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-106-455/+726
* [ubsan][test] Restore float-divide-by-zero testFangrui Song2019-07-101-0/+1
* [analyzer] CastValueChecker: Remove a dump()Csaba Dabis2019-07-101-1/+0
* [X86] Limit getTargetConstantFromNode to only work on NormalLoads not extendi...Craig Topper2019-07-101-1/+1
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-1018-122/+276
* [Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...Fangrui Song2019-07-108-9/+33
* AMDGPU/GlobalISel: Add support for wide loads >= 256-bitsTom Stellard2019-07-107-37/+767
* [analyzer] CastValueChecker: Model castsCsaba Dabis2019-07-106-5/+354
* Revert "[analyzer] CastValueChecker: Model casts"Csaba Dabis2019-07-096-349/+5
* GlobalISel: Implement lower for G_FCOPYSIGNMatt Arsenault2019-07-095-179/+724
* [analyzer] CastValueChecker: Model castsCsaba Dabis2019-07-096-5/+349
* Revert [clang] DirectoryWatcherReid Kleckner2019-07-0910-1252/+0
* [Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih2019-07-091-0/+2
* [MS] Treat ignored explicit calling conventions as an explicit __cdeclReid Kleckner2019-07-092-4/+63
* [docs][Remarks] Add documentation for remarks in LLVMFrancis Visoiu Mistrih2019-07-093-14/+308
* [X86] Don't form extloads in combineExtInVec unless the load extension is legal.Craig Topper2019-07-091-7/+9
* [clangd] fix assert in test after r365531.Sam McCall2019-07-091-7/+12
* AMDGPU/GlobalISel: Fix legality for G_BUILD_VECTORMatt Arsenault2019-07-0920-199/+604
* [clang] DirectoryWatcherJan Korous2019-07-0910-0/+1252
* [AMDGPU] gfx908 v_pk_fmac_f16 supportStanislav Mekhanoshin2019-07-094-4/+102
* gn build: Merge r365536.Peter Collingbourne2019-07-091-0/+1
* gn build: Merge r365532.Peter Collingbourne2019-07-091-1/+1
* gn build: Merge r365541.Peter Collingbourne2019-07-092-0/+6
* gn build: Merge r365531.Peter Collingbourne2019-07-091-0/+1
* Add lldb type unit support to the release notesPavel Labath2019-07-091-0/+2
OpenPOWER on IntegriCloud