summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[unroll] Prune all but first copy of invariant exit"Philip Reames2022-01-034-231/+230
* [ValueTracking][SelectionDAG] Rename ComputeMinSignedBits->ComputeMaxSignific...Craig Topper2022-01-0317-59/+77
* Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata2022-01-03134-184/+244
* Silence a "not all control paths return a value" warning; NFCAaron Ballman2022-01-031-0/+1
* [clangd] Fix windows build after 478863ef58c7f7314e06Sam McCall2022-01-031-1/+2
* [CodeCompletion] Signature help for braced constructor callsSam McCall2022-01-0317-54/+169
* [X86] Improve selection of the mov instruction in FrameLoweringErik Desjardins2022-01-033-119/+120
* [X86] autogen segmented stacks tests (NFC)Erik Desjardins2022-01-033-662/+2186
* [clang-format] respect AfterEnum for enumsMichael Zimmermann2022-01-032-2/+11
* [CodeView] Remove unnecessary property that was commited by accident.Alexandre Ganea2022-01-031-1/+0
* [MSVC] Silence -Wnon-virtual-dtor on DIA APIsAlexandre Ganea2022-01-032-1/+10
* [clang][cmake] Rearrange top-level CMakeLists.txt for D116492John Ericson2022-01-031-22/+24
* [NFC][CMake] Add FOLDER to utility targetsChris Bieneman2022-01-032-1/+9
* [AMDGPU] Use ComputeMinSignedBits and KnownBits::countMaxActiveBits to simpli...Craig Topper2022-01-031-17/+12
* [SimplifyCFG] Make use of ComputeMinSignedBits and KnownBits::getBitWidth. NFCCraig Topper2022-01-031-5/+3
* [unroll] Prune all but first copy of invariant exitPhilip Reames2022-01-034-230/+231
* Remove loop invariant exit conditions from tests in advance of D116496Philip Reames2022-01-032-80/+145
* [libc++][CI] Temporarily disable several Linux jobsLouis Dionne2022-01-031-317/+319
* SIGSEGV in ompt_tsan_dependences with for-orderedRitanyaB2022-01-031-0/+4
* [clangd] Basic IncludeCleaner support for c/c++ standard librarySam McCall2022-01-037-40/+487
* [gn build] Port fe68088d44f7LLVM GN Syncbot2022-01-032-0/+2
* [clangd] Helper for determining member insertion point.Sam McCall2022-01-035-0/+422
* [clangd] Respect .clang-tidy ExtraArgs (-Wfoo only) when producing diagnosticsSam McCall2022-01-032-5/+143
* [clang] Pacify GCC warning. NFC.Michael Liao2022-01-032-2/+3
* [ARM][AArch64] clang support for Armv9.3-ATomas Matheson2022-01-037-3/+60
* [mlir] Remove unnecessary canonicalization from Linalg Detensorize.cppAlexander Belyaev2022-01-037-98/+37
* [CodeCompletion] Signature help for template argument listsSam McCall2022-01-0312-33/+266
* [gn build] Port a8ae6828a98dLLVM GN Syncbot2022-01-031-1/+0
* [lldb] Delete GDBRemoteCommunicationReplayServerPavel Labath2022-01-036-438/+9
* [MLIR] Fix confusing diagnostic during dialect conversionUday Bondhugula2022-01-032-5/+9
* [MLIR] Create add of sub folderWilliam S. Moses2022-01-032-0/+26
* [lldb/qemu] Set qemu's "ld prefix" based on the platform sysrootPavel Labath2022-01-032-0/+10
* [lldb-server/linux] Fix waitpid for multithreaded forksPavel Labath2022-01-033-134/+109
* [CodeExtractor] Remove unnecessary explicit attribute handling (NFC)Nikita Popov2022-01-031-7/+0
* [clang-format] NFC update LLVM overall clang-formatted statusmydeveloperday2022-01-032-513/+887
* [CodeExtractor] Separate function from param/ret attributes (NFC)Nikita Popov2022-01-031-28/+30
* [IR] Allow the 'align' param attr on vectors of pointersFraser Cormack2022-01-033-9/+20
* [ARM][AArch64] Introduce Armv9.3-ALucas Prates2022-01-0314-0/+52
* [AArch64] Adding "armv8.8-a" BC instruction.Simon Tatham2022-01-037-8/+146
* [clang-format] spacesRequiredBetween is not honouring clang-format off/onmydeveloperday2022-01-032-0/+15
* [MLIR] Remove dependency on IR for SimplexGroverkss2022-01-032-5/+0
* [clang-format][NFC] Correct comment about checking merging of blocksGabriel Smith2022-01-031-1/+1
* [clang-format] Add option to explicitly specify a config fileZhao Wei Liew2022-01-036-7/+118
* [clang-format] Support inheriting from more than 1 parents in the fallback caseZhao Wei Liew2022-01-032-29/+35
* [LV] Set loop metadata after VPlan execution (NFC).Florian Hahn2022-01-031-19/+21
* [LoadStoreVectorizer] Check for guaranteed-to-transfer (PR52950)Nikita Popov2022-01-033-8/+79
* [ConstantFold] Drop unused function (NFC)Nikita Popov2022-01-031-17/+0
* [RISCV] Fix the code alignment for GroupFloatVectors. NFCJim Lin2022-01-031-9/+9
* [clang-format] Use get*StyleWithColumns helper. NFC.Marek Kurdej2022-01-031-36/+18
* [ConstantFold] Make icmp of gep fold offset basedNikita Popov2022-01-034-98/+30