aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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[libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with new...Martin Storsjö1-3/+13
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[libcxx] random_device, specify optimal entropy properties for all OS's using...Brad Smith1-1/+1
2022-04-01[Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statementNick Desaulniers4-142/+163
2022-04-01[Driver][OpenBSD] Disable unwind tables on ArmBrad Smith3-4/+12
2022-04-01[docs] Fix typo in tutorialBill Wendling1-1/+1
2022-04-01Re-commit: Driver: Don't warn on -mbranch-protection when linkingTom Stellard2-0/+8
2022-03-30workflows: Consolidate tests to reduce the number of build jobsTom Stellard6-154/+129
2022-03-30Bump version to 14.0.1Tom Stellard8-9/+9
2022-03-22[libc++] Re-enable workaround for pre-ranges CTAD in std::spanLouis Dionne2-7/+7
2022-03-15[libc++] Add workaround to avoid breaking users of <span> when <ranges> are d...Louis Dionne3-3/+306
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 Stellard4-27/+4
2022-03-11Revert "Revert "Revert "[release] Use the Bootstrapping build for building LL...Tom Stellard1-8/+4
2022-03-10Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...llvmorg-14.0.0-rc3Tom Stellard5-57/+1
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 Hosek4-4/+27
2022-03-08[libcxxabi] [test] Depend on unwind only if availableMichał Górny1-1/+1
2022-03-08[libcxx][CI] Set Arm triples to match native clang build's defaultDavid Spickett5-5/+6
2022-03-08Lambdas are not necessarily locals. This resolves DR48250.David Stone2-1/+13
2022-03-08Revert "[release] Use the Bootstrapping build for building LLVM releases"Louis Dionne1-8/+4
2022-03-08[clang][driver] Fix float128 diagnostics with glibc >= 2.32Timm Bäder1-2/+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
2022-03-07[llvm] [bindings/OCaml] Remove unused dep on ounit2Michał Górny6-13/+0
2022-03-07[LICM][PhaseOrder] Don't speculate in LICM until after running loop rotateWilliam S. Moses11-124/+177
2022-03-07[NFC][PhaseOrdering] Improve test coverage for D119975Roman Lebedev3-284/+542
2022-03-07[NFC][PhaseOrdering] spurious-peeling.ll: also test -O1/-O2 resultsRoman Lebedev1-63/+215
2022-03-07[NFC][PhaseOrdering] Precommit tests from D119965William S. Moses1-0/+228
2022-03-07[MachineSink] Disable if there are any irreducible cyclesNikita Popov5-85/+87