summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* GlobalISel: Fix else after returnMatt Arsenault2020-01-091-3/+9
* CodeGen: Use LLT instead of EVT in getRegisterByNameMatt Arsenault2020-01-0922-27/+32
* [AArch64][GlobalISel] Implement selection of <2 x float> vector splat.Amara Emerson2020-01-095-13/+107
* [mlir] add a missing dependency for Linalg conversionEric Schweitz2020-01-091-0/+1
* [mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa2020-01-095-7/+66
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-0913-11/+1025
* Add gdb pretty printer for MutableArrayRef, remove ConstArrayRef.Christian Sigg2020-01-091-1/+1
* GlobalISel: Move getLLTForMVT/getMVTForLLTMatt Arsenault2020-01-094-22/+26
* TableGen/GlobalISel: Address fixmeMatt Arsenault2020-01-093-6/+14
* GlobalISel: Don't assert on MoreElements creating vectorsMatt Arsenault2020-01-091-5/+7
* AMDGPU/GlobalISel: Fix argument lowering for vectors of pointersMatt Arsenault2020-01-092-16/+134
* AMDGPU/GlobalISel: Widen 16-bit shift amount sourcesMatt Arsenault2020-01-094-81/+96
* phab doc: Replace or remove references to svnSylvestre Ledru2020-01-091-7/+6
* phab doc: also document 'arc land'Sylvestre Ledru2020-01-091-0/+6
* phab doc: remove the svn sectionSylvestre Ledru2020-01-091-14/+0
* [clangd] Handle DeducedTemplateSpecializationType in TargetFinderNathan Ridge2020-01-092-1/+40
OpenPOWER on IntegriCloud