aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-03[𝘀𝗽𝗿] changes introduced through rebaseusers/avillega/main.clangd-migrate-command-line-option-parsin-to-opttableAndrés Villegas231-8666/+9206
2024-01-03[𝘀𝗽𝗿] changes to main this commit is based onAndrés Villegas2441-94442/+268059
2023-12-12[NFC][InstrProf] Rename internal `InstrProfiling` to `InstrLowerer` (#75139)Mircea Trofin1-38/+38
2023-12-12[X86] avx512-vbroadcast.ll - fix orphan check prefixesSimon Pilgrim1-2/+2
2023-12-12[coroutines] Use DILocation from new storage for hoisted dbg.declare (#75104)Wei Wang2-15/+20
2023-12-12[AMDGPU] CodeGen for GFX12 64-bit scalar add/sub (#75070)Jay Foad7-112/+1833
2023-12-12[ORC][MachO] For convenience, make MachOPlatform ref available to subclasses.Lang Hames1-2/+2
2023-12-12[gn build] Port 6a6646749900LLVM GN Syncbot1-0/+1
2023-12-12[RegAllocFast] NFC cleanups (#74860)Nick Desaulniers1-35/+30
2023-12-12[Transforms] Fix a warningKazu Hirata1-0/+1
2023-12-12[readtapi] Cleanup printing command line options (#75106)Cyndy Ishida3-13/+26
2023-12-12[C API] Add getters and setters for fast-math flags on relevant instructions ...Benji Smith6-0/+350
2023-12-12[RemoveDIs] Fold variable into assert, it's only used once. NFCBenjamin Kramer1-2/+1
2023-12-12[RemoveDI] Handle DPValues in SROA (#74089)Orlando Cazalet-Hyams13-33/+67
2023-12-12[AArch64][GlobalISel] Test Pre-Commit for Look into array's elementTuan Chuong Goh1-26/+295
2023-12-12[RemoveDIs] Handle DPValues in replaceDbgDeclare (#73507)Orlando Cazalet-Hyams4-9/+19
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston10-57/+752
2023-12-12[X86][GlobalISel] Add instruction selection for G_SELECT (#70753)Evgenii Kudriashov5-89/+835
2023-12-12[AMDGPU] Remove unused function splitScalar64BitAddSubJay Foad2-77/+0
2023-12-12[LLVM][DWARF] Add compilation directory and dwo name to TU in dwo section (#7...Alexander Yermolovich4-8/+41
2023-12-12[RemoveDIs] Update ConvertDebugDeclareToDebugValue after #72276 (#73508)Orlando Cazalet-Hyams1-13/+27
2023-12-12[RemoveDIs] Fix removeRedundantDdbgInstrs utils for dbg.declares (#74102)Orlando Cazalet-Hyams1-0/+14
2023-12-12Reapply "[RemoveDIs][NFC] Find DPValues using findDbgDeclares (#73500)"OCHyams4-27/+25
2023-12-12Revert "[RemoveDIs][NFC] Find DPValues using findDbgDeclares (#73500)"OCHyams3-21/+27
2023-12-12[AMDGPU] Turn off clang-format in moveToVALU (#75188)Piotr Sobczak1-0/+5
2023-12-12[LVI] Don't return optional from getEdgeValueLocal() (NFC)Nikita Popov1-13/+8
2023-12-12[RemoveDIs] Handle DPValues in LowerDbgDeclare (#73504)Orlando Cazalet-Hyams13-17/+43
2023-12-12[LVI] Move bulk of getConstantRangeAtUse() implementation into Impl (NFC)Nikita Popov1-43/+52
2023-12-12[AMDGPU] Miscellaneous clang-format changes (#75186)Jay Foad3-19/+22
2023-12-12[LVI] Reuse LatticeValue to ConstantRange conversion moreNikita Popov1-30/+13
2023-12-12[RemoveDIs][NFC] Find DPValues using findDbgDeclares (#73500)Orlando Cazalet-Hyams3-27/+21
2023-12-12[LVI] Don't require DataLayout in getConstantRangeOrFull() (NFC)Nikita Popov1-5/+6
2023-12-12[X86] Set MaxAtomicSizeInBitsSupported. (#75112)James Y Knight6-195/+299
2023-12-12[TableGen] Use getSizeInBits (#75157)Wang Pengcheng1-19/+19
2023-12-12[LVI] Drop bitcast handling (NFCI)Nikita Popov1-6/+0
2023-12-12[LVI] Require UndefAllowed argument to getConstantRangeAtUse() (NFC)Nikita Popov2-3/+5
2023-12-12[DebugInfo][RemoveDIs] Handle dbg.declares in SelectionDAGISel (#73496)Orlando Cazalet-Hyams26-52/+134
2023-12-12[NFC][DSE] Fix typo comment in eliminateDeadStores (#75166)Nabeel Omer1-1/+1
2023-12-12[CVP] Don't use undef range for LHS of div/rem transformsNikita Popov2-6/+12
2023-12-12[CVP] Add test for invalid use of undef range in urem transform (NFC)Nikita Popov1-0/+68
2023-12-12[X86] canonicalizeShuffleWithBinOps - generalize to handle some unary opsSimon Pilgrim2-31/+49
2023-12-12[CVP] Don't use undef ranges in willNotOverflow()Nikita Popov2-5/+6
2023-12-12[CVP] Add test for invalid use of undef range for saturating insts (NFC)Nikita Popov1-6/+35
2023-12-12[LVI] Make UndefAllowed argument of getConstantRange() requiredNikita Popov3-3/+5
2023-12-12[AMDGPU] Update VOP instructions for GFX12 (#74853)Mariusz Sikora101-1179/+179367
2023-12-12[X86] X86FixupVectorConstants - create f32/f64 broadcast constants if the sou...Simon Pilgrim2-5/+5
2023-12-12[CVP] Don't allow undef range when inferring nowrap flagsNikita Popov2-4/+5
2023-12-12[CVP] Add test for incorrect use of range with undef (NFC)Nikita Popov1-0/+36
2023-12-12[CVP] Regenerate test checks (NFC)Nikita Popov1-36/+236
2023-12-12[TableGen][NFC] Remove leading spaceswangpc1-17/+17