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