aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-11add #error for ASAN mismatch with DYLIB offusers/dinistro/asan-compile-optionChristian Ulmann3-12/+12
2024-03-01[CMake][ASAN] Add support for ADDRESS_SANITIZER_BUILD compile optionChristian Ulmann2-3/+17
2024-03-01[mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre18-98/+555
2024-03-01Add "REQUIRES: asserts" to 2 tests added in #83379 using "-debug-only" run ar...Douglas Yung2-0/+2
2024-02-29[TextAPI] Fixup symbol names of ivars from extensions (#83525)Cyndy Ishida2-1/+3
2024-02-29[InstallAPI] Use unique identifiers for input buffers (#83523)Cyndy Ishida1-2/+4
2024-03-01[RISCV] Add getFeaturesForCPU function support (#83269)Brandon Wu2-0/+27
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda2-160/+168
2024-03-01[RISCV] Move V0 to the end of register allocation order (#82967)Wang Pengcheng62-520/+516
2024-02-29[lldb][progress][NFC] Fix Doxygen information (#83502)Chelsea Cassanova1-0/+3
2024-02-29[libc] Allow libc to build on Red Hat (#83517)jameshu158691-4/+5
2024-02-29Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M1-1/+0
2024-02-29[libc] Ignore -Winclude-next-absolute-path warning in float-macros.h (#83513)lntue1-0/+1
2024-02-29[compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761)David CARLIER1-2/+16
2024-02-29[HWASAN] Implement selective instrumentation based on profiling information (...Kirill Stoimenov3-0/+81
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