aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
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-12[Coroutines] Enhance symmetric transfer for constant CmpInstllvmorg-13.0.1-rc2Chuanqi Xu2-35/+128
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[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-04[DebugInfo] Check DIEnumerator bit width when comparing for equalityArthur Eubanks2-3/+22
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[AA] Handle callbr instructions in alias analysisRicky Zhou2-2/+33
2021-12-20[LazyCallGraph] Skip blockaddressesArthur Eubanks5-64/+61
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[Support] Attempt to fix deadlock in ThreadGroupAlexandre Ganea2-2/+10
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-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
2021-11-10Bad SLPVectorization shufflevector replacement, resulting in write to wrong m...Jameson Nash2-8/+20
2021-11-10[SLP][NFC]Add a test to show an issue with incorrectly extractedAlexey Bataev1-1/+34
2021-11-09[Aarch64] Correct register class for pseudo instructionsJameson Nash11-37/+39
2021-11-09[MergeICmps] Don't merge icmps derived from pointers with addressspacesValentin Churavy2-0/+98
2021-11-09Fix building with GCC 12:Martin Liska1-1/+1
2021-11-08[ARM] Use hardware TLS register in Thumb2 mode when -mtp=cp15 is passedArd Biesheuvel4-2/+12
2021-11-01Re-apply the fix on DwarfEHPrepare and add a testTakafumi Arakaki2-1/+6
2021-10-27[IntelJITListener] Fix order in JitListener/multiple.llAndy Kaylor1-5/+5
2021-10-22[Support][mips] Remove unnecessary includes from Memory.incVisa Hankala1-8/+0
2021-10-22[Mips] Add glue between CopyFromReg, CopyToReg and RDHWR nodes for TLSJessica Clarke2-5/+6
2021-10-21[CMake] Re-enable use --gc-sections on OpenBSDBrad Smith1-1/+1
2021-10-18Remove "In Progress" text from release notesTom Stellard1-5/+0
2021-10-14Bump version to 13.0.1Tom Stellard4-5/+5
2021-09-21[AArch64][GlobalISel] Use ZExtValue for zext(xor) when invert tb(n)zguopeilin2-2/+42
2021-09-21[debuginfo-test][cross-project-tests] Release note for new project nameJames Henderson1-0/+9
2021-09-20[X86] combineX86ShuffleChain - ensure we only peek through bitcasts to vector...Simon Pilgrim2-1/+59
2021-09-13[openmp] Apply code change from D109500llvmorg-13.0.0-rc3Jon Chesterfield1-4/+19
2021-09-13[VPlan] Fix crash caused by not updating all users properly.Florian Hahn2-2/+71
2021-09-10Revert "[AArch64][GlobalISel] Legalize bswap <2 x i16>"Tom Stellard4-87/+3
2021-09-10Revert [MC][ELF] Emit separate unique sections for different flagsNikita Popov6-213/+68
2021-09-10[X86] Don't clobber EBX in stackprobesElliot Saba2-41/+64
2021-09-10[IR] Handle constant expressions in containsUndefinedElement()Nikita Popov2-3/+14
2021-09-10[SimplifyCFG] performBranchToCommonDestFolding(): require block-closed SSA fo...Roman Lebedev7-212/+240
2021-09-09[MemCpyOpt] Fix a variety of scalable-type crashesFraser Cormack3-13/+130