aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-06set the C runtime linkage to /MD only for sanitizer_common, interception, and...users/chbarto/test_onedllCharlie Barto5-6/+25
2024-09-06delete asan_win_weak_interception, which was unusedCharlie Barto1-22/+0
2024-09-06ensure the asan runtime is always linked with /OPT:NOICF on windows, which is...Charlie Barto1-1/+5
2024-09-06[LLVM 19] don't optimize register_weak_<whatever> when building with msvcCharlie Barto1-16/+20
2024-09-06[asan][windows] Yet more relaxation of testsCharlie Barto9-14/+14
2024-09-06clang-formatCharlie Barto1-2/+2
2024-09-06Pass -D_DLL and -D_MT to the linker for testsCharlie Barto1-1/+1
2024-09-06Add the compiler-rt libdir to path for lit in both static and dynamic configCharlie Barto1-1/+1
2024-09-06Test fixups requiring functional changesCharlie Barto9-25/+4
2024-09-06rename sanitizer_win_thunk_interception.h header guardCharlie Barto1-2/+2
2024-09-06Clean up wording of comment in compiler-rt cmakelists fileCharlie Barto1-1/+1
2024-09-06remove unused files from asan windows buildCharlie Barto2-127/+0
2024-09-06correct asan library checks in clang driver tests.Charlie Barto1-6/+4
2024-09-06exclude windows specific interface symbols from linux/darwin tests.Charlie Barto2-0/+6
2024-09-06Remove sanitizer_win_dll_thunk.h from the buildCharlie Barto1-1/+0
2024-09-06intercept atoll for the static runtime.Charlie Barto1-0/+1
2024-09-06add new substitutions to the tests to support the new static/dynamic runtime ...Charlie Barto1-1/+20
2024-09-06Clean up asan_malloc_win.cpp and add exportsCharlie Barto1-55/+42
2024-09-06Because all DLLs get initialized before the main moduleCharlie Barto1-11/+85
2024-09-06Teach the MSVC toolchain driver to link the correct asan libraries.Charlie Barto1-15/+11
2024-09-06make it an error to pass -static-libsan on windows and make shared the default.Charlie Barto1-4/+10
2024-09-06Remove the static ASAN runtimesCharlie Barto26-813/+1083
2024-09-06Build ASAN libraries with /MD instead of /MT on winodwsCharlie Barto2-2/+12
2024-09-06[ADT] Remove the const variant of LookupBucketFor in DenseMap (#107608)Kazu Hirata1-15/+5
2024-09-06Initial changes for llvm shared library build using explicit visibility annot...Thomas Fransham14-39/+180
2024-09-06[clang][rtsan] Add realtime_sanitizer to Features.def (#106650)Chris Apple2-0/+14
2024-09-06LV: fix style after cursory reading (NFC) (#105830)Ramkumar Ramachandra1-154/+151
2024-09-06AMDGPU: Remove unnecessary pointer bitcastMatt Arsenault1-4/+2
2024-09-06[compiler-rt][rtsan] Introduce RTSAN_OPTIONS and flags (#107174)Chris Apple12-23/+149
2024-09-06[ThinLTO] Shrink GlobalValueSummary by 8 bytes (#107342)Kazu Hirata6-40/+45
2024-09-06clang/AMDGPU: Update test message orderMatt Arsenault2-5/+7
2024-09-06[RISCV] Use Subtarget variable instaed of TLI.getSubtarget(). NFCCraig Topper1-1/+1
2024-09-06[X86] select.ll - add ADD/SUB identity select test casesSimon Pilgrim1-6/+374
2024-09-06[Attributor] Add support for atomic operations in `AAAddressSpace` (#106927)Shilei Tian3-4/+171
2024-09-06[X86] LowerSELECTWithCmpZero - add missing description of fold and cleanup ze...Simon Pilgrim1-11/+8
2024-09-06[X86] setcc-lowering.ll - add nounwind to remove cfi noise. NFC.Simon Pilgrim1-6/+3
2024-09-06[AMDGPU] Work around a warningKazu Hirata1-0/+3
2024-09-06[RISCV] Reduce the interface to RISCVCCAssignFn. NFC (#107503)Craig Topper4-54/+38
2024-09-06[lld][InstrProf] Sort startup functions for compression (#107348)Ellis Hoag8-6/+40
2024-09-06[flang][cuda] Do not check assignment semantic in cuf kernel (#107512)Valentin Clement (バレンタイン クレメン)3-1/+29
2024-09-06[libc++] Decouple iterator_traits test from precise Clang diagnostics (#107478)Louis Dionne2-123/+132
2024-09-06[Vectorize] Fix a warningKazu Hirata1-2/+1
2024-09-06[libc++][modules] Introduce a forward-declaration for std::byte (#107402)Louis Dionne6-1/+34
2024-09-06[libc++][modules] Tweak a few includes (#107467)Louis Dionne18-32/+17
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde25-67/+496
2024-09-06[Minidump] Support multiple exceptions in a minidump (#107319)Jacob Lalonde5-21/+153
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue9-32/+74
2024-09-06[bazel] Add missing dependencies for b8d6885ff67efbc3142a2b49506ed0cc2b95e054Benjamin Kramer2-0/+2
2024-09-06[LV] Support binary and unary operations with EVL-vectorization (#93854)Kolya Panchenko11-162/+2122
2024-09-06[LSR] Do not create duplicated PHI nodes while preserving LCSSA form (#107380)Sergey Kachkov7-44/+162