Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-21[X86] combineVectorHADDSUB - remove the broken HOP(x,x) merging code (PR51974)llvmorg-13.0.1-rc3llvmorg-13.0.1release/13.xSimon Pilgrim
2022-01-21[CMake] Don't use -fno-semantic-interposition with Clang<=13Fangrui Song
2022-01-21[ARM] Define ComplexPatternFuncMutatesDAGDavid Green
2022-01-19[Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_UNWINDLIB is libunwindFangrui Song
2022-01-15Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"Tom Stellard
2022-01-15[sanitizer] msan build fix on non linux platformsDavid Carlier
2022-01-12[Coroutines] Enhance symmetric transfer for constant CmpInstllvmorg-13.0.1-rc2Chuanqi Xu
2022-01-12[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GCFangrui Song
2022-01-12[InlineCost] model calls to llvm.is.constant* more carefullyNick Desaulniers
2022-01-12ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to signal no callee pop.Tim Northover
2022-01-12Have lit preserve SOURCE_DATE_EPOCHserge-sans-paille
2022-01-08[Clang][Sema] Avoid crashing for va_arg expressions with bool argumentEgor Zhdan
2022-01-08[Clang][CFG] check children statements of asm gotoNick Desaulniers
2022-01-08[InstCombine] Remove attributes after hoisting free above null checkShoaib Meenai
2022-01-07[DIArgList] Re-unique after changing operands to fix non-determinismTeresa Johnson
2022-01-07[RegAllocFast] Fix nondeterminism in debuginfo generationIlya Yanok
2022-01-07[DSE] Fix invalid removal of store instructionMarianne Mailhot-Sarrasin
2022-01-07[DSE] Add test case showing bug PR52774.Marianne Mailhot-Sarrasin
2022-01-05[MachineOutliner] Don't outline functions starting with PATCHABLE_FUNCTION_EN...Fangrui Song
2022-01-05[AArch64][GlobalISel] Fix an crash in RBS due to a new regclass being added.Amara Emerson
2022-01-05[AArch64] Avoid crashing on invalid -Wa,-march= valuesDimitry Andric
2022-01-05[DebugInfo] Check DIEnumerator bit width when comparing for equalityArthur Eubanks
2021-12-23[PowerPC] Define XL-compatible macros only for AIX and LinuxNemanja Ivanovic
2021-12-22[X86] Don't add implicit REP prefix to VIA PadLock xstoreJessica Clarke
2021-12-22[NFC][X86] Add MC tests for all untested VIA PadLock instructionsJessica Clarke
2021-12-22[sanitizer] Disable test incompartible with recert GLIBCVitaly Buka
2021-12-21[sanitizer] Intercept lstat on LinuxVitaly Buka
2021-12-21[msan] Add stat-family interceptors on LinuxNikita Malyavin
2021-12-21[AA] Handle callbr instructions in alias analysisRicky Zhou
2021-12-21[ELF] #undef PPC to support GCC powerpc32 buildFangrui Song
2021-12-21[sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34Vitaly Buka
2021-12-21[asan] Fix "no matching function" on GCCVitaly Buka
2021-12-21[msan] Disabled test failing on new GLIBCVitaly Buka
2021-12-20[Sparc] Create an error when `__builtin_longjmp` is usedTee KOBAYASHI
2021-12-20[LazyCallGraph] Skip blockaddressesArthur Eubanks
2021-12-18workflows: Update workaround for lldb on Mac OSTom Stellard
2021-12-17[compiler-rt] Increase kDlsymAllocPoolSize to fix test failuresMichał Górny
2021-12-17[Passes] Fix relative lookup table converter passGulfem Savrun Yeniceri
2021-12-17[PowerPC] Handle base load with reservation mnemonicNemanja Ivanovic
2021-12-17[ELF][PPC32] Make R_PPC32_PLTREL retain .gotGeorge Koehler
2021-12-16[Support] Attempt to fix deadlock in ThreadGroupAlexandre Ganea
2021-12-15[Analysis] Ignore casts and unary ops for uninitialized valuesBill Wendling
2021-12-15[MC][ELF] Fix accepting abbreviated form with Type changeTobias Burnus
2021-12-15[MC][ELF] Do not error on parsing .debug_* section directive for MIPSSimon Atanasyan
2021-12-15[ELF] Hint -z nostart-stop-gc for __start_ undefined referencesFangrui Song
2021-12-14[libc++] Fix wrongly non-inline basic_string::shrink_to_fitLouis Dionne
2021-12-14[ELF] Do not report undefined weak references in shared librariesIgor Kudrin
2021-11-24[X86][VARARG] Assign MMO earlier to avoid prolog insert point been sunk acros...llvmorg-13.0.1-rc1Phoebe Wang
2021-11-24[X86][NFC] Pre-commit test to show prolog insert problemPhoebe Wang
2021-11-10[SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.Jonas Paulsson