summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rebase after landing #72566upstream/users/fhahn/passes-disable-code-sinking-in-instcombine-early-onFlorian Hahn2023-11-17181-2107/+8110
|\
| * [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/fhahn/main.passes-disable-code-sinking-in-instcombine-early-onJacek Caban2023-11-17181-2107/+8110
| |\
| | * [lld][COFF][NFC] Factor out exception table sorting. (#72518)Jacek Caban2023-11-171-29/+41
| | * Add llvm-dlltool to the toolchain list (#72563)Matheus Izvekov2023-11-171-0/+1
| | * [include-cleaner] Add regression tests for outliving File&Source ManagerKadir Cetinkaya2023-11-171-0/+30
| | * [X86] vec_fabs.ll - regenerate checks and add common AVX512 prefixesSimon Pilgrim2023-11-171-82/+4169
| | * [X86] vec_fabs.ll - sort tests into 128/256/512-bit vector typesSimon Pilgrim2023-11-171-80/+91
| | * [flang][RFC] Adding a design document for assumed-rank objects (#71959)jeanPerier2023-11-172-0/+689
| | * [X86] getTargetConstantBitsFromNode - bail if we're loading from a constant v...Simon Pilgrim2023-11-172-0/+29
| | * [InstCombine] Pass InstCombineOptions instead of separate flags (NFC). (#72566)Florian Hahn2023-11-171-11/+7
| | * [mlir] Apply ClangTidy fixAdrian Kuegel2023-11-171-1/+0
| | * [ValueTracking] Remove handling of KnownBits assumptions with invertNikita Popov2023-11-172-60/+1
| | * [mlir][emitc] Rename `call` op to `call_opaque` (#72494)Marius Brehler2023-11-1717-128/+132
| | * [MC] Fix compression header size check in ELF writerFangrui Song2023-11-173-3/+10
| | * [include-cleaner] Make sure exports of stdlib also works for physical files (...kadir çetinkaya2023-11-172-14/+6
| | * [SCEV][LV] Invalidate LCSSA exit phis more thoroughly (#69909)Nikita Popov2023-11-174-1/+138
| | * [ELF][test] gitBitcodeMachineKind: test EM_ARMFangrui Song2023-11-171-0/+59
| | * [Docs][llvm-exegesis] Fix minor issues in llvm-exegesis docsAiden Grossman2023-11-161-6/+7
| | * [BOLT][NFC] Delete unused declarations (#72596)Maksim Panchenko2023-11-161-2/+0
| | * [clang] Add bitint classification for __builtin_classify_type (#72036)Timm Baeder2023-11-174-3/+16
| | * [clang][Interp] Implement __builtin_bitreverse (#71687)Timm Baeder2023-11-172-67/+147
| | * [clang][Interp][NFC] Properly implement IntegralAP::from(IntegralAP)Timm Bäder2023-11-171-1/+6
| | * [InstCombine] Preserve NSW flags for neg instructions (#72548)Yingwei Zheng2023-11-173-13/+13
| | * Remove unused LoopInfo from InlineSpiller and SpillPlacement (NFC) (#71874)Matthias Braun2023-11-164-16/+4
| | * [ELF] Make some InputSection/InputFile member functions const. NFCFangrui Song2023-11-164-17/+20
| | * [libc++][NFC] Fix include guard for simd helper headerLouis Dionne2023-11-161-3/+3
| | * [NFC] Remove outdated comment (#72591)Tacet2023-11-161-1/+0
| | * Remove deprecated warning from cmake files (#72595)Tacet2023-11-162-10/+0
| | * [SLP][NFC]Fix comparison of integers of different signs warning, NFC.Alexey Bataev2023-11-161-1/+1
| | * Revert "[flang][OpenMP] Add semantic check for declare target" (#72592)Shraiysh2023-11-1622-803/+21
| | * [mlir][sparse] implement direct IR alloc/empty/new for non-permutations (#72585)Aart Bik2023-11-166-121/+128
| | * [ORC-RT] Add missing cstdint include.Lang Hames2023-11-161-0/+1
| | * [flang][openacc] Add ability to link acc.declare_enter with acc.declare_exit ...Valentin Clement (バレンタイン クレメン)2023-11-165-36/+64
| | * [mlir][spirv] Fix VectorShuffle assembly format (#72568)Jakub Kuderski2023-11-165-18/+17
| | * [SLP][NFC]Add TreeEntry-based add member functions and use them, whereAlexey Bataev2023-11-161-8/+15
| | * [mlir][sparse] Use variable instead of inlining sparse encoding (#72561)Yinying Li2023-11-1649-1040/+1075
| | * [ASan] AddressSanitizerPass constructor should honor the AsanCtorKind argumen...Usama Hameed2023-11-161-2/+4
| | * [C-API] Fix typo in comment.Lang Hames2023-11-161-1/+1
| | * [ORC-RT] Add bitmask-enum and bit_ceil utilities to the ORC runtime.Lang Hames2023-11-164-0/+306
| | * [ORC] Fix some typos in comments in MachOPlatform.Lang Hames2023-11-161-3/+3
| | * [SLP][NFC]Make needToDelay constant, NFC.Alexey Bataev2023-11-161-1/+1
| | * [Driver][NFC] A bit more const for OpenBSD and DragonFlyBrad Smith2023-11-152-11/+11
| | * [flang][OpenMP] Add semantic check for declare target (#71861)Shraiysh2023-11-1622-21/+803
| | * [SampleProfileProbe] Downgrade probes too large from error to warning. (#72574)Davide Italiano2023-11-161-1/+2
| | * [clang-format] Handle lambdas in QualifierAlignment (#72456)Owen Pan2023-11-163-3/+19
| | * [libc++] Fixes lit portability issues. (#72435)Mark de Wever2023-11-161-2/+2
| | * [RISCV] Fix typo in a test and regen another to reduce test diffPhilip Reames2023-11-162-15/+16
| | * [mlir][sparse] code cleanup (remove dead code related to filter loop). (#72573)Peiming Liu2023-11-166-139/+38
| | * [lldb] Add interface to check if UserExpression::Parse() is cacheable (#66826)Augusto Noronha2023-11-162-0/+9
| | * [RISCV] Further expand coverage for insert_vector_elt patternsPhilip Reames2023-11-162-0/+279