summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [RISCV] Remove duplicated --targetWang Pengcheng2024-04-081-3/+3
* [mlir][vector][NFC] Fix typo temp -> tmp. (#87878)Prashant Kumar2024-04-081-2/+2
* Revert "[ORC] Replace some KV loop variables with structured bindings."Lang Hames2024-04-081-153/+162
* [mlir][bazel] Fix BUILD after a2c4b7c8e2740a83f141dcf06cf50359588190b9.Christian Sigg2024-04-081-0/+5
* [RISCV] Store VLMul/NF into RegisterClass's TSFlagsPengcheng Wang2024-04-084-134/+97
* Revert "[indvars] Missing variables at Og: (#69920)"Nikita Popov2024-04-087-587/+0
* [ORC] Replace some KV loop variables with structured bindings.Lang Hames2024-04-071-162/+153
* [RISCV] Use larger copies when register tuples are alignedPengcheng Wang2024-04-083-192/+169
* [indvars] Missing variables at Og: (#69920)Carlos Alberto Enciso2024-04-087-0/+587
* [CodeGen][DebugInfo] Add missing DebugLoc for SplitCriticalEdge (#72192)Haohai Wen2024-04-082-2/+10
* [RISCV] Expand test coverage of stack offsets between 2^11 and 2^15Philip Reames2024-04-072-0/+566
* [memprof] Fix a typo in writeMemProfV1 (#87890)Kazu Hirata2024-04-072-1/+23
* [ORC] Add an ExecutionSession state verifier.Lang Hames2024-04-072-2/+218
* [clang-format][NFC] Add getNextNonComment() to FormatTokenSource (#87868)Owen Pan2024-04-072-9/+11
* [VPlan] Track IsOrdered in VPReductionRecipe, remove use of ILV (NFCI).Florian Hahn2024-04-074-67/+61
* [memprof] Use static instead of anonymous namespaces (#87889)Kazu Hirata2024-04-071-20/+12
* [cmake] Prevent implicitly passing `-no_exported_symbols` (#87846)Cyndy Ishida2024-04-072-1/+8
* [compiler-rt] Do not add -rpath to linker args on WindowsAlex Richardson2024-04-071-1/+3
* [AArch64] Add test for LD2/LD3/LD4 shuffle cost models. NFCDavid Green2024-04-071-0/+231
* [compiler-rt] Allow running tests without installing firstAlexander Richardson2024-04-077-32/+96
* [SLP]Fix the cost of the reduction result to the final type.Alexey Bataev2024-04-074-18/+35
* [clang][NFC] Remove "Sema" prefix from Sema-related functions (#87914)Vlad Serebrennikov2024-04-076-487/+473
* [clang-tidy] Add fix-its to `readability-avoid-return-with-void-value` check ...Danny Mösch2024-04-078-149/+353
* [libc++][doc] Updates format status page.Mark de Wever2024-04-072-23/+8
* [IR] Fix typo in trunc nuw semantics; NFC (#87285)Jacob Lifshay2024-04-071-1/+1
* [VectorCombine] Add a debug message for foldShuffleOfCastop. NFCDavid Green2024-04-071-0/+4
* [mlir] Add `convertInstruction` and `getSupportedInstructions` to `LLVMImport...Fabian Mora2024-04-076-8/+213
* [mlir][linalg]: Fixed possible memory leak in cloneToCollapsedOp (#87595)Aviad Cohen2024-04-072-4/+7
* [RISCV] Support codegen of vfmv.v.f for bfloat vector with both Zvfbfmin and ...Jianjian Guan2024-04-074-4/+135
* [Bazel] Enable LLVM_VERSION_PRINTER_SHOW_BUILD_CONFIG (for #87585)NAKAMURA Takumi2024-04-072-0/+6
* Fix warnings discovered by #87348 [-Wunused-but-set-variable]NAKAMURA Takumi2024-04-074-1/+4
* [X86] Fix typo: QWORD alignment is greater than or equal to 8, not greater th...AtariDreams2024-04-072-2/+15
* [mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#87870)Matthias Springer2024-04-072-0/+101
* [ValueTracking] Support non-constant idx for `computeKnownFPClass` of `insert...Noah Goldstein2024-04-062-11/+12
* [ValueTracking] Add tests for non-constant idx for fpclass of `insertelement`...Noah Goldstein2024-04-061-0/+19
* [GISel][Combine] Enhance combining on G_BUILD_VECTORdarkbuck2024-04-062-2/+35
* [libc] Adding FP_INT_* macro constants if missing in overlay mode. (#87880)lntue2024-04-061-0/+21
* [libc][math] Update error bound for log1p to compensate for directional round...lntue2024-04-062-3/+5
* Revert "[SLP]Improve minbitwidth analysis for abs/smin/smax/umin/umax intrins...Martin Storsjö2024-04-064-100/+27
* [AArch64] SimplifyDemandedBitsForTargetNode - add AArch64ISD::BICi handling (...Sizov Nikita2024-04-062-4/+30
* [RFC] IR: Support atomicrmw FP ops with vector types (#86796)Matt Arsenault2024-04-0611-11/+1510
* [libc] Move statement inside #ifdef/#endif to prevent unused variable warningGuillaume Chatelet2024-04-061-1/+1
* [libc++][format] P3142R0: Printing Blank Lines with `println` (#87277)Hristo Hristov2024-04-069-4/+156
* [libc] Make `BigInt` bitwise shift consistent with regular integral semantics...Guillaume Chatelet2024-04-063-17/+9
* [libc][NFC] Rename `uint_test` into `big_int_test` for consistency (#87875)Guillaume Chatelet2024-04-063-4/+4
* [libc++] Optimize ranges::minmax (#87335)Nikolas Klauser2024-04-068-1/+100
* [Driver] Add missing include of std::set.Florian Hahn2024-04-061-0/+2
* [LV] Make global_alias.ll test independent of O1 pipeline.Florian Hahn2024-04-061-722/+346
* [libc++] Implement LWG3430 disallow implicit conversion of the source argumen...yronglin2024-04-067-15/+125
* [LV] Add extra tests for induction cost modeling.Florian Hahn2024-04-062-0/+530