summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [X86] combineVectorHADDSUB - remove the broken HOP(x,x) merging code (PR51974)llvmorg-13.0.1-rc3llvmorg-13.0.1release/13.xSimon Pilgrim2022-01-202-23/+19
* [CMake] Don't use -fno-semantic-interposition with Clang<=13Fangrui Song2022-01-201-4/+3
* [ARM] Define ComplexPatternFuncMutatesDAGDavid Green2022-01-202-0/+109
* [Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_UNWINDLIB is libunwindFangrui Song2022-01-181-1/+1
* Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"Tom Stellard2022-01-148-26/+0
* [sanitizer] msan build fix on non linux platformsDavid Carlier2022-01-141-0/+1
* [Coroutines] Enhance symmetric transfer for constant CmpInstllvmorg-13.0.1-rc2Chuanqi Xu2022-01-122-35/+128
* [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GCFangrui Song2022-01-118-0/+26
* [InlineCost] model calls to llvm.is.constant* more carefullyNick Desaulniers2022-01-112-0/+63
* ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to signal no callee pop.Tim Northover2022-01-116-27/+46
* Have lit preserve SOURCE_DATE_EPOCHserge-sans-paille2022-01-111-1/+1
* [Clang][Sema] Avoid crashing for va_arg expressions with bool argumentEgor Zhdan2022-01-072-1/+3
* [Clang][CFG] check children statements of asm gotoNick Desaulniers2022-01-075-25/+74
* [InstCombine] Remove attributes after hoisting free above null checkShoaib Meenai2022-01-072-0/+99
* [DIArgList] Re-unique after changing operands to fix non-determinismTeresa Johnson2022-01-073-1/+19
* [RegAllocFast] Fix nondeterminism in debuginfo generationIlya Yanok2022-01-071-1/+2
* [DSE] Fix invalid removal of store instructionMarianne Mailhot-Sarrasin2022-01-062-11/+5
* [DSE] Add test case showing bug PR52774.Marianne Mailhot-Sarrasin2022-01-061-0/+60
* [MachineOutliner] Don't outline functions starting with PATCHABLE_FUNCTION_EN...Fangrui Song2022-01-056-4/+208
* [AArch64][GlobalISel] Fix an crash in RBS due to a new regclass being added.Amara Emerson2022-01-052-0/+59
* [AArch64] Avoid crashing on invalid -Wa,-march= valuesDimitry Andric2022-01-052-4/+20
* [DebugInfo] Check DIEnumerator bit width when comparing for equalityArthur Eubanks2022-01-042-3/+22
* [PowerPC] Define XL-compatible macros only for AIX and LinuxNemanja Ivanovic2021-12-2234-91/+104
* [X86] Don't add implicit REP prefix to VIA PadLock xstoreJessica Clarke2021-12-212-2/+5
* [NFC][X86] Add MC tests for all untested VIA PadLock instructionsJessica Clarke2021-12-211-0/+24
* [sanitizer] Disable test incompartible with recert GLIBCVitaly Buka2021-12-211-2/+3
* [sanitizer] Intercept lstat on LinuxVitaly Buka2021-12-211-3/+3
* [msan] Add stat-family interceptors on LinuxNikita Malyavin2021-12-212-14/+25
* [AA] Handle callbr instructions in alias analysisRicky Zhou2021-12-212-2/+33
* [ELF] #undef PPC to support GCC powerpc32 buildFangrui Song2021-12-201-0/+3
* [sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34Vitaly Buka2021-12-201-1/+6
* [asan] Fix "no matching function" on GCCVitaly Buka2021-12-201-1/+1
* [msan] Disabled test failing on new GLIBCVitaly Buka2021-12-202-1/+4
* [Sparc] Create an error when `__builtin_longjmp` is usedTee KOBAYASHI2021-12-202-4/+1
* [LazyCallGraph] Skip blockaddressesArthur Eubanks2021-12-205-64/+61
* workflows: Update workaround for lldb on Mac OSTom Stellard2021-12-171-2/+2
* [compiler-rt] Increase kDlsymAllocPoolSize to fix test failuresMichał Górny2021-12-171-1/+1
* [Passes] Fix relative lookup table converter passGulfem Savrun Yeniceri2021-12-172-0/+84
* [PowerPC] Handle base load with reservation mnemonicNemanja Ivanovic2021-12-164-1/+67
* [ELF][PPC32] Make R_PPC32_PLTREL retain .gotGeorge Koehler2021-12-163-5/+40
* [Support] Attempt to fix deadlock in ThreadGroupAlexandre Ganea2021-12-162-2/+10
* [Analysis] Ignore casts and unary ops for uninitialized valuesBill Wendling2021-12-142-4/+25
* [MC][ELF] Fix accepting abbreviated form with Type changeTobias Burnus2021-12-142-4/+9
* [MC][ELF] Do not error on parsing .debug_* section directive for MIPSSimon Atanasyan2021-12-142-5/+56
* [ELF] Hint -z nostart-stop-gc for __start_ undefined referencesFangrui Song2021-12-144-0/+94
* [libc++] Fix wrongly non-inline basic_string::shrink_to_fitLouis Dionne2021-12-142-0/+61
* [ELF] Do not report undefined weak references in shared librariesIgor Kudrin2021-12-132-1/+49
* [X86][VARARG] Assign MMO earlier to avoid prolog insert point been sunk acros...llvmorg-13.0.1-rc1Phoebe Wang2021-11-236-43/+33
* [X86][NFC] Pre-commit test to show prolog insert problemPhoebe Wang2021-11-231-0/+45
* [SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.Jonas Paulsson2021-11-101-1/+1