aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-17rebase after landing #72566users/fhahn/passes-disable-code-sinking-in-instcombine-early-onFlorian Hahn181-2107/+8110
2023-11-17[𝘀𝗽𝗿] changes introduced through rebaseusers/fhahn/main.passes-disable-code-sinking-in-instcombine-early-onJacek Caban181-2107/+8110
2023-11-17[lld][COFF][NFC] Factor out exception table sorting. (#72518)Jacek Caban1-29/+41
2023-11-17Add llvm-dlltool to the toolchain list (#72563)Matheus Izvekov1-0/+1
2023-11-17[include-cleaner] Add regression tests for outliving File&Source ManagerKadir Cetinkaya1-0/+30
2023-11-17[X86] vec_fabs.ll - regenerate checks and add common AVX512 prefixesSimon Pilgrim1-82/+4169
2023-11-17[X86] vec_fabs.ll - sort tests into 128/256/512-bit vector typesSimon Pilgrim1-80/+91
2023-11-17[flang][RFC] Adding a design document for assumed-rank objects (#71959)jeanPerier2-0/+689
2023-11-17[X86] getTargetConstantBitsFromNode - bail if we're loading from a constant v...Simon Pilgrim2-0/+29
2023-11-17[InstCombine] Pass InstCombineOptions instead of separate flags (NFC). (#72566)Florian Hahn1-11/+7
2023-11-17[mlir] Apply ClangTidy fixAdrian Kuegel1-1/+0
2023-11-17[ValueTracking] Remove handling of KnownBits assumptions with invertNikita Popov2-60/+1
2023-11-17[mlir][emitc] Rename `call` op to `call_opaque` (#72494)Marius Brehler17-128/+132
2023-11-17[MC] Fix compression header size check in ELF writerFangrui Song3-3/+10
2023-11-17[include-cleaner] Make sure exports of stdlib also works for physical files (...kadir çetinkaya2-14/+6
2023-11-17[SCEV][LV] Invalidate LCSSA exit phis more thoroughly (#69909)Nikita Popov4-1/+138
2023-11-17[ELF][test] gitBitcodeMachineKind: test EM_ARMFangrui Song1-0/+59
2023-11-16[Docs][llvm-exegesis] Fix minor issues in llvm-exegesis docsAiden Grossman1-6/+7
2023-11-16[BOLT][NFC] Delete unused declarations (#72596)Maksim Panchenko1-2/+0
2023-11-17[clang] Add bitint classification for __builtin_classify_type (#72036)Timm Baeder4-3/+16
2023-11-17[clang][Interp] Implement __builtin_bitreverse (#71687)Timm Baeder2-67/+147
2023-11-17[clang][Interp][NFC] Properly implement IntegralAP::from(IntegralAP)Timm Bäder1-1/+6
2023-11-17[InstCombine] Preserve NSW flags for neg instructions (#72548)Yingwei Zheng3-13/+13
2023-11-16Remove unused LoopInfo from InlineSpiller and SpillPlacement (NFC) (#71874)Matthias Braun4-16/+4
2023-11-16[ELF] Make some InputSection/InputFile member functions const. NFCFangrui Song4-17/+20
2023-11-16[libc++][NFC] Fix include guard for simd helper headerLouis Dionne1-3/+3
2023-11-16[NFC] Remove outdated comment (#72591)Tacet1-1/+0
2023-11-16Remove deprecated warning from cmake files (#72595)Tacet2-10/+0
2023-11-16[SLP][NFC]Fix comparison of integers of different signs warning, NFC.Alexey Bataev1-1/+1
2023-11-16Revert "[flang][OpenMP] Add semantic check for declare target" (#72592)Shraiysh22-803/+21
2023-11-16[mlir][sparse] implement direct IR alloc/empty/new for non-permutations (#72585)Aart Bik6-121/+128
2023-11-16[ORC-RT] Add missing cstdint include.Lang Hames1-0/+1
2023-11-16[flang][openacc] Add ability to link acc.declare_enter with acc.declare_exit ...Valentin Clement (バレンタイン クレメン)5-36/+64
2023-11-16[mlir][spirv] Fix VectorShuffle assembly format (#72568)Jakub Kuderski5-18/+17
2023-11-16[SLP][NFC]Add TreeEntry-based add member functions and use them, whereAlexey Bataev1-8/+15
2023-11-16[mlir][sparse] Use variable instead of inlining sparse encoding (#72561)Yinying Li49-1040/+1075
2023-11-16[ASan] AddressSanitizerPass constructor should honor the AsanCtorKind argumen...Usama Hameed1-2/+4
2023-11-16[C-API] Fix typo in comment.Lang Hames1-1/+1
2023-11-16[ORC-RT] Add bitmask-enum and bit_ceil utilities to the ORC runtime.Lang Hames4-0/+306
2023-11-16[ORC] Fix some typos in comments in MachOPlatform.Lang Hames1-3/+3
2023-11-16[SLP][NFC]Make needToDelay constant, NFC.Alexey Bataev1-1/+1
2023-11-16[𝘀𝗽𝗿] initial versionFlorian Hahn8-51/+70
2023-11-16[𝘀𝗽𝗿] changes to main this commit is based onFlorian Hahn1-11/+7
2023-11-16[PhaseOrdering] Add tests where early sinking prevents if-conversion.Florian Hahn1-0/+224
2023-11-16[lldb] Add forward declaration for SBWatchpointOptions in SBDefines.hAlex Langford1-0/+1
2023-11-16[runtimes] Add TODO about CXX_STANDARD_REQUIRED being off after review commentLouis Dionne2-3/+3
2023-11-16[RISCV] Fix memory leak in RISCVInstrInfoTest.cpp unittestCraig Topper1-4/+6
2023-11-16Hexagon: Add memw_phys, l2gclean* instructions (#72420)androm3da4-73/+430
2023-11-16[mlir][python] reformat transform ext (#71136)Maksim Levental1-22/+22
2023-11-16LoopVectorize: Set branch_weight for conditional branches (#72450)Matthias Braun3-49/+171