aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [NFC][clang-tidy] Port rename_check.py to Python3Roman Lebedev2020-12-011-16/+15
* clang/darwin: Use response files with ld64.lld.darwinnewNico Weber2020-12-011-2/+4
* [LV] Epilogue Vectorization with Optimal Control FlowBardia Mahjour2020-12-0112-72/+2076
* [ELF] Error for undefined foo@v1Fangrui Song2020-12-014-19/+51
* [MemCpyOpt] Port to MemorySSANikita Popov2020-12-0110-272/+641
* [ELF] Make foo@@v1 resolve undefined foo@v1Fangrui Song2020-12-014-26/+62
* [ELF][test] Add some tests for versioned symbols in object filesFangrui Song2020-12-011-0/+222
* [X86] Support modifier @PLTOFF for R_X86_64_PLTOFF64Fangrui Song2020-12-014-0/+28
* [InstSimplify] Add tests that fold instructions with poison operands (NFC)Juneyoung Lee2020-12-0223-9/+920
* [MergeICmps] Fix missing split.Clement Courbet2020-12-012-11/+76
* [HIP] Fix static-lib test CHECK bugAaron En Ye Shi2020-12-011-2/+6
* [x86] adjust cost model values for minnum/maxnum with fast-math-flagsSanjay Patel2020-12-013-127/+107
* [DAG] Remove unused variable. NFC.Benjamin Kramer2020-12-011-1/+1
* [ARM] Mark select and selectcc of MVE vector operations as expand.David Green2020-12-012-0/+54
* [InstCombine] canonicalize sign-bit-shift of difference to ext(icmp)Sanjay Patel2020-12-014-32/+56
* [lldb][NFC] Modernize and cleanup TestClassTemplateParameterPackRaphael Isemann2020-12-016-47/+88
* [DAG] Move vselect(icmp_ult, 0, sub(x,y)) -> usubsat(x,y) to DAGCombine (PR40...Simon Pilgrim2020-12-013-80/+66
* [ConstraintElimination] Decompose GEP %ptr, ZEXT(SHL()).Florian Hahn2020-12-012-1/+6
* lld/ELF: Make three rarely-used flags work with --reproduceNico Weber2020-12-011-0/+3
* [RISCV][crt] support building without init_arrayAlexey Baturo2020-12-011-0/+8
* [VE] Add vmul and vdiv intrinsic instructionsKazushi (Jam) Marukawa2020-12-014-0/+2248
* [X86] Add PR48223 usubsat test caseSimon Pilgrim2020-12-011-0/+81
* [InstCombine] Optimize away the unnecessary multi-use sign-extendBhramar Vatsa2020-12-012-2/+35
* [InstCombine] Improve vector undef handling for sext(ashr(shl(trunc()))) fold, 2Roman Lebedev2020-12-013-13/+11
* [OpenMP] libomp: add UNLIKELY hints to rarely executed branchesAndreyChurbanov2020-12-012-18/+18
* [InstCombine] add tests for sign-bit-shift-of-sub; NFCSanjay Patel2020-12-012-1/+136
* Remove rm -f cortex-a57-misched-mla.s; hopefully the bots have all cycled pas...Hans Wennborg2020-12-011-3/+0
* Revert "[InstCombine] Improve vector undef handling for sext(ashr(shl(trunc()...Roman Lebedev2020-12-012-9/+11
* [NFC][InstCombine] sext.ll: @test9: avoid only differently-cased names for va...Roman Lebedev2020-12-011-10/+11
* [InstCombine] Improve vector undef handling for sext(ashr(shl(trunc()))) foldRoman Lebedev2020-12-012-11/+9
* [NFC][InstCombine] Improve vector undef test coverage for sext(ashr(shl(trunc...Roman Lebedev2020-12-011-2/+30
* [InstCombine] Evaluate new shift amount for sext(ashr(shl(trunc()))) fold in ...Roman Lebedev2020-12-012-16/+17
* [NFC][InstCombine] Add PR48343 miscompiled testcaseRoman Lebedev2020-12-011-0/+12
* [NFC][InstCombine] Autogenerate sext.ll test checklinesRoman Lebedev2020-12-011-6/+6
* [SimplifyCFG] FoldBranchToCommonDest: don't require that cmp of br is last in...Roman Lebedev2020-12-012-62/+47
* [NFC][SimplifyCFG] fold-branch-to-common-dest: add tests with cond of br not ...Roman Lebedev2020-12-011-0/+96
* [DAG] Move vselect(icmp_ult, -1, add(x,y)) -> uaddsat(x,y) to DAGCombine (PR4...Simon Pilgrim2020-12-017-359/+182
* [OpenCL] Allow pointer-to-pointer kernel args beyond CL 1.2Sven van Haastregt2020-12-012-8/+38
* [LV] Clamp VF hint when unsafeCullen Rhodes2020-12-013-9/+123
* [InstCombine][X86] Fold addsub intrinsic to fadd/fsub depending on demanded e...Simon Pilgrim2020-12-012-12/+19
* [NFC][CostModel]Extend class IntrinsicCostAttributes to use ElementCount TypeCaroline Concatto2020-12-015-32/+34
* [clang] Enable code completion of designated initializers in Compound Literal...Kadir Cetinkaya2020-12-012-3/+6
* [ConstraintElimination] Decompose GEP %ptr, SHL().Florian Hahn2020-12-012-1/+9
* [VE] Add vadd and vsub intrinsic instructionsKazushi (Jam) Marukawa2020-12-014-0/+2080
* [InstCombine][X86] Add test coverage showing failure to simplify addsub intri...Simon Pilgrim2020-12-011-1/+67
* ExtractValue instruction costsSjoerd Meijer2020-12-012-9/+8
* [AArch64] Update pass pipeline test. NFCDavid Green2020-12-011-1/+1
* [ARM] PREDICATE_CAST demanded bitsDavid Green2020-12-013-9/+9
* [AMDGPU] Simplify some generation checks. NFC.Jay Foad2020-12-011-2/+2
* [gn build] Manually merge 40659cdHans Wennborg2020-12-011-3/+3