summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-15[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. ...llvmorg-19.1.2Vassil Vassilev
2024-10-15[Headers] [ARM64EC] Fix extra tokens inside intrin0.h preprocessor directive ...Max Winkler
2024-10-15[lld][Hexagon] Support predicated-add GOT_16_X mask lookup (#111896)Brian Cain
2024-10-15[InstCombine] Drop range attributes in `foldIsPowerOf2` (#111946)Yingwei Zheng
2024-10-15[clang-format] Handle template closer followed by braces (#110971)Owen Pan
2024-10-15[compiler-rt] Remove SHA2 interceptions for NetBSD/FreeBSD. (#110246)David CARLIER
2024-10-15Update test since trunkDavid Green
2024-10-15[VectorCombine] Do not try to operate on OperandBundles. (#111635)David Green
2024-10-15[Clang] Improve type traits recognition in `__has_builtin` (#111516)cor3ntin
2024-10-15[x86] combineMUL - when looking for a vector multiply by splat constant, ensu...Simon Pilgrim
2024-10-15Move out of lineMatt Arsenault
2024-10-15FastISel: Fix incorrectly using getPointerTy (#110465)Matt Arsenault
2024-10-15[libc++] Avoid re-exporting a few specific symbols from libc++abi (#109054)Louis Dionne
2024-10-11[libc++] Adjust the version of __cpp_lib_ranges in C++20 modeLouis Dionne
2024-10-11[Clang] Check that we have the correct RecordDeclBill Wendling
2024-10-11[Clang] Fix 'counted_by' for nested struct pointers (#110497)Jan Hendrik Farr
2024-10-11[SystemZ] Fix codegen for _[u]128 intrinsicsUlrich Weigand
2024-10-11[Clang] Remove the special-casing for RequiresExprBodyDecl in BuildResolvedCa...Younan Zhang
2024-10-11[clang-tidy] Avoid capturing a local variable in a static lambda in UseRanges...Nathan Ridge
2024-10-11[clang-format] Handle template closer followed by empty paretheses (#110408)Owen Pan
2024-10-11[x86][Windows] Fix chromium build breakFarzon Lotfi
2024-10-11workflows/release-binaries: Use static ZSTD on macOSKeith Smiley
2024-10-11[libc++] Fix name of is_always_lock_free test which was never being run (#106...Louis Dionne
2024-10-11workflows/release-documentation: Submit a pull request with changes (#108247)Tom Stellard
2024-10-11workflow/release-binaries: Checkout sources before downloading artifacts (#10...Tom Stellard
2024-10-11Fix libFuzzer not building with pthreads on Windows (#109525)Zentrik
2024-10-11[libc++] Follow-up to "Poison Pills are Too Toxic"Jakub Mazurkiewicz
2024-10-01Bump version to 19.1.2Tobias Hieta
2024-10-01[X86][APX] Do not emit {evex} prefix for memory variant (#109759)llvmorg-19.1.1Phoebe Wang
2024-10-01[X86][APX] Fix wrong encoding of promoted KMOV instructions due to missing No...Phoebe Wang
2024-10-01[CodeGen] Clear InitUndef pass new register cache between pass runs (#90967)Joe Faulls
2024-10-01[libcxx][test] Use smaller time range for 32 bit time_t (#104762)David Spickett
2024-10-01[lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm LinuxDavid Spickett
2024-10-01Bump version to 19.1.1Tobias Hieta
2024-10-01AMDGPU: Fix inst-selection of large scratch offsets with sgpr base (#110256)Petar Avramovic
2024-10-01AMDGPU: Add test for 16 bit unsigned scratch offsets (#110255)Petar Avramovic
2024-10-01[libc++] Fix AppleClang version number when checking for __builtin_verbose_tr...Louis Dionne
2024-10-01[SDAG] Honor signed arguments in floating point libcalls (#109134)Timothy Pearson
2024-10-01[LoongArch] Fix the assertion for atomic store with 'ptr' typeWeining Lu
2024-10-01[clang-scan-deps] Don't inspect Args[0] as an option (#109050)Martin Storsjö
2024-10-01[clang-scan-deps] Infer the tool locations from PATH (#108539)Martin Storsjö
2024-10-01[clang-scan-deps] Fix builds with BUILD_SHARED_LIBS=ONMartin Storsjö
2024-10-01[clang-scan-deps] Infer the target from the executable name (#108189)Martin Storsjö
2024-10-01[LoopPeel] Fix LCSSA phi node invalidationNikita Popov
2024-10-01[LoongArch] Eliminate the redundant sign extension of division (#107971)hev
2024-10-01 [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)Yingwei Zheng
2024-10-01[DAGCombiner] cache negative result from getMergeStoreCandidates() (#106949)Princeton Ferro
2024-10-01[Clang][CodeGen] Fix type for atomic float incdec operators (#107075)Yingwei Zheng
2024-09-26[libc++] Disable the clang-tidy checks to get CI back (#109989)Louis Dionne
2024-09-24[C++20] [Modules] Add Decl::isFromGlobalModuleChuanqi Xu