aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-25[RISCV] Fix crash for section alignment with .option norvcllvmorg-14.0.2Luís Marques3-3/+21
2022-04-25[asan] Always skip first object from dl_iterate_phdrMichael Forney1-18/+12
2022-04-25[RISCV] Don't emit fractional VIDs with negative stepsFraser Cormack2-8/+9
2022-04-25[RISCV] Add another test showing incorrect BUILD_VECTOR loweringFraser Cormack1-0/+15
2022-04-25[RISCV] Fix lowering of BUILD_VECTORs as VID sequencesFraser Cormack2-35/+44
2022-04-25[RISCV] Add tests showing incorrect BUILD_VECTOR loweringFraser Cormack1-0/+21
2022-04-25[llvm-mt] Add support /notify_updateAlex Brachet3-2/+41
2022-04-25[RISCV] Only try LUI+SH*ADD+ADDI for int materialization if LUI+ADDI+SH*ADD f...Craig Topper2-26/+64
2022-04-25[ELF] --emit-relocs: fix missing STT_SECTION when the first input section is ...Fangrui Song2-17/+78
2022-04-25[libcxx] Add some missing xlocale wrapper functions for OpenBSDBrad Smith1-0/+20
2022-04-25[LV] Remove stray debug dump added in 0d2efbb8b82c.Florian Hahn1-1/+0
2022-04-25[LV] Always use add to add scalar iv and (startidx + step) for ints.Florian Hahn2-10/+10
2022-04-25[LV] Add test case for PR54427.Florian Hahn1-0/+46
2022-04-21[InstCombine] canonicalize select with signbit testSanjay Patel4-44/+61
2022-04-21[x86] Fix infinite loop inside DAG combiner with lzcnt feature.Pierre Gousseau2-13/+42
2022-04-18[Clang][Fortify] drop inline decls when redeclaredserge-sans-paille2-2/+38
2022-04-18Reland "[llvm][AArch64] Insert "bti j" after call to setjmp"David Spickett15-6/+284
2022-04-18[DebugInfo][InstrRef] Avoid a crash from mixed variable location modesJeremy Morse11-11/+158
2022-04-18Force GHashCell to be 8-byte-aligned.Eli Friedman1-1/+5
2022-04-18[compiler-rt] Implement __clear_cache on FreeBSD/powerpcCarlo Marcelo Arenas Belón1-1/+4
2022-04-18[PowerPC] Allow absolute expressions in relocationsNemanja Ivanovic8-45/+69
2022-04-14[CMake] Update cache file for Win to ARM Linux cross toolchain builders. NFC.Vladimir Vereschaka1-2/+3
2022-04-14[CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm...Vladimir Vereschaka1-65/+65
2022-04-14[CMake] Update cache file for Win to ARM cross tooolchain. NFC.Vladimir Vereschaka1-5/+0
2022-04-14[CMake] Use CMAKE_SYSROOT to build libs for Win to ARM cross tooolchain. NFC.Vladimir Vereschaka1-67/+84
2022-04-14[LLD][COFF] Fix TypeServerSource matcher with more than one collisionTobias Hieta3-13/+15
2022-04-14[lld][COFF] Fix TypeServerSource lookup on GUID collisionsTobias Hieta7-2/+2426
2022-04-14[AArch64][LOH] Don't ignore regmasks in bundles by iterating over instrs.Ahmed Bougacha2-1/+10
2022-04-14[InstCombine] try to fold low-mask of ashr to lshrSanjay Patel2-4/+16
2022-04-14[InstCombine] add tests for low-mask of ashr; NFCSanjay Patel1-8/+72
2022-04-14[LV] Handle zero cost loops in selectInterleaveCount.Florian Hahn2-10/+62
2022-04-14[RISCV][NFC] Add missing lit.local.cfg in test/CodeGen/MIR/RISCV/Kito Cheng1-0/+2
2022-04-14[RISCV] Fixing stack offset for RVV object with vararg in stack.Kito Cheng2-6/+21
2022-04-14[RISCV] Pre-commit for fixing stack offset for RVV objectKito Cheng1-0/+220
2022-04-14[RISCV] Store/restore RISCVMachineFunctionInfo into MIR YAML fileKito Cheng6-0/+225
2022-04-14[libc++] Make __dir_stream visibility declaration consistentDimitry Andric1-1/+1
2022-04-11[AArch64] Fix the upper limit for folded address offsets for COFFllvmorg-14.0.1Martin Storsjö3-14/+16
2022-04-11[compiler-rt] [scudo] Use -mcrc32 on x86 when availableMichał Górny9-18/+33
2022-04-11[AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex...Ties Stuij4-4/+11
2022-04-11[libc++] Define `namespace views` in its own detail header.Arthur O'Dwyer5-10/+53
2022-04-06[X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue, 4> width to avoid...Simon Pilgrim1-1/+2
2022-04-06[clang-repl] Add an accessor to our underlying execution engineVassil Vassilev3-0/+9
2022-04-06[AArch64] Use correct calling convention for each varargPhilippe Valembois3-76/+113
2022-04-06[SelectionDAG] Don't create illegally-typed nodes while constant foldingFraser Cormack2-1/+96
2022-04-06[AArch64] Allow .variant_pcs before the symbol is registeredFangrui Song4-23/+39
2022-04-06[VectorCombine] Insert addrspacecast when crossing address space boundariesFraser Cormack4-12/+21
2022-04-05[ELF] Fix llvm_unreachable failure when COMMON is placed in SHT_PROGBITS outp...Fangrui Song2-42/+37
2022-04-05[Object][test] Fix invalid.testFangrui Song1-2/+3
2022-04-05[llvm-objdump] --private-headers: change errors to warnings for dynamic secti...Fangrui Song5-12/+54
2022-04-05[llvm-objdump][test] dos2unix some filesFangrui Song2-389/+389