summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CMake][ASAN] Add support for ADDRESS_SANITIZER_BUILD compile optionupstream/users/dinistro/asan-compile-optionChristian Ulmann2024-03-012-3/+17
* [mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre2024-03-0118-98/+555
* Add "REQUIRES: asserts" to 2 tests added in #83379 using "-debug-only" run ar...Douglas Yung2024-03-012-0/+2
* [TextAPI] Fixup symbol names of ivars from extensions (#83525)Cyndy Ishida2024-02-292-1/+3
* [InstallAPI] Use unique identifiers for input buffers (#83523)Cyndy Ishida2024-02-291-2/+4
* [RISCV] Add getFeaturesForCPU function support (#83269)Brandon Wu2024-03-012-0/+27
* [lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda2024-02-292-160/+168
* [RISCV] Move V0 to the end of register allocation order (#82967)Wang Pengcheng2024-03-0162-520/+516
* [lldb][progress][NFC] Fix Doxygen information (#83502)Chelsea Cassanova2024-02-291-0/+3
* [libc] Allow libc to build on Red Hat (#83517)jameshu158692024-02-291-4/+5
* Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M2024-02-291-1/+0
* [libc] Ignore -Winclude-next-absolute-path warning in float-macros.h (#83513)lntue2024-02-291-0/+1
* [compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761)David CARLIER2024-02-291-2/+16
* [HWASAN] Implement selective instrumentation based on profiling information (...Kirill Stoimenov2024-02-293-0/+81
* Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda2024-02-2910-328/+6
* [compiler-rt] fix BSD procmaps stack frame size limit warning. (#82887)David CARLIER2024-03-011-11/+11
* [lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda2024-02-2910-6/+328
* [mlir][sparse] Migration to sparse_tensor.print (#83506)Yinying Li2024-02-294-199/+258
* [PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)2024-03-0126-521/+1545
* [libc++] Set feature test macros __cpp_lib_ranges_contains and__cpp_lib_range...ZijunZhaoCCK2024-02-297-50/+97
* [PowerPC] Do not generate `isel` instruction if target doesn't have this inst...Kai Luo2024-03-0127-1401/+1375
* [pgo][nfc] Model `Count` as a `std::optional` in `PGOUseBBInfo` (#83364)Mircea Trofin2024-02-291-47/+39
* [MLIR] Fix test on WindowsMehdi Amini2024-02-291-1/+1
* [HWASan] add test for hwasan_handle_longjmp ignore logic (#83359)Florian Mayer2024-02-291-0/+20
* [scudo] Avoid splitting aligned allocations on Trusty (#69281)Andrei Homescu2024-02-291-1/+23
* Revert "[mlir][sparse] Migration to sparse_tensor.print" (#83499)Mehdi Amini2024-02-294-259/+199
* [gn build] Port ca9d2e923b28LLVM GN Syncbot2024-02-291-0/+1
* [Hexagon] Add Loop Alignment pass. (#83379)Sumanth Gundapaneni2024-02-299-2/+680
* llvm-profgen: Fix race condition (#83489)Matthias Braun2024-02-291-3/+8
* [flang][runtime] Partial revert of #83383. (#83478)Slava Zakharin2024-02-2911-9/+70
* [AMDGPU] Fix OpenCL conformance test failures for ctlz. (#83170)Leon Clark2024-02-293-54/+54
* [llvm][loop-rotate] Allow forcing loop-rotation (#82828)Paul Kirth2024-02-293-4/+77
* [pr-subscribers] added `third-party:benchmark` to `new-prs-labeler` (#83486)Mircea Trofin2024-02-291-0/+3
* [lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch2024-02-295-7/+111
* Add guidance on bans to the CoC section and link to the developer policy (#82...Reid Kleckner2024-02-291-0/+11
* [lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch2024-02-294-259/+331
* [MemProf][NFC] Make new test actually check cold attributesTeresa Johnson2024-02-291-0/+3
* Revert "[ADT] Add std::string_view conversion to SmallString (#83397)"Aiden Grossman2024-02-292-11/+0
* Revert "[mlir-query] Add function extraction feature to mlir-query"Mehdi Amini2024-02-299-207/+17
* Increase timeout to reduce test failure rate. (#83312)Shubham Sandeep Rastogi2024-02-292-6/+9
* [libc++] Include missing <__assert> after #80091 (#83480)Fangrui Song2024-02-291-0/+1
* [flang] Add [[maybe_unused]] to fix -Werror build (#83456)Peter Klausler2024-02-291-1/+2
* [libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet2024-02-2912-37/+32
* [clang-tidy][NFC] Fix buffer overflow in modernize-use-designated-initializersPiotr Zegar2024-02-291-1/+1
* [ADT] Add std::string_view conversion to SmallString (#83397)Aiden Grossman2024-02-292-0/+11
* [libc][NFC] Rename `LIBC_COMPILER_HAS_C23_FLOAT16` to `LIBC_TYPES_HAS_FLOAT16...Guillaume Chatelet2024-02-292-10/+9
* [gn build] Port 525fe4492bbeLLVM GN Syncbot2024-02-292-0/+2
* [clang-tidy] Add new check `modernize-use-designated-initializers` (#80541)Danny Mösch2024-02-2915-166/+745
* [libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue2024-02-2959-74/+63
* [SLP]Fix miscompilation, cause by incorrect final node reordering.Alexey Bataev2024-02-292-3/+3