aboutsummaryrefslogtreecommitdiff
path: root/llvm
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 onKoakuma3-9/+20
2023-11-18[DebugInfo][RemoveDIs] Support finding DPValues like dbg.values (#71952)Jeremy Morse5-10/+167
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[AArch64] Add some testing for BE shuffles. NFCDavid Green1-152/+452
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-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[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[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-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[LV] Pre-committing tests for changing loop interleaving count computation (#...Nilanjana Basu2-17/+344
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 Buka2-28/+44
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[X86] Place data in large sections for large code model (#70265)Arthur Eubanks2-5/+6
2023-11-17[msan][x86] Fix shadow if vararg overflow beyond kParamTLSSizeVitaly Buka2-19/+50
2023-11-17[MC][AsmParser] Diagnose improperly nested .cfi framesJon Roelofs2-0/+34
2023-11-17[NFC][msan] Fix formatingVitaly Buka1-1/+0
2023-11-17[msan][x86] Fix shadow for FP80 or long double (#72706)Vitaly Buka2-2/+4
2023-11-17[test][msan] s390x already passes the testVitaly Buka1-0/+3
2023-11-17[SLP][NFC]Make collectValuesToDemote member of BoUpSLP to avoid usingAlexey Bataev1-42/+32
2023-11-17Fix python SyntaxWarnings in check-all output (#72538)Georgios Eleftheriou1-1/+1
2023-11-17Revert "[MC][AsmParser] Diagnose improperly nested .cfi frames"Arthur Eubanks2-34/+0
2023-11-17Revert "[SLP][NFC]Make collectValuesToDemote member of BoUpSLP to avoid using"Arthur Eubanks1-31/+40
2023-11-17[test][msan] Precommit tests for vararg improvements (#72612)Vitaly Buka2-0/+3204
2023-11-17[readtapi] Add Merge functionality (#72656)Cyndy Ishida10-45/+398
2023-11-17[RISCV] Start vslide1down sequence with a dependency breaking splat (#72691)Philip Reames17-331/+303
2023-11-17[NFC][SHT_LLVM_BB_ADDR_MAP] Define and use constructor and accessors for BBAd...Rahman Lavaee4-9/+19
2023-11-18[ValueTracking] Ignore poison values in `computeKnownBits` (#72683)Yingwei Zheng6-30/+30
2023-11-17[NFC][msan] Remove unused parameter from getOriginPtrForVAArgument (#72687)Vitaly Buka1-13/+5
2023-11-17[NFCI][msan] Reduce code duplication by extracting VarArgHelperBaseVitaly Buka1-228/+82
2023-11-17[MC][AsmParser] Diagnose improperly nested .cfi framesJon Roelofs2-0/+34
2023-11-17[llvm][WebAssemblyFixFunctionBitcasts] Remove no-op ptr-to-ptr bitcast (NFC)Youngsuk Kim1-2/+1
2023-11-17Modify llvm-gsymutil lookups to handle overlapping ranges correctly. (#72350)Greg Clayton3-38/+334
2023-11-17Revert "[MC][AsmParser] Diagnose improperly nested .cfi frames"Jon Roelofs2-34/+0
2023-11-17[NFC][SLP] Remove unnecessary DL argument (#72674)Valery Dmitriev1-8/+6
2023-11-17[TargetInstrInfo] enable foldMemoryOperand for InlineAsm (#70743)Nick Desaulniers2-0/+72
2023-11-17Reapply "[DebugInfo] Make DIArgList inherit from Metadata and always unique"Stephen Tozer13-123/+122