aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2023-03-08[analyzer] Fix crash exposed by D140059einvbri1-1/+1
2023-03-06[ReleaseNotes] Expand RISC-V release notesAlex Bradbury1-0/+14
2023-03-06[DAGCombiner] Replace LegalOperations check in visitSIGN_EXTEND with LegalTypes.Craig Topper2-1/+27
2023-03-04[llvm-cov] Create syntax to pass source w/o binary.Daniel Thornburgh2-10/+10
2023-03-03[LV] Reland testcase in 0ec4caesgokhale1-2/+2
2023-03-03[LV] Modify test case for commit 4f9a544sgokhale1-5/+5
2023-03-03[LV] Reland "Update logic for calculating register usage due to invariants"sgokhale6-14/+60
2023-03-03[X86] Fix `(shift X, (xor Y, N-1))` -> `(shift X, (not Y))` by properly inser...Noah Goldstein2-1/+52
2023-03-02[CodeGen] Always expand division larger than i128Nikita Popov4-1/+54
2023-02-28[ReleaseNotes]: Add PowerPC release notes for LLVM 16.0.0Amy Kwan1-1/+56
2023-02-28[Support] Silence warning with Clang ToT.Alexandre Ganea1-1/+1
2023-02-27[SCEV] Increase FoldID bits size cover common cases.Florian Hahn1-1/+1
2023-02-27[lld][RISCV] Avoid error when encountering unrecognised ISA extensions/versio...Alex Bradbury4-0/+173
2023-02-24[DAGCombine] Fix an ICE in combineMinNumMaxNum(...)Cameron McInally2-1/+22
2023-02-21[PATCH] [PowerPC] Correctly use ELFv2 ABI on all OS's that use the ELFv2 ABIllvmorg-16.0.0-rc3Brad Smith4-3/+19
2023-02-21[Attributor][FIX] Ensure we adjust types properlyJohannes Doerfert3-4/+147
2023-02-21[LVI] Disable at-use reasoning across phi nodes (PR60629)Dmitry Makogon2-6/+53
2023-02-20[Support] [Windows] Don't check file access time in equivalent(file_status, f...R. Voggenauer1-2/+0
2023-02-18[SCEV] Fix FoldID::addInteger(unsigned long I)Vitaly Buka1-1/+8
2023-02-16[Support/BLAKE3] Rename blake3_* -> llvm_blake3_* to avoid symbol collisionsJeremy Maitin-Shepard14-69/+118
2023-02-16[Symbolize][MinGW] Support demangling i386 call-conv-decorated C++ namesAlvin Wong2-7/+144
2023-02-16[RISCV] Clean up stack-protector-target testRoland McGrath1-4/+2
2023-02-16[RISCV] Default to -ffixed-x18 for FuchsiaRoland McGrath4-0/+16
2023-02-16[RISCV] Use OS-specific stack-guard ABI for FuchsiaRoland McGrath4-0/+57
2023-02-16[hexagon] Turning off sign mismatch warning by default.Brian Cain1-1/+1
2023-02-14[Release] Produce bolt tarballPeter Jung1-1/+1
2023-02-14[llvm-debuginfo-analyzer] LLVM 16.0.0-rc1 Failing test on osx-64.Carlos Alberto Enciso4-8/+10
2023-02-13[Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng4-10/+40
2023-02-09[RISCV] Fix miscompile in SExtWRemoval due to early return ignoring other sou...Philip Reames2-5/+4
2023-02-09[RISCV] Precommit a test for upcoming miscompile bugfixPhilip Reames1-0/+70
2023-02-09libRemarks.{so,dylib}: remove Remarks.dylib.exportsFangrui Song2-4/+1
2023-02-09libLTO.{so,dylib}: remove unused non-LTO symbolsFangrui Song3-88/+1
2023-02-09[llvm][IfConversion] update successor list when merging INLINEASM_BRNick Desaulniers2-5/+23
2023-02-09precommit test for pr60346Nick Desaulniers1-0/+123
2023-02-07[SVE] Fix incorrect lowering of predicate permute builtins.llvmorg-16.0.0-rc2Paul Walker4-87/+359
2023-02-07[X86] Change precision control to FP80 during u64->fp32 conversion on Windows.Craig Topper4-5/+145
2023-02-07[NFC] [llvm-cov] Remove unnecessary logic from llvm-cov debuginfod.Daniel Thornburgh1-15/+6
2023-02-07[llvm-cov] Fix logic error in debuginfod lookup.Daniel Thornburgh1-6/+12
2023-02-07Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh12-60/+200
2023-02-07XFAIL new test available_externally_alias.ll on NVPTXJonas Hahnfeld1-0/+3
2023-02-07[CodeGen] Filter out available_externally aliasesJonas Hahnfeld2-0/+13
2023-02-07[Hexagon] Add release note for LLVM 16Krzysztof Parzyszek1-1/+1
2023-02-06[ORC] Drop Comdat when discarding IR symbolJonas Hahnfeld3-0/+34
2023-02-06[OpenMP][FIX] Ensure to determine aligned regions properlyJohannes Doerfert2-24/+93
2023-02-06[Attributor][FIX] Ensure we use the right AAExecutionDomainJohannes Doerfert3-4/+64
2023-02-06[OpenMP][FIX] Properly check assume only usesJohannes Doerfert3-86/+138
2023-02-06[Release] Increase test-release.sh verbosityRainer Orth1-4/+5
2023-02-05cmake: Enable 64bit off_t on 32bit glibc systemsKhem Raj4-10/+5
2023-02-01SystemZ release notesJonas Paulsson1-0/+7
2023-02-01Revert "[X86][ABI] Don't preserve return regs for preserve_all/preserve_most ...Hans Wennborg7-334/+135