aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-09[𝘀𝗽𝗿] changes introduced through rebaseusers/koachan/spr/main.sparcias-handle-the-case-of-non-4-byte-aligned-writenopdataKoakuma7685-128337/+311468
2024-06-09[SPARC][IAS] Add support for `prefetcha` instructionKoakuma3-0/+42
2024-06-09[SPARC][IAS] Add named prefetch tag constantsKoakuma11-13/+312
2024-06-09[AMDGPU] Swap range metadata to attribute for workitem id. (#94871)Andreas Jonson5-74/+72
2024-06-09[clang][Interp] Reject compound assign operators pre-C++14Timm Bäder3-0/+8
2024-06-09[clang][Interp] Handle __extension__ for complex valuesTimm Bäder2-0/+6
2024-06-09[clang][Interp] Implement ~ operator for complex valuesTimm Bäder2-0/+14
2024-06-09[VPlan] Handle more cases in VPInstruction::onlyFirstPartUsed.Florian Hahn5-30/+20
2024-06-09[DAG] Fold fdiv X, c2 -> fmul X, 1/c2 without AllowReciprocal if exact (#93882)David Green10-239/+200
2024-06-09[DAG] FoldConstantArithmetic - allow binop folding to work with differing bit...Simon Pilgrim3-21/+25
2024-06-09[X86] Trim trailing whitespace to reduce diff in #94845Simon Pilgrim2-8/+8
2024-06-09[clang-tidy] Improve bugprone-multi-level-implicit-pointer-conversion (#94524)Piotr Zegar3-1/+26
2024-06-09[clang-tidy] Extend modernize-use-designated-initializers with new options (#...Piotr Zegar4-6/+41
2024-06-09[clang-tidy] Ignore implicit functions in readability-implicit-bool-conversio...Piotr Zegar3-3/+38
2024-06-09[ARM] vector-store.ll - add big-endian test coverageSimon Pilgrim1-309/+553
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