aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19[𝘀𝗽𝗿] changes to main this commit is based onusers/koachan/spr/main.sparcias-enable-parseforallfeatures-in-matchoperandparserimplKoakuma6-24/+34
2024-06-09GlobalISel: Remove faulty assert in buildAtomicRMW opMatt Arsenault1-1/+0
2024-06-10[InstCombine] Fix missing argument typo in `InstCombinerImpl::foldICmpShlCons...Yingwei Zheng2-3/+35
2024-06-09[RISCV] Cleanup some Constraint parameters in RISCVInstrInfoVPseudos.td. NFCCraig Topper1-83/+83
2024-06-09[ProfileData] Use ArrayRef instead of const std::vector<T> & (NFC) (#94878)Kazu Hirata2-6/+4
2024-06-09[clang] NFC: add new cwg2398 testsMatheus Izvekov1-0/+112
2024-06-09[Instrumentation] Remove an extraneous ArrayRef (NFC) (#94890)Kazu Hirata1-2/+1
2024-06-09[libc++][TZDB] Implements time_zone get_info(local_time). (#89537)Mark de Wever5-0/+1462
2024-06-09[SPARC][IAS] Add movr(n)e alias for movr(n)zKoakuma2-0/+10
2024-06-09[SPARC][IAS] Handle the case of non-4-byte aligned writeNopDataKoakuma1-3/+5
2024-06-09Use StringRef::starts_with (NFC) (#94886)Kazu Hirata3-9/+5
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