summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [๐˜€๐—ฝ๐—ฟ] changes introduced through rebaseupstream/users/vitalybuka/spr/main.nfchwasanubsan-remove-clinit-from-few-optsVitaly Buka2024-04-0435-552/+830
|\
| * [libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser2024-04-0411-31/+26
| * [mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with i...MaheshRavishankar2024-04-0413-240/+587
| * [memprof] Introduce writeMemProf (NFC) (#87698)Kazu Hirata2024-04-041-76/+142
| * Revert "[ARM][Thumb2] Mark BTI-clearing instructions as scheduling region bou...Victor Campos2024-04-043-189/+0
| * [Headers] Don't declare unreachable() from stddef.h in C++ (#86748)Ian Anderson2024-04-041-0/+4
| * [NFC] [HWASan] clarify FIXME comment (#87689)Florian Mayer2024-04-041-0/+3
| * [builtin][NFC] Remove ClangBuiltin<"__builtin_allow_ubsan_check"> (#87581)Vitaly Buka2024-04-041-2/+1
| * [flang][cuda] Add restriction on assumed size device variable (#87664)Valentin Clement (ใƒใƒฌใƒณใ‚ฟใ‚คใƒณ ใ‚ฏใƒฌใƒกใƒณ)2024-04-042-1/+7
| * [mlir][ods] Fix attribute setter gen when properties are on (#87688)Jeff Niu2024-04-042-13/+60
* | [๐˜€๐—ฝ๐—ฟ] changes to main this commit is based onVitaly Buka2024-04-044-22/+9
|/
* [NFC][UBSAN] Similar to #87687 for UBSANVitaly Buka2024-04-041-64/+64
* [MLIR][CF] Fix cf.switch parsing with result numbers (#87658)Keyi Zhang2024-04-042-2/+15
* [HWASan] Allow stack_history_size of 4096 (#86362)Florian Mayer2024-04-041-2/+2
* [NFC][HWASAN] Cleanup opt opt test (#87687)Vitaly Buka2024-04-041-12/+12
* [NFC][HWASAN] Simplify `selectiveInstrumentationShouldSkip` (#87670)Vitaly Buka2024-04-041-20/+16
* [SLP]Fix PR87630: wrong result for externally used vector value.Alexey Bataev2024-04-042-8/+14
* [OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555)Jonathan Peyton2024-04-041-0/+6
* [libc++][CI] Updates to Clang 19. (#85301)Mark de Wever2024-04-046-19/+19
* Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei2024-04-0410-17/+515
* [libc] Move thread sync when closing port earlierJoseph Huber2024-04-041-4/+4
* [SLP]Add a test with the incorrect casting for external user, NFC.Alexey Bataev2024-04-041-0/+64
* [AArch64] Fix heuristics for folding "lsl" into load/store ops. (#86894)Eli Friedman2024-04-0414-177/+119
* [CostModel][X86] Add costkinds test coverage for masked load/store/gather/sca...Simon Pilgrim2024-04-045-16/+7255
* [AArch64][PAC][MC][ELF] Support PAuth ABI compatibility tag (#85236)Daniil Kovalev2024-04-046-12/+127
* [TextAPI] Reorder addRPath parameters (#87601)Cyndy Ishida2024-04-044-9/+9
* [ValueTracking] Add more conditions in to `isTruePredicate`Noah Goldstein2024-04-043-64/+77
* [ValueTracking] Add tests for deducing more conditions in `isTruePredicate`; NFCNoah Goldstein2024-04-042-0/+466
* [ValueTracking] Infer known bits fromfrom `(icmp eq (and/or x,y), C)`Noah Goldstein2024-04-043-20/+25
* [ValueTracking] Add tests for computing known bits from `(icmp eq (and/or x,y...Noah Goldstein2024-04-041-5/+105
* [mlir] Add `requiresReplacedValues` and `visitReplacedValues` to `PromotableO...Fabian Mora2024-04-045-10/+82
* [CMake] Install LLVMgold.so for LLVM_INSTALL_TOOLCHAIN_ONLY=on (#87567)Fangrui Song2024-04-041-1/+1
* [memprof] Make RecordWriterTrait a non-template class (#87604)Kazu Hirata2024-04-042-7/+10
* [gn build] Port fd38366e4525Arthur Eubanks2024-04-041-1/+0
* [gn build] Port 8bb9443333e0Arthur Eubanks2024-04-041-0/+1
* [gn build] Port 3365d6217901Arthur Eubanks2024-04-041-0/+1
* [gn build] Manually port 6f2d8cc0Arthur Eubanks2024-04-042-0/+2
* [libc++][chrono] Completes the tzdb class. (#82157)Mark de Wever2024-04-0412-2/+493
* [libclc] Use VERSION_GREATER_EQUAL where appropriate. NFCFraser Cormack2024-04-041-7/+7
* [gn build] Manually port 1679b27Arthur Eubanks2024-04-041-1/+1
* [TBAA] Test for tbaa.struct metadata with bitfields in big endian layout (#87...Julian Nagele2024-04-041-0/+39
* Revert "[GlobalISel] Fix the infinite loop issue in `commute_int_constant_to_...Gulfem Savrun Yeniceri2024-04-042-37/+8
* [ELF] PROVIDE: fix spurious "symbol not found"Fangrui Song2024-04-042-7/+35
* [llvm-objcopy] Add --compress-sectionsFangrui Song2024-04-049-8/+278
* [APInt] Remove multiplicativeInverse with explicit modulus (#87644)Jay Foad2024-04-043-67/+4
* [CostModel][X86] Update AVX1 sext v4i1 -> v4i64 cost based off worst case llv...Simon Pilgrim2024-04-043-4/+4
* [libc][bazel][math] Add float128 math functions and their smoke tests to baze...lntue2024-04-042-43/+183
* Revert "[mlir][test] Make SME e2e tests require an emulator (#86489)"Andrzej Warzynski2024-04-043-116/+1
* [X86] Rename Zn3FPP# ports -> Zn3FP#. NFCSimon Pilgrim2024-04-0461-967/+967
* [libc++][oss-fuzz] Updates C++ version used. (#87531)Mark de Wever2024-04-041-1/+1