aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Update Bazel build after b334664 (#82091)Tomás Longeri1-0/+122
2024-02-17[clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar3-1/+8
2024-02-16[NFC] fix typoFlorian Mayer1-1/+1
2024-02-16[NFC] fix type mismatch in test.Florian Mayer1-4/+4
2024-02-16[clang-format] Don't sort qualifiers across preprocessor directives (#81958)Owen Pan2-0/+15
2024-02-16Reland^2 "[scudo] resize stack depot for allocation ring buffer"Florian Mayer6-69/+215
2024-02-16[flang][cuda] Lower kernel launch to fir.cuda_kernel_launch (#81891)Valentin Clement (バレンタイン クレメン)3-1/+185
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere8-30/+28
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang5-8/+10
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere111-426/+426
2024-02-16[sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (...Fangrui Song10-30/+15
2024-02-16[RISCV] Narrow vector absolute value (#82041)Philip Reames2-16/+32
2024-02-16Apply clang-tidy fixes for llvm-namespace-comment in OneToNTypeConversion.cpp...Mehdi Amini1-1/+1
2024-02-16Apply clang-tidy fixes for llvm-qualified-auto in DialectConversion.cpp (NFC)Mehdi Amini1-5/+5
2024-02-16Apply clang-tidy fixes for readability-identifier-naming in PassPlugin.cpp (NFC)Mehdi Amini1-3/+3
2024-02-16Apply clang-tidy fixes for llvm-include-order in Parser.cpp (NFC)Mehdi Amini1-1/+1
2024-02-16Apply clang-tidy fixes for readability-identifier-naming in MlirOptMain.cpp (...Mehdi Amini1-4/+4
2024-02-16Revert "Reland "[scudo] resize stack depot for allocation ring buffer"" (#82088)Florian Mayer6-219/+69
2024-02-17[RISCV] Recognize CSR name ssp for Zicfilp. (#81974)Yeting Kuo2-0/+19
2024-02-16Reland "[scudo] resize stack depot for allocation ring buffer" (#81028)Florian Mayer6-69/+219
2024-02-16Revert "[AArch64] Add soft-float ABI (#74460)" (#82032)Prabhuk17-406/+28
2024-02-16[Support] Introduce formatv variant of createStringError (#80493)Alex Langford2-0/+27
2024-02-16[JITLink] Always unmap standard segments in InProcessMemoryManager::deallocat...Min-Yih Hsu1-2/+1
2024-02-17[gn build] Port 0e6a48c3e8ccLLVM GN Syncbot1-0/+1
2024-02-16[compiler-rt] simplifying ::ReExec for freebsd. (#79711)David CARLIER2-8/+15
2024-02-16Revert "[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros" (#82070)Aaron Ballman3-128/+47
2024-02-16[GlobalIsel] Lower integer constants to constant pool in `LegalizerHelper`. (...Mikhail Gudim4-46/+33
2024-02-16[BOLT][NFC] Remove redundant assertion (#82056)Maksim Panchenko1-2/+0
2024-02-16[-Wunsafe-buffer-usage][NFC] Reintroduce lost test cases (#82060)jkorous-apple1-0/+28
2024-02-16[Hexagon] Optimize post-increment load and stores in loops. (#82011)Sumanth Gundapaneni11-1/+1462
2024-02-16[llvm-profgen] Filter out ambiguous cold profiles during profile generation (...Lei Wang4-0/+76
2024-02-16[BOLT] Add writing support for Linux kernel ORC (#80950)Maksim Panchenko2-38/+239
2024-02-16[-Wunsafe-buffer-usage] Minimize fixit range for pointer variables (#81935)jkorous-apple19-126/+222
2024-02-16[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros (#82037)Aaron Ballman3-47/+128
2024-02-16[LegacyPM] Remove legacy LoopRotate passArthur Eubanks6-86/+0
2024-02-16[-Wunsafe-buffer-usage] Remove unused function after 7c3ad9e72bc034ad655a7e16...Fangrui Song1-9/+0
2024-02-16[libc++] Only include <setjmp.h> from the C library if it exists (#81887)Louis Dionne1-1/+7
2024-02-16[MLIR] Document the stability and versioning aspect of the Bytecode (#81969)Mehdi Amini1-0/+19
2024-02-16[-Wunsafe-buffer-usage] Fix fixits for span initialized from const size array...jkorous-apple3-22/+36
2024-02-16[RISCV] Adjust sdloc when creating an extend for widening instructions (#82040)Philip Reames7-46/+46
2024-02-16[AMDGPU] Use `bf16` instead of `i16` for bfloat (#80908)Shilei Tian16-34/+369
2024-02-16[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue2-0/+9
2024-02-16[C11] Diagnose C11 keywords as being incompatible w/earlier standards (#82015)Aaron Ballman9-18/+68
2024-02-16Re-land "[lldb] Fix `FindDirectNestedType` not working with class templates (...Vlad Serebrennikov3-2/+37
2024-02-16[PGOForceFunctionAttrs] Don't mark alwaysinline function optnone (#81930)Arthur Eubanks2-1/+15
2024-02-16[BOLT][DWARF] Do not emit zero low_pc address arange (#81955)Alexander Yermolovich4-1/+568
2024-02-16[TBAA] Use !tbaa for first accessed field if it is an exact match in offset a...Florian Hahn3-61/+53
2024-02-16Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#...Shubham Sandeep Rastogi3-37/+2
2024-02-16[SLP] Regen a couple of tests to reduce future diffPhilip Reames4-43/+43
2024-02-16[scudo] Add ALWAYS_INLINE to ScopedTSD ctor (#81982)Fabio D'Urso2-2/+2