aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-20[X86] combineVectorHADDSUB - remove the broken HOP(x,x) merging code (PR51974)llvmorg-13.0.1-rc3llvmorg-13.0.1release/13.xSimon Pilgrim2-23/+19
2022-01-20[CMake] Don't use -fno-semantic-interposition with Clang<=13Fangrui Song1-4/+3
2022-01-20[ARM] Define ComplexPatternFuncMutatesDAGDavid Green2-0/+109
2022-01-18[Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_UNWINDLIB is libunwindFangrui Song1-1/+1
2022-01-14Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"Tom Stellard8-26/+0
2022-01-14[sanitizer] msan build fix on non linux platformsDavid Carlier1-0/+1
2022-01-12[Coroutines] Enhance symmetric transfer for constant CmpInstllvmorg-13.0.1-rc2Chuanqi Xu2-35/+128
2022-01-11[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GCFangrui Song8-0/+26
2022-01-11[InlineCost] model calls to llvm.is.constant* more carefullyNick Desaulniers2-0/+63
2022-01-11ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to signal no callee pop.Tim Northover6-27/+46
2022-01-11Have lit preserve SOURCE_DATE_EPOCHserge-sans-paille1-1/+1
2022-01-07[Clang][Sema] Avoid crashing for va_arg expressions with bool argumentEgor Zhdan2-1/+3
2022-01-07[Clang][CFG] check children statements of asm gotoNick Desaulniers5-25/+74
2022-01-07[InstCombine] Remove attributes after hoisting free above null checkShoaib Meenai2-0/+99
2022-01-07[DIArgList] Re-unique after changing operands to fix non-determinismTeresa Johnson3-1/+19
2022-01-07[RegAllocFast] Fix nondeterminism in debuginfo generationIlya Yanok1-1/+2
2022-01-06[DSE] Fix invalid removal of store instructionMarianne Mailhot-Sarrasin2-11/+5
2022-01-06[DSE] Add test case showing bug PR52774.Marianne Mailhot-Sarrasin1-0/+60
2022-01-05[MachineOutliner] Don't outline functions starting with PATCHABLE_FUNCTION_EN...Fangrui Song6-4/+208
2022-01-05[AArch64][GlobalISel] Fix an crash in RBS due to a new regclass being added.Amara Emerson2-0/+59
2022-01-05[AArch64] Avoid crashing on invalid -Wa,-march= valuesDimitry Andric2-4/+20
2022-01-04[DebugInfo] Check DIEnumerator bit width when comparing for equalityArthur Eubanks2-3/+22
2021-12-22[PowerPC] Define XL-compatible macros only for AIX and LinuxNemanja Ivanovic34-91/+104
2021-12-21[X86] Don't add implicit REP prefix to VIA PadLock xstoreJessica Clarke2-2/+5
2021-12-21[NFC][X86] Add MC tests for all untested VIA PadLock instructionsJessica Clarke1-0/+24
2021-12-21[sanitizer] Disable test incompartible with recert GLIBCVitaly Buka1-2/+3
2021-12-21[sanitizer] Intercept lstat on LinuxVitaly Buka1-3/+3
2021-12-21[msan] Add stat-family interceptors on LinuxNikita Malyavin2-14/+25
2021-12-21[AA] Handle callbr instructions in alias analysisRicky Zhou2-2/+33
2021-12-20[ELF] #undef PPC to support GCC powerpc32 buildFangrui Song1-0/+3
2021-12-20[sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34Vitaly Buka1-1/+6
2021-12-20[asan] Fix "no matching function" on GCCVitaly Buka1-1/+1
2021-12-20[msan] Disabled test failing on new GLIBCVitaly Buka2-1/+4
2021-12-20[Sparc] Create an error when `__builtin_longjmp` is usedTee KOBAYASHI2-4/+1
2021-12-20[LazyCallGraph] Skip blockaddressesArthur Eubanks5-64/+61
2021-12-17workflows: Update workaround for lldb on Mac OSTom Stellard1-2/+2
2021-12-17[compiler-rt] Increase kDlsymAllocPoolSize to fix test failuresMichał Górny1-1/+1
2021-12-17[Passes] Fix relative lookup table converter passGulfem Savrun Yeniceri2-0/+84
2021-12-16[PowerPC] Handle base load with reservation mnemonicNemanja Ivanovic4-1/+67
2021-12-16[ELF][PPC32] Make R_PPC32_PLTREL retain .gotGeorge Koehler3-5/+40
2021-12-16[Support] Attempt to fix deadlock in ThreadGroupAlexandre Ganea2-2/+10
2021-12-14[Analysis] Ignore casts and unary ops for uninitialized valuesBill Wendling2-4/+25
2021-12-14[MC][ELF] Fix accepting abbreviated form with Type changeTobias Burnus2-4/+9
2021-12-14[MC][ELF] Do not error on parsing .debug_* section directive for MIPSSimon Atanasyan2-5/+56
2021-12-14[ELF] Hint -z nostart-stop-gc for __start_ undefined referencesFangrui Song4-0/+94
2021-12-14[libc++] Fix wrongly non-inline basic_string::shrink_to_fitLouis Dionne2-0/+61
2021-12-13[ELF] Do not report undefined weak references in shared librariesIgor Kudrin2-1/+49
2021-11-23[X86][VARARG] Assign MMO earlier to avoid prolog insert point been sunk acros...llvmorg-13.0.1-rc1Phoebe Wang6-43/+33
2021-11-23[X86][NFC] Pre-commit test to show prolog insert problemPhoebe Wang1-0/+45
2021-11-10[SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.Jonas Paulsson1-1/+1