summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-11[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/updated-commandlineargumentreferencemd-1shawbyoung
2024-06-11[𝘀𝗽𝗿] changes to main this commit is based onusers/shawbyoung/spr/main.updated-commandlineargumentreferencemd-1shawbyoung
2024-06-09[mlir][Transforms][NFC] Improve dialect conversion documentation (#94736)Matthias Springer
2024-06-09[clang-tidy] Ignore non-math operators in readability-math-missing-parenthese...Piotr Zegar
2024-06-09[clang][Interp][NFC] Refactor lvalue-to-rvalue conversion codeTimm Bäder
2024-06-09[SPARC][IAS] Add aliases for %asr20-21 as defined in JPS1Koakuma
2024-06-09[SPARC][IAS] Add support for %uhi and %ulo extensionsKoakuma
2024-06-09[SPARC][IAS] Add GNU extension for `addc`Koakuma
2024-06-08[MC] Simplify Sec.getFragmentList().insert(Sec.begin(), F). NFCFangrui Song
2024-06-09[clang][NFC] Update CWG issues listVlad Serebrennikov
2024-06-08[InstCombine] Propagate flags when folding consecutative shiftsNoah Goldstein
2024-06-08[InstCombine] Add tests for propagating flags when folding consecutative shif...Noah Goldstein
2024-06-09[mlir][nfc] Sort test passes registration (#94201)Ivan Butygin
2024-06-08[ProfileData] Simplify calls to readNext in readBinaryIdsInternal (NFC) (#94862)Kazu Hirata
2024-06-08[VPlan] Mark FirstOrderRecurrenceSplice as not having side-effects.Florian Hahn
2024-06-09[RISCV][GISel] Add calling convention support for half (#94110)Yingwei Zheng
2024-06-08[VPlan] Check if only first part is used for all per-part VPInsts.Florian Hahn
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta
2024-06-08[ProfileData] Use default member initialization (NFC) (#94860)Kazu Hirata
2024-06-08[RISCV][MC] Implicit 0-offset aliases for JR/JALR (#94688)Sam Elliott
2024-06-08[libc++][NFC] Simplify the implementation of `__promote` (#81379)Nikolas Klauser
2024-06-08[memprof] Remove redundant virtual (NFC) (#94858)Kazu Hirata
2024-06-08[ProfileData] Use a range-based for loop (NFC) (#94856)Kazu Hirata
2024-06-08[memprof] Make Version3 officially available (#94837)Kazu Hirata
2024-06-08[X86] Support ATOMIC_LOAD_FP_BINOP_MI for other binops (#87524)AtariDreams
2024-06-08[Reassociate] Use uint64_t for repeat count (#94232)Yingwei Zheng
2024-06-08[DAGCombine] Fix miscompilation caused by PR94008 (#94850)Yingwei Zheng
2024-06-08[llvm] Remove useless headers in example BrainF (#93701)FantasqueX
2024-06-08[SimplifyCFG] Don't use a mask for lookup tables generated from switches with...DaPorkchop_
2024-06-08Enable LLDB tests in Linux pre-merge CI (#94208)Vlad Serebrennikov
2024-06-08lld/test: Make sure removing %t at firstNAKAMURA Takumi
2024-06-08[compiler-rt] Replace deprecated aligned_storage with aligned byte array (#94...Marc Auberer
2024-06-08[SDISel][Combine] Constant fold FP16_TO_FP (#94790)Quentin Colombet
2024-06-08[clang] Report erroneous floating point results in _Complex math (#90588)Timm Baeder
2024-06-08[mlir][Transforms][NFC] `GreedyPatternRewriteDriver`: Use composition instead...Matthias Springer
2024-06-08[SystemZ] Fix handling of triples.Jonas Paulsson
2024-06-08[Support] Do not use `llvm::size` in `getLoopPreheader` (#94540)Ben Barham
2024-06-07[RISCV] Remove unnecessary setting of parameter with same default value. NFCCraig Topper
2024-06-07[RISCV] Replace VPseudoBinaryFV_VV with VPseudoBinaryV_VV. NFCCraig Topper
2024-06-08Revert "[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section" (#94843)Daniil Kovalev
2024-06-08[lldb] Remove redundant c_str() calls in stream output (NFC) (#94839)Shivam Gupta
2024-06-07[RISCV] Remove unused defaults for sew paramters in tablegen. NFCCraig Topper
2024-06-07[RISCV] Remove many ImmType parameters from tablegen classes. NFCCraig Topper
2024-06-07[CMake] Update CMake cache file for the ARM/Aarch64 cross toolchain builds. N...Vladimir Vereschaka
2024-06-07[HLSL] Use llvm::Triple::EnvironmentType instead of HLSLShaderAttr::ShaderTyp...Helena Kotas
2024-06-07[dfsan] Fix release_shadow_space.c (#94770)Thurston Dang
2024-06-08[mlir] Handle the newly-added "Reserved" FramePointerKind for 1a5239251ead73e...Jie Fu
2024-06-07[workflows] Add post-commit job that periodically runs the clang static analy...Tom Stellard