summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenCL][Docs] Rename C++ for OpenCL labelSven van Haastregt2020-01-091-2/+3
* Improve support of GNU mempcpyserge-sans-paille2020-01-096-4/+39
* [NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a functionWhitney Tsang2020-01-098-50/+70
* [lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere2020-01-0910-3/+89
* [lldb/SWIG] Add missing '\' in macros againJonas Devlieghere2020-01-091-2/+2
* [clangd] Respect `--sysroot` argument if it is setDavid Goldman2020-01-091-1/+3
* [libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shar...Sergej Jaskiewicz2020-01-093-3/+33
* [InstCombine] Z / (1.0 / Y) => (Y * Z)@raghesh (Raghesh Aloor)2020-01-092-2/+10
* [ELF][Hexagon] Add support for IE relocationsSid Manning2020-01-093-1/+103
* TableGen: Remove unused codeMatt Arsenault2020-01-091-6/+0
* AMDGPU/GlobalISel: Fix import of integer med3Matt Arsenault2020-01-096-32/+646
* AMDGPU: Eliminate more legacy codepred address space PatFragsMatt Arsenault2020-01-094-93/+24
* AMDGPU: Use new PatFrag system for d16 storesMatt Arsenault2020-01-092-15/+9
* AMDGPU: Use new PatFrag system for d16 load nodesMatt Arsenault2020-01-091-32/+23
* AMDGPU/GlobalISel: Fix import of zext of s16 op patternsMatt Arsenault2020-01-096-15/+143
* AMDGPU/GlobalISel: Add IMMPopCount xformMatt Arsenault2020-01-093-0/+12
* AMDGPU/GlobalISel: Add selectVOP3Mods_nnanMatt Arsenault2020-01-093-0/+20
* AMDGPU/GlobalISel: Add equiv xform for bitcast_fpimm_to_i32Matt Arsenault2020-01-093-0/+17
* AMDGPU/GlobalISel: Fix add of neg inline constant patternMatt Arsenault2020-01-095-1/+139
* TableGen/GlobalISel: Fix slightly wrong generated commentMatt Arsenault2020-01-092-2/+2
* AMDGPU: Add register class to DS_SWIZZLE_B32 patternMatt Arsenault2020-01-091-1/+1
* [ARM,MVE] Add missing IntrNoMem flag on IR intrinsics.Simon Tatham2020-01-091-14/+13
* [ARM,MVE] Fix valid immediate range for vsliq_n.Simon Tatham2020-01-092-1/+94
* IR: remove "else" after "return". NFCI.Tim Northover2020-01-091-2/+2
* [OPENMP]Remove unused code, NFC.Alexey Bataev2020-01-092-102/+2
* [DAGCombiner] reduce extract subvector of concatSanjay Patel2020-01-094-74/+45
* [Concepts] Fix failing test on WindowsSaar Raz2020-01-091-3/+2
* [InstSimplify] select Cond, true, false --> CondSanjay Patel2020-01-092-6/+12
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-0912-61/+82
* [InstCombine] Use minimal FMF in testcase for Z / (1.0 / Y) => (Y * Z); NFCSanjay Patel2020-01-091-2/+2
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-0910-132/+70
* [mlir] fix test failure in EDSC/builder-api-testHiroshi Inoue2020-01-091-3/+4
* [Concepts] Function trailing requires clausesSaar Raz2020-01-0961-469/+2109
* [NFC][ARM] LowOverheadLoop commentsSam Parker2020-01-091-0/+16
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-091-1/+1
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-091-4/+3
OpenPOWER on IntegriCloud