aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-11[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/updated-commandlineargumentreferencemdshawbyoung25-85/+540
2024-06-11[𝘀𝗽𝗿] changes to main this commit is based onusers/shawbyoung/spr/main.updated-commandlineargumentreferencemdshawbyoung24-84/+528
2024-06-09[mlir][Transforms][NFC] Improve dialect conversion documentation (#94736)Matthias Springer1-2/+3
2024-06-09[clang-tidy] Ignore non-math operators in readability-math-missing-parenthese...Piotr Zegar2-1/+19
2024-06-09[clang][Interp][NFC] Refactor lvalue-to-rvalue conversion codeTimm Bäder2-19/+20
2024-06-09[SPARC][IAS] Add aliases for %asr20-21 as defined in JPS1Koakuma2-2/+13
2024-06-09[SPARC][IAS] Add support for %uhi and %ulo extensionsKoakuma2-38/+50
2024-06-09[SPARC][IAS] Add GNU extension for `addc`Koakuma2-3/+18
2024-06-08[MC] Simplify Sec.getFragmentList().insert(Sec.begin(), F). NFCFangrui Song3-6/+8
2024-06-09[clang][NFC] Update CWG issues listVlad Serebrennikov1-0/+12
2024-06-08[InstCombine] Propagate flags when folding consecutative shiftsNoah Goldstein2-7/+16
2024-06-08[InstCombine] Add tests for propagating flags when folding consecutative shif...Noah Goldstein1-0/+80
2024-06-09[mlir][nfc] Sort test passes registration (#94201)Ivan Butygin1-34/+34
2024-06-08[ProfileData] Simplify calls to readNext in readBinaryIdsInternal (NFC) (#94862)Kazu Hirata1-6/+1
2024-06-08[VPlan] Mark FirstOrderRecurrenceSplice as not having side-effects.Florian Hahn9-37/+42
2024-06-09[RISCV][GISel] Add calling convention support for half (#94110)Yingwei Zheng3-2/+520
2024-06-08[VPlan] Check if only first part is used for all per-part VPInsts.Florian Hahn5-13/+8
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner10-1/+83
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara14-1/+303
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta4-4/+4
2024-06-08[ProfileData] Use default member initialization (NFC) (#94860)Kazu Hirata2-4/+4
2024-06-08[RISCV][MC] Implicit 0-offset aliases for JR/JALR (#94688)Sam Elliott2-0/+13
2024-06-08[libc++][NFC] Simplify the implementation of `__promote` (#81379)Nikolas Klauser1-4/+38
2024-06-08[memprof] Remove redundant virtual (NFC) (#94858)Kazu Hirata1-2/+2
2024-06-08[ProfileData] Use a range-based for loop (NFC) (#94856)Kazu Hirata1-4/+4
2024-06-08[memprof] Make Version3 officially available (#94837)Kazu Hirata1-1/+2
2024-06-08[X86] Support ATOMIC_LOAD_FP_BINOP_MI for other binops (#87524)AtariDreams2-1/+2326
2024-06-08[Reassociate] Use uint64_t for repeat count (#94232)Yingwei Zheng2-122/+43
2024-06-08[DAGCombine] Fix miscompilation caused by PR94008 (#94850)Yingwei Zheng2-1/+20
2024-06-08[llvm] Remove useless headers in example BrainF (#93701)FantasqueX2-4/+0
2024-06-08[SimplifyCFG] Don't use a mask for lookup tables generated from switches with...DaPorkchop_4-14/+607
2024-06-08Enable LLDB tests in Linux pre-merge CI (#94208)Vlad Serebrennikov3-4/+4
2024-06-08lld/test: Make sure removing %t at firstNAKAMURA Takumi1-0/+1
2024-06-08[compiler-rt] Replace deprecated aligned_storage with aligned byte array (#94...Marc Auberer11-71/+50
2024-06-08[SDISel][Combine] Constant fold FP16_TO_FP (#94790)Quentin Colombet4-8/+9
2024-06-08[clang] Report erroneous floating point results in _Complex math (#90588)Timm Baeder2-33/+55
2024-06-08[mlir][Transforms][NFC] `GreedyPatternRewriteDriver`: Use composition instead...Matthias Springer2-18/+23
2024-06-08[SystemZ] Fix handling of triples.Jonas Paulsson1-2/+6
2024-06-08[Support] Do not use `llvm::size` in `getLoopPreheader` (#94540)Ben Barham1-1/+1
2024-06-07[RISCV] Remove unnecessary setting of parameter with same default value. NFCCraig Topper1-3/+3
2024-06-07[RISCV] Replace VPseudoBinaryFV_VV with VPseudoBinaryV_VV. NFCCraig Topper1-7/+2
2024-06-08Revert "[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section" (#94843)Daniil Kovalev6-216/+47
2024-06-08[lldb] Remove redundant c_str() calls in stream output (NFC) (#94839)Shivam Gupta1-5/+4
2024-06-07[RISCV] Remove unused defaults for sew paramters in tablegen. NFCCraig Topper2-33/+30
2024-06-07[RISCV] Remove many ImmType parameters from tablegen classes. NFCCraig Topper2-35/+31
2024-06-07[CMake] Update CMake cache file for the ARM/Aarch64 cross toolchain builds. N...Vladimir Vereschaka1-14/+31
2024-06-07[HLSL] Use llvm::Triple::EnvironmentType instead of HLSLShaderAttr::ShaderTyp...Helena Kotas4-75/+69
2024-06-07[dfsan] Fix release_shadow_space.c (#94770)Thurston Dang1-4/+10
2024-06-08[mlir] Handle the newly-added "Reserved" FramePointerKind for 1a5239251ead73e...Jie Fu1-1/+4
2024-06-07[workflows] Add post-commit job that periodically runs the clang static analy...Tom Stellard2-0/+129