summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang-tidy] Refresh the add_new_check.py now that we use a table + autofixSylvestre Ledru2020-01-091-12/+67
* [libc++] Explicitly enumerate std::string external instantiations.Eric Fiselier2020-01-094-4/+62
* [mlir] NFC: Move the state for managing SSA value names out of OperationPrint...River Riddle2020-01-091-510/+571
* MipsDelaySlotFiller: Update registers def-uses for BUNDLE instructionsAlex Richardson2020-01-092-2/+114
* Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Alex Richardson2020-01-092-6/+12
* [X86] Add ueq/one fp128 quiet compare tests. NFCCraig Topper2020-01-092-2/+230
* [GlobalISel][AArch64] Import + select LDR*roW and STR*roW patternsJessica Paquette2020-01-094-46/+665
* [clang] Enforce triple in mempcpy testserge-sans-paille2020-01-091-1/+1
* [ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...Eric Astor2020-01-0910-97/+101
* [X86] AMD Znver2 (Rome) Scheduler enablementGanesh Gopalasubramanian2020-01-1059-8/+14151
* [PowerPC] The VK_PLT symbolref modifier is only used on 32-bit ELF. [NFC]Sean Fertile2020-01-091-2/+2
* [demangle] Copy back some NFC commits from LLVMErik Pilkington2020-01-092-8/+8
* [TargetLowering][X86] TeachSimplifyDemandedBits to handle cases where only th...Craig Topper2020-01-092-49/+67
* [Support][NFC] Add an explicit unit test for Process::getPageSize()Bruno Ricci2020-01-091-0/+38
* [x86] add tests for 2-way splat copy; NFCSanjay Patel2020-01-091-0/+190
* [SystemZ] Fix matching another pattern for nxgrk (PR44496)Ulrich Weigand2020-01-092-2/+29
* [lldb/SWIG] Undo incorrect substitutionJonas Devlieghere2020-01-091-1/+1
* [Support][NFC] Make some helper functions "static" in Memory.incBruno Ricci2020-01-092-11/+3
* [NFC,format] Sort switch cases alphabeticallySimon Moll2020-01-091-133/+133
* [Support][NFC] Add a comment about the semantics of MF_HUGE_HINT flagBruno Ricci2020-01-091-0/+11
* [Clang] Handle target-specific builtins returning aggregates.Simon Tatham2020-01-092-3/+65
* [lldb/SWIG] Fix capitalization for case sensitive file systems.Jonas Devlieghere2020-01-091-4/+4
* [clangd] Adjust diagnostic range to be inside main fileKadir Cetinkaya2020-01-092-8/+43
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-0980-18/+17
OpenPOWER on IntegriCloud