aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[X86] combineConcatVectorOps - handle the load combines in the same placeSimon Pilgrim1-19/+22
2023-12-08[libc][NFC] Clean up conversion warnings in math function implementations. (#...lntue8-12/+14
2023-12-08[InstCombine] Relax one-use check for icmp of gep foldNikita Popov2-4/+4
2023-12-08[InstCombine] Add some more multi-use icmp gep folding tests (NFC)Nikita Popov1-0/+46
2023-12-08[libc++][NFC] Move 32-bit pointer Lit feature check where it belongsLouis Dionne1-12/+12
2023-12-08[flang] Fix length handling in character kind implicit conversion (#74586)jeanPerier2-1/+32
2023-12-08[OpenACC][NFC] Change Readonly token check to use isSpecialTokenKinderichkeane1-2/+4
2023-12-08[NFC][LLVM] clang-format "struct ValID" within LLParser.h.Paul Walker1-9/+16
2023-12-08[clang][Interp] Implement builtin_expect (#69713)Timm Baeder3-0/+61
2023-12-08[lldb][test] Disable image lookup colour test on Mac OSDavid Spickett1-0/+3
2023-12-08[lldb][test] Disable image lookup colour test on WindowsDavid Spickett1-0/+3
2023-12-08[lldb][test] Don't check line number in image lookup colour testDavid Spickett1-1/+1
2023-12-08[NVPTX] Fix a typo that makes the output invalid PTXBenjamin Kramer2-1/+11
2023-12-08[AMDGPU] Add GFX11 test coverage to integer-mad-patterns.llJay Foad1-0/+1363
2023-12-08[Clang] Emit TBAA info for enums in C (#73326)David Sherwood3-1/+123
2023-12-08[GlobalISel] Fix comment on buildIsFPClassJay Foad1-1/+1
2023-12-08[AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300)Saiyedul Islam15-72/+171
2023-12-08[X86] combineLoad - consistently use cast<MemSDNode>. NFCI.Simon Pilgrim1-3/+3
2023-12-08[VPlan] Compute scalable VF in preheader for induction increment. (#74762)Florian Hahn60-1122/+1138
2023-12-08[mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.inMehdi Amini1-0/+1
2023-12-08[llvm-exegesis]Allow clients to do their own snippet running error ha… (#74...Clement Courbet3-13/+19
2023-12-08[LoopUnroll] Make use of MaxTripCount for loops with "#pragma unroll" (#74703)XiangZhang2-2/+942
2023-12-08[X86] canonicalizeBitSelect - always use VPTERNLOGD for sub-32bit typesSimon Pilgrim29-398/+381
2023-12-08[lldb] Add missing nullptr checks when colouring symbol outputDavid Spickett2-6/+14
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir010213-35/+239
2023-12-08 [DAG] isSplatValue - node is a splat if all demanded elts have the same whol...Simon Pilgrim13-2347/+2321
2023-12-08[flang][CodeGen] add nsw to address calculations (#74709)Tom Eccles6-104/+115
2023-12-08[VPlan] Print flags for VPWidenCastRecipe.Florian Hahn2-17/+16
2023-12-08Reapply "[lldb][test] TestLocationListLookup.py: skip expr check on unsupport...Mikhail Goncharov1-7/+20
2023-12-08Revert "[lldb][test] TestLocationListLookup.py: skip expr check on unsupporte...Mikhail Goncharov1-20/+7
2023-12-08[RISCV][NFC] Use raw_svector_ostream to construct key of SubtargetMap (#72964)Wang Pengcheng1-7/+2
2023-12-08[X86] LowerBUILD_VECTOR - don't use insert_element(constant, elt, idx) if we ...Simon Pilgrim2-0/+69
2023-12-08[AMDGPU] Fix GCNUpwardRPTracker: max register pressure on defs. (#74422)Valery Pykhtin3-135/+112
2023-12-08[InstCombine] Generalize folds for inversion of icmp operands (#74317)Nikita Popov6-71/+50
2023-12-08[LV] Add support for linear arguments for vector function variants (#73941)Graham Hunter2-15/+53
2023-12-08[lldb][test] TestLocationListLookup.py: skip expr check on unsupported platfo...Michael Buch1-7/+20
2023-12-08LoopVectorize/test: fix opt invocations with -march (NFC) (#74462)Ramkumar Ramachandra2-4/+2
2023-12-08MIRLangRef: fix llc invocation lines to write output (#74104)Ramkumar Ramachandra1-2/+2
2023-12-08[mlir][linalg] Expose getPreservedProducerResults method from ElementwiseOpFu...Amir Bishara2-11/+24
2023-12-08[DomCondCache] Remove unused variable (NFC)Nikita Popov1-2/+1
2023-12-08[ValueTracking] Remove unused argument (NFC)Nikita Popov1-4/+4
2023-12-08Revert "[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants" (#74816)Daniil Kovalev11-302/+26
2023-12-08Fix argument name of GEPOp builder (#74810)xiaoleis-nv1-2/+2
2023-12-08 [clang][NFC] Refactor expected directives in C++ DRs 700-1999 (#74767)Vlad Serebrennikov14-859/+1530
2023-12-08[lldb][Symbol] Make sure we decrement PC before checking location list (#74772)Michael Buch5-35/+34
2023-12-08[LoongArch] Mark ISD::FNEG as legalwanglei5-0/+68
2023-12-08Add opt with ctlz and shifts of power of 2 constants (#74175)Sizov Nikita2-0/+268
2023-12-07[AMDGPU] Use isNullConstant (NFC)Kazu Hirata1-5/+4
2023-12-08[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#72713)Daniil Kovalev11-26/+302
2023-12-08[LoongArch] Make ISD::FSQRT a legal operation with lsx/lasx feature (#74795)wanglei7-0/+257