summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-102-21/+68
* [lldb] Surpress "bitfield too small" gcc warningPavel Labath2020-01-101-3/+3
* [CodeComplete] Suggest 'return nullptr' in functions returning pointersIlya Biryukov2020-01-102-0/+31
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-104-23/+7
* [lldb/lua] Make convenience_variables.test compatible with lua-5.1Pavel Labath2020-01-101-5/+5
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-1024-147/+698
* [ARM,MVE] Make `vqrshrun` generate the right instruction.Simon Tatham2020-01-102-9/+9
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-101-0/+1
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-106-6/+54
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2020-01-101-2/+0
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2020-01-101-2/+0
* [X86][AVX] Add tests for v8f32/v8i32 089abcde and 0189abcd shufflesSimon Pilgrim2020-01-101-0/+118
* Don't use dyn_cast_or_null if we know the pointer is nonnull.Simon Pilgrim2020-01-101-4/+2
* [LV] Silence unused variable warning in Release builds. NFC.Benjamin Kramer2020-01-101-0/+1
* [MIR] Fix cyclic dependency of MIR formatterPeng Guo2020-01-109-33/+27
* XFAIL load_extension.ll test on macOS onlySerge Guelton2020-01-101-1/+1
* [CMake] Support running libc++abi tests in CrossWinToARMLinux cache fileSergej Jaskiewicz2020-01-101-0/+3
* [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATHSergej Jaskiewicz2020-01-101-1/+1
* Follow up of 67bf9a6154d4b82c, minor fix in test case, removed duplicate optionSjoerd Meijer2020-01-101-1/+1
* [SVEV] Recognise hardware-loop intrinsic loop.decrement.regSjoerd Meijer2020-01-104-0/+108
* Fix several issues with compiler extensionsserge-sans-paille2020-01-104-36/+35
* [clangd] Fix markdown rendering in VSCodeKadir Cetinkaya2020-01-102-11/+12
* [clangd] Improve type printing in hoverKadir Cetinkaya2020-01-102-15/+36
* [NFC] [PowerPC] Add isPredicable for basic instrsQiu Chaofan2020-01-104-34/+21
* Allow system header to provide their own implementation of some builtinserge-sans-paille2020-01-106-1/+58
* Restore order in clang-tidy section of release notesHans Wennborg2020-01-101-49/+61
* [LV] VPValues for memory operation pointers (NFCI)Gil Rapaport2020-01-105-104/+141
* [Syntax] Update comment, remove stale FIXME. NFCIlya Biryukov2020-01-101-3/+3
* clang-tidy doc - remove the widthsSylvestre Ledru2020-01-101-2/+0
* [xray] Remove cl::sub from alias optionsShoaib Meenai2020-01-096-78/+41
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-0917-1/+263
* fix another typo to cycle botsNico Weber2020-01-091-1/+1
* fix a few typos to cycle the botsNico Weber2020-01-094-8/+8
* [NFC] Style cleanupShengchen Kan2020-01-101-9/+10
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2020-01-0912-154/+280
* Relax opcode checks in test for G_READCYCLECOUNTER to check for only a number...Douglas Yung2020-01-091-1/+1
* AMDGPU/GlobalISel: Select G_EXTRACT_VECTOR_ELTMatt Arsenault2020-01-097-10/+2188
* AMDGPU/GlobalISel: Fix G_EXTRACT_VECTOR_ELT mapping for s-v caseMatt Arsenault2020-01-093-26/+103
* [ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...Fangrui Song2020-01-092-1/+8
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-092-1/+161
* [AMDGPU] Fix bundle schedulingStanislav Mekhanoshin2020-01-0919-31/+92
* [lldb] Remove spurious fileJonas Devlieghere2020-01-091-51/+0
* AVR: Update for getRegisterByName changeMatt Arsenault2020-01-092-3/+3
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-0921-172/+204
* [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.River Riddle2020-01-092-1/+12
* [lldb/Lua] Add lua typemaps for INOUT paramsJonas Devlieghere2020-01-092-0/+2
* TableGen/GlobalISel: Fix pattern matching of immarg literalsMatt Arsenault2020-01-098-30/+140
* TableGen/GlobalISel: Add way for SDNodeXForm to work on timmMatt Arsenault2020-01-0914-38/+234
* GlobalISel: Handle llvm.read_registerMatt Arsenault2020-01-097-2/+59
* DAG: Don't use unchecked dyn_castMatt Arsenault2020-01-091-4/+4
OpenPOWER on IntegriCloud