aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-14[SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (#77196)users/koachan/main.sparc-prefer-rdpc-over-call-to-implement-getpcx-for-64-bit-targetKoakuma4-7/+138
2024-01-10[𝘀𝗽𝗿] changes introduced through rebaseKoakuma3-9/+8
2024-01-06[𝘀𝗽𝗿] changes to main this commit is based onKoakuma4-10/+21
2023-11-19[NFC] Fix typos in commentsPhoebe Wang1-2/+2
2023-11-19[clang] Remove unused selStructPtrTy in CGObjCGNU.cpp (NFC)Jie Fu1-2/+0
2023-11-18[clang] Remove ConstantAggregateBuilderBase::addBitCast (NFC)Youngsuk Kim2-35/+24
2023-11-18[DebugInfo][RemoveDIs] Support finding DPValues like dbg.values (#71952)Jeremy Morse5-10/+167
2023-11-18Apply clang-tidy fixes for performance-unnecessary-value-param in IRInterface...Mehdi Amini1-8/+11
2023-11-18Apply clang-tidy fixes for misc-include-cleaner in IRInterfaces.cpp (NFC)Mehdi Amini1-0/+10
2023-11-18Apply clang-tidy fixes for readability-identifier-naming in IRCore.cpp (NFC)Mehdi Amini1-3/+3
2023-11-18Apply clang-tidy fixes for misc-include-cleaner in IRCore.cpp (NFC)Mehdi Amini1-2/+26
2023-11-18Apply clang-tidy fixes for llvm-else-after-return in IRCore.cpp (NFC)Mehdi Amini1-2/+1
2023-11-18Apply clang-tidy fixes for performance-unnecessary-value-param in IRAttribute...Mehdi Amini1-1/+1
2023-11-18[CGObjCMac] Replace calls to ConstantAggregateBuilderBase::addBitCast (NFC)Youngsuk Kim1-17/+11
2023-11-18Revert rGbfbfd1caa4da "[X86] combineLoad - try to reuse existing constant poo...Simon Pilgrim9-1751/+1781
2023-11-18[DAG] Fix ShrinkDemandedOp doxygen description to match behaviour. NFC.Simon Pilgrim2-5/+7
2023-11-18[LV] Don't crash on vector masks during scalar VPReductionRecipe::exec.Florian Hahn2-1/+172
2023-11-18[LV] Retain mask-reversal comment as suggested after e5e71af.Florian Hahn1-1/+4
2023-11-18[RISCV][GISel] Instruction selection for G_JUMP_TABLE and G_BRJT. (#71987)Craig Topper7-0/+1257
2023-11-18[RISCV][GISel] Add s32 G_SELECT instruction select test for RV64. NFCCraig Topper1-0/+30
2023-11-18[Github] Add build Flang docs in CI if autogenerated files change (#72721)Aiden Grossman1-0/+3
2023-11-18[AArch64] Add some testing for BE shuffles. NFCDavid Green1-152/+452
2023-11-18[CGObjCGNU] Remove unneeded method 'CGObjCGNUstep2::EnforceType' (NFC)Youngsuk Kim1-8/+2
2023-11-18[bazel] Port dc4786b4877d67d73d3892c45baf6811af0e6f57Benjamin Kramer1-0/+1
2023-11-18[mlir][affine] Remove unused capturesBenjamin Kramer1-7/+3
2023-11-18[RISCV][GISel] Remove the rv32/rv64 subdirectories for legalizer tests. NFCCraig Topper86-0/+0
2023-11-18[MC] Remove duplicate Contents field from MCLEBFragment.Craig Topper1-3/+1
2023-11-19[mlir][affine] remove divide zero check when simplifer affineMap (#64622) (#6...long.chen8-112/+255
2023-11-18[SelectionDAG] Fix crash for salvaging with indirect debug values (#72645)David Stenberg2-0/+107
2023-11-18[LLVM][DWARF] Add support for monolithic types in .debug_names (#70515)Alexander Yermolovich17-161/+536
2023-11-18[clang-tidy] Improve alternate snake case warnings (#71385)J.C. Moyer4-4/+66
2023-11-18[CodeGen][DebugInfo] Add missing debug info for jump table BB (#71021)HaohaiWen5-17/+24
2023-11-18[llvm][RelLookupTableConverter] Remove no-op ptr-to-ptr bitcast (NFC)Youngsuk Kim1-2/+1
2023-11-18[CGOpenMPRuntimeGPU] Replace unneeded use of CreatePointerBitCastOrAddrSpaceC...Youngsuk Kim1-3/+1
2023-11-18[GreedyRA] Improve RA for nested loop induction variables (#72093)David Green5-25/+62
2023-11-18[Github] Print diff in code format helper (#72742)Aiden Grossman1-0/+4
2023-11-18Change libc++ builder group name to match what I am using in the infraeric1-4/+7
2023-11-18[InstCombine] Infer shift flags with unknown shamt (#72535)Yingwei Zheng34-217/+204
2023-11-18[SimplifyCFG] Add optimization for switches of powers of two (#70977)Daniil3-4/+431
2023-11-17[ELF] -r: rename orphan SHT_REL/SHT_RELA when the relocated input section is ...Fangrui Song3-5/+9
2023-11-17Revert "[mlir][sparse] stress test BSR" (#72735)Mehdi Amini1-178/+0
2023-11-17[clang-format][NFC] Remove a redundant isLiteral() callOwen Pan1-3/+1
2023-11-17[LV] Pre-committing tests for changing loop interleaving count computation (#...Nilanjana Basu2-17/+344
2023-11-17[test][msan] Remove redundant --check-prefixesVitaly Buka1-13/+13
2023-11-17[RISCV][GISel] Allow G_SELECT to have s32 type on RV64.Craig Topper7-72/+162
2023-11-17[msan][aarch64] Improve argument classificationVitaly Buka3-30/+46
2023-11-17[msan][test] Add ptr test caseVitaly Buka1-0/+3
2023-11-17[msan][aarch64] Fix cleanup of unused part of overflow areaVitaly Buka2-25/+31
2023-11-17[AArch64] Simplify legalizer info for G_JUMP_TABLE and G_BRJT. (#71962)Craig Topper2-6/+4
2023-11-17[mlir][sparse] stress test BSR (#72712)Aart Bik1-0/+178