aboutsummaryrefslogtreecommitdiff
path: root/llvm
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[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[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-18Reland "[llvm][AArch64] Insert "bti j" after call to setjmp"David Spickett11-3/+274
2022-04-18[DebugInfo][InstrRef] Avoid a crash from mixed variable location modesJeremy Morse11-11/+158
2022-04-18[PowerPC] Allow absolute expressions in relocationsNemanja Ivanovic8-45/+69
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-11[AArch64] Fix the upper limit for folded address offsets for COFFllvmorg-14.0.1Martin Storsjö3-14/+16
2022-04-11[AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex...Ties Stuij2-3/+6
2022-04-06[X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue, 4> width to avoid...Simon Pilgrim1-1/+2
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[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
2022-04-05[SelectionDAG][RISCV] Make RegsForValue::getCopyToRegs explicitly zero_extend...Craig Topper2-8/+17
2022-04-05[RISCV] Add test case for miscompile caused by treating ANY_EXTEND of constan...Craig Topper1-0/+33
2022-04-05[MC] Fix llvm_unreachable when a STB_GNU_UNIQUE symbol needs a relocationFangrui Song2-1/+11
2022-04-05[PPCISelLowering] Avoid emitting calls to __multi3, __muloti4Aaron Puchert4-117/+127
2022-04-01Add cmake/ to release tarballs via concatenationAaron Puchert1-8/+12
2022-04-01[docs] Fix typo in tutorialBill Wendling1-1/+1
2022-03-30Bump version to 14.0.1Tom Stellard4-5/+5
2022-03-14NFC: Mention auto-vec support for SVE in release notes.llvmorg-14.0.0Sander de Smalen1-0/+1
2022-03-11[Hexagon] Fix crash with shuffle_vector of v128f16llvmorg-14.0.0-rc4Krzysztof Parzyszek2-4/+55
2022-03-11Revert "[CMake] Include runtimes test suites in check-all"Tom Stellard2-14/+4
2022-03-11Revert "Revert "Revert "[release] Use the Bootstrapping build for building LL...Tom Stellard1-8/+4
2022-03-10Revert "Revert "[release] Use the Bootstrapping build for building LLVM relea...Tom Stellard1-4/+8
2022-03-10[CMake] Include runtimes test suites in check-allPetr Hosek2-4/+14
2022-03-08Revert "[release] Use the Bootstrapping build for building LLVM releases"Louis Dionne1-8/+4
2022-03-08[SimplifyCFG][PhaseOrdering] Defer lowering switch into an integer range comp...Roman Lebedev23-60/+104
2022-03-08[NFC][PhaseOrdering] Add some tests from D119839Andrew Wei1-0/+143
2022-03-08[NewPM][Inliner] Make inlined calls to functions in same SCC as callee expone...Arthur Eubanks6-8/+157