summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [๐˜€๐—ฝ๐—ฟ] initial versionupstream/users/vitalybuka/spr/nfccodegen-precommit-test-for-84858Vitaly Buka2024-04-049-39/+215
|\
| * [๐˜€๐—ฝ๐—ฟ] changes to main this commit is based onupstream/users/vitalybuka/spr/main.nfccodegen-precommit-test-for-84858Vitaly Buka2024-04-048-38/+195
|/
* [NFC][UBSAN] Regenerate a testVitaly Buka2024-04-041-8/+30
* Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi2024-04-0410-515/+17
* [LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-foldi...Alexey Bataev2024-04-0427-69/+2124
* [RISCV][NFC] Add isTargetAndroid API in RISCVSubtarget (#87671)Paul Kirth2024-04-041-0/+1
* [bazel] Add support for building lldb (#87589)Keith Smiley2024-04-045-3/+3289
* [flang] Add --gcc-toolchain and --gcc-install-dir options to flang. (#87360)Michael Kruse2024-04-0531-1/+45
* [UBSAN] Remove invalid assert added with #87709Vitaly Buka2024-04-041-1/+0
* [SPARC] Implement L and H inline asm argument modifiers (#87259)Koakuma2024-04-054-0/+64
* [UBSAN][HWASAN] Remove redundant flags (#87709)Vitaly Buka2024-04-047-23/+19
* [NFC][HWASAN][UBSAN] Remove cl:init from few opts (#87692)Vitaly Buka2024-04-042-2/+2
* [bazel] Add missing dependency for mlir:SCFUtils (#87711)Chenguang Wang2024-04-041-0/+1
* [libc] Temporary math macros fix (#87681)Michael Jones2024-04-043-2/+19
* [HWASAN][UBSAN] Don't use default `profile-summary-cutoff-hot` (#87691)Vitaly Buka2024-04-044-22/+9
* [flang] Added windows-include.h wrapper to resolve name conflicts. (#87650)Slava Zakharin2024-04-045-11/+29
* [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
* [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