aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda10-328/+6
2024-03-01[compiler-rt] fix BSD procmaps stack frame size limit warning. (#82887)David CARLIER1-11/+11
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda10-6/+328
2024-02-29[mlir][sparse] Migration to sparse_tensor.print (#83506)Yinying Li4-199/+258
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)26-521/+1545
2024-02-29[libc++] Set feature test macros __cpp_lib_ranges_contains and__cpp_lib_range...ZijunZhaoCCK7-50/+97
2024-03-01[PowerPC] Do not generate `isel` instruction if target doesn't have this inst...Kai Luo27-1401/+1375
2024-02-29[pgo][nfc] Model `Count` as a `std::optional` in `PGOUseBBInfo` (#83364)Mircea Trofin1-47/+39
2024-02-29[MLIR] Fix test on WindowsMehdi Amini1-1/+1
2024-02-29[HWASan] add test for hwasan_handle_longjmp ignore logic (#83359)Florian Mayer1-0/+20
2024-02-29[scudo] Avoid splitting aligned allocations on Trusty (#69281)Andrei Homescu1-1/+23
2024-02-29Revert "[mlir][sparse] Migration to sparse_tensor.print" (#83499)Mehdi Amini4-259/+199
2024-02-29[gn build] Port ca9d2e923b28LLVM GN Syncbot1-0/+1
2024-02-29[Hexagon] Add Loop Alignment pass. (#83379)Sumanth Gundapaneni9-2/+680
2024-02-29llvm-profgen: Fix race condition (#83489)Matthias Braun1-3/+8
2024-02-29[flang][runtime] Partial revert of #83383. (#83478)Slava Zakharin11-9/+70
2024-02-29[AMDGPU] Fix OpenCL conformance test failures for ctlz. (#83170)Leon Clark3-54/+54
2024-02-29[llvm][loop-rotate] Allow forcing loop-rotation (#82828)Paul Kirth3-4/+77
2024-02-29[pr-subscribers] added `third-party:benchmark` to `new-prs-labeler` (#83486)Mircea Trofin1-0/+3
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch5-7/+111
2024-02-29Add guidance on bans to the CoC section and link to the developer policy (#82...Reid Kleckner1-0/+11
2024-02-29[lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch4-259/+331
2024-02-29[MemProf][NFC] Make new test actually check cold attributesTeresa Johnson1-0/+3
2024-02-29Revert "[ADT] Add std::string_view conversion to SmallString (#83397)"Aiden Grossman2-11/+0
2024-02-29Revert "[mlir-query] Add function extraction feature to mlir-query"Mehdi Amini9-207/+17
2024-02-29Increase timeout to reduce test failure rate. (#83312)Shubham Sandeep Rastogi2-6/+9
2024-02-29[libc++] Include missing <__assert> after #80091 (#83480)Fangrui Song1-0/+1
2024-02-29[flang] Add [[maybe_unused]] to fix -Werror build (#83456)Peter Klausler1-1/+2
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet12-37/+32
2024-02-29[clang-tidy][NFC] Fix buffer overflow in modernize-use-designated-initializersPiotr Zegar1-1/+1
2024-02-29[ADT] Add std::string_view conversion to SmallString (#83397)Aiden Grossman2-0/+11
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_C23_FLOAT16` to `LIBC_TYPES_HAS_FLOAT16...Guillaume Chatelet2-10/+9
2024-02-29[gn build] Port 525fe4492bbeLLVM GN Syncbot2-0/+2
2024-02-29[clang-tidy] Add new check `modernize-use-designated-initializers` (#80541)Danny Mösch15-166/+745
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue59-74/+63
2024-02-29[SLP]Fix miscompilation, cause by incorrect final node reordering.Alexey Bataev2-3/+3
2024-02-29[mlir][sparse] Migration to sparse_tensor.print (#83377)Yinying Li4-199/+259
2024-02-29[test][SROA] Regenerate vector-promotion.llArthur Eubanks1-182/+182
2024-02-29[HLSL] standardize builtin unit tests (#83340)Farzon Lotfi13-779/+421
2024-02-29[HLSL] Implementation of the frac intrinsic (#83315)Farzon Lotfi13-280/+337
2024-02-29ANDROID: AArch64: Change default max-page-size from 4k to 16k (#70251)Kalesh Singh2-6/+14
2024-03-01[TableGen] Use consistent field kind checking in getNumericKey. (#83284)Jason Eckhardt1-3/+6
2024-02-29[SLP][NFC]Add a test showing incorrect transformation, NFC.Alexey Bataev1-0/+48
2024-02-29[lldb] Don't cache lldb_find_python_module resultJonas Devlieghere1-3/+3
2024-02-29[OpenMP] Clang Codegen Interop : Accept multiple use & destroy clauses (#83398)SunilKuravinakop2-18/+38
2024-02-29[flang][runtime] Moved support for some REAL(16) intrinsics to Float128Math. ...Slava Zakharin53-444/+762
2024-02-29[OpenACC] Add dependent test for break/continue compute construct diagerichkeane1-0/+97
2024-02-29[RISCV] Store RVC and TSO ELF flags explicitly in RISCVTargetStreamer. NFCI (...Craig Topper4-5/+15
2024-02-29Revert "[NFC][RemoveDIs] Bulk update utilities to insert with iterators"Jeremy Morse32-120/+120
2024-02-29[Clang] [Sema] Handle `this` in `__restrict`-qualified member functions prope...Sirraide4-3/+88