summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-04[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.clangcodegen-remove-simplifycfgpass-preceding-removetrapspassVitaly Buka
2024-04-04[clang][ubsan] Switch UBSAN optimization to `llvm.allow.{runtime,ubsan}.check...Vitaly Buka
2024-04-04[TableGen] Fix a potential crash when operand doesn't appear in the instructi...Shilei Tian
2024-04-04[RISCV][GISel] Make register bank selection for unary and binary arithmetic o...Craig Topper
2024-04-04[NFC][UBSAN] Regenerate a testVitaly Buka
2024-04-04Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi
2024-04-04[LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-foldi...Alexey Bataev
2024-04-04[RISCV][NFC] Add isTargetAndroid API in RISCVSubtarget (#87671)Paul Kirth
2024-04-04[bazel] Add support for building lldb (#87589)Keith Smiley
2024-04-05[flang] Add --gcc-toolchain and --gcc-install-dir options to flang. (#87360)Michael Kruse
2024-04-04[UBSAN] Remove invalid assert added with #87709Vitaly Buka
2024-04-05[SPARC] Implement L and H inline asm argument modifiers (#87259)Koakuma
2024-04-04[UBSAN][HWASAN] Remove redundant flags (#87709)Vitaly Buka
2024-04-04[NFC][HWASAN][UBSAN] Remove cl:init from few opts (#87692)Vitaly Buka
2024-04-04[bazel] Add missing dependency for mlir:SCFUtils (#87711)Chenguang Wang
2024-04-04[libc] Temporary math macros fix (#87681)Michael Jones
2024-04-04[HWASAN][UBSAN] Don't use default `profile-summary-cutoff-hot` (#87691)Vitaly Buka
2024-04-04[flang] Added windows-include.h wrapper to resolve name conflicts. (#87650)Slava Zakharin
2024-04-04[libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser
2024-04-04[mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with i...MaheshRavishankar
2024-04-04[memprof] Introduce writeMemProf (NFC) (#87698)Kazu Hirata
2024-04-04Revert "[ARM][Thumb2] Mark BTI-clearing instructions as scheduling region bou...Victor Campos
2024-04-04[Headers] Don't declare unreachable() from stddef.h in C++ (#86748)Ian Anderson
2024-04-04[NFC] [HWASan] clarify FIXME comment (#87689)Florian Mayer
2024-04-04[builtin][NFC] Remove ClangBuiltin<"__builtin_allow_ubsan_check"> (#87581)Vitaly Buka
2024-04-04[flang][cuda] Add restriction on assumed size device variable (#87664)Valentin Clement (バレンタイン クレメン)
2024-04-04[mlir][ods] Fix attribute setter gen when properties are on (#87688)Jeff Niu
2024-04-04[NFC][UBSAN] Similar to #87687 for UBSANVitaly Buka
2024-04-04[MLIR][CF] Fix cf.switch parsing with result numbers (#87658)Keyi Zhang
2024-04-04[HWASan] Allow stack_history_size of 4096 (#86362)Florian Mayer
2024-04-04[NFC][HWASAN] Cleanup opt opt test (#87687)Vitaly Buka
2024-04-04[NFC][HWASAN] Simplify `selectiveInstrumentationShouldSkip` (#87670)Vitaly Buka
2024-04-04[SLP]Fix PR87630: wrong result for externally used vector value.Alexey Bataev
2024-04-04[OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555)Jonathan Peyton
2024-04-04[libc++][CI] Updates to Clang 19. (#85301)Mark de Wever
2024-04-04Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei
2024-04-04[libc] Move thread sync when closing port earlierJoseph Huber
2024-04-04[SLP]Add a test with the incorrect casting for external user, NFC.Alexey Bataev
2024-04-04[AArch64] Fix heuristics for folding "lsl" into load/store ops. (#86894)Eli Friedman
2024-04-04[CostModel][X86] Add costkinds test coverage for masked load/store/gather/sca...Simon Pilgrim
2024-04-04[AArch64][PAC][MC][ELF] Support PAuth ABI compatibility tag (#85236)Daniil Kovalev
2024-04-04[TextAPI] Reorder addRPath parameters (#87601)Cyndy Ishida
2024-04-04[ValueTracking] Add more conditions in to `isTruePredicate`Noah Goldstein
2024-04-04[ValueTracking] Add tests for deducing more conditions in `isTruePredicate`; NFCNoah Goldstein
2024-04-04[ValueTracking] Infer known bits fromfrom `(icmp eq (and/or x,y), C)`Noah Goldstein
2024-04-04[ValueTracking] Add tests for computing known bits from `(icmp eq (and/or x,y...Noah Goldstein
2024-04-04[mlir] Add `requiresReplacedValues` and `visitReplacedValues` to `PromotableO...Fabian Mora
2024-04-04[CMake] Install LLVMgold.so for LLVM_INSTALL_TOOLCHAIN_ONLY=on (#87567)Fangrui Song
2024-04-04[memprof] Make RecordWriterTrait a non-template class (#87604)Kazu Hirata
2024-04-04[gn build] Port fd38366e4525Arthur Eubanks