aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-09[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/-initial-version-1Vitaly Buka14-328/+307
2024-07-09[rtsan] Temporarily disable runtime to fix bots after #92460Vitaly Buka1-3/+3
2024-07-09[libc++][TZDB] Finishes zoned_time constructors. (#95010)Mark de Wever14-7/+1252
2024-07-09[libc++][TZDB] Adds basics of zoned_time class. (#94999)Mark de Wever16-2/+842
2024-07-09[test][PAC][AArch64] Add ELF tests for subtarget-neutral codegen (#98020)Daniil Kovalev5-48/+71
2024-07-09[compiler-rt] Realtime Sanitizer: Introduce Realtime Sanitizer (RTSan) backen...Chris Apple23-1/+1939
2024-07-09[libc] adjust printf macro test to use all 64 bits (#98195)Michael Jones1-3/+4
2024-07-09[MachineSink] Fix missing sinks along critical edges (#97618)Min-Yih Hsu4-57/+95
2024-07-09Reapply "[RISCV] Remove experimental from Ztso. (#96465)"Philip Reames18-73/+77
2024-07-09[test][MachineSink][RISCV] Pre-commit test for #97618Min Hsu1-0/+182
2024-07-09[obj2yaml] Support CRELFangrui Song2-20/+132
2024-07-09[Clang][Sema] Fix crash when rebuilding MemberExprs with invalid object expre...Krystian Stasiowski2-0/+34
2024-07-09[CMake][Fuchsia] Revert back to using normalized triples (#98189)Petr Hosek1-1/+1
2024-07-09[hexagon] Add {con,de}structive interference size defn (#94877)Brian Cain3-0/+39
2024-07-09[MachO] Loosen boundary check for reading export trie nodes (#96705)Cyndy Ishida4-4/+374
2024-07-09[flang][cuda] Add conversion for stream value in cuf kernel directive (#98082)Valentin Clement (バレンタイン クレメン)3-3/+17
2024-07-09[libc] Include stdio.h in baremetal getchar.cpp (#98188)Petr Hosek2-0/+3
2024-07-09[SLP][NFC]Add comments for the code, NFC.Alexey Bataev1-0/+3
2024-07-10[RISCV][MC] Add support for hardcode encoding of .insn directive (#98030)Yingwei Zheng8-4/+84
2024-07-09[libc] Avoid the atexit and exit_handler dependency for exit (#98121)Petr Hosek3-2/+2
2024-07-09[SLP]Keep the original order in the reductions.Alexey Bataev30-168/+156
2024-07-09[llvm][AArch64] Fix an assertion message in TargetParserTests. NFC (#98085)Jon Roelofs1-8/+13
2024-07-09Revert "[lit] Implement builtin umask (#94621)"Jay Foad9-58/+7
2024-07-09[DebugInfo] Add 'REQUIRES: object-emission' in the test. (#98141)Abid Qadeer1-1/+4
2024-07-09[IR] Return 'unsigned' from ScalableVectorType::getMinNumElements(). (#98103)Craig Topper1-1/+1
2024-07-09[lit] Implement builtin umask (#94621)Jay Foad9-7/+58
2024-07-09[flang][docs] Remove passwords for bi-weekly flang calls from documen… (#98...Tarun Prabhu1-4/+4
2024-07-09[libc++][NFC] Tabs to space in libcxx-lit scriptLouis Dionne1-1/+1
2024-07-09[libc++] Define the __cpp_lib_atomic_ref feature test macro (#98081)Louis Dionne5-69/+32
2024-07-09[SelectionDAG] Handle vscale range wrapping in isKnownNeverZeroLuke Lau1-1/+1
2024-07-09[VPlan] Update HCFG builder after 72937203dd3b to fix leak.Florian Hahn7-10/+26
2024-07-09[CodeGen] Add a flag to disable emitting block signature strings (#96944)Akira Hatanaka8-15/+60
2024-07-09[NaryReassociate] Check to avoid introducing poison when reusing SCEVs (#98156)Benjamin Kramer2-6/+56
2024-07-09[lldb][test] Skip bitfield enum tests for DWARF v2 and belowDavid Spickett1-0/+3
2024-07-09Support `guarded_by` attribute and related attributes inside C structs and su...Pierre d'Herbemont8-24/+134
2024-07-09[InstCombine] Fix typo in `adjustKnownBitsForSelectArm` (#98155)Yingwei Zheng2-1/+27
2024-07-09[llvm-objcopy][COFF] Add aliases for some --subsystem options (#98036)Victor Campos2-5/+27
2024-07-09Move `SystemHeadersCoverage` into `llvm::coverage` in CoverageMappingGen.hNAKAMURA Takumi3-6/+11
2024-07-09Update clang/test/system_macro.cpp for both -system-headers-coverage=true/falseNAKAMURA Takumi1-4/+28
2024-07-09[libc] Disable `-ffreestanding` and `-fno-builtin` on the GPU build (#97636)Joseph Huber1-3/+17
2024-07-09[SLP]Fix PR98133: Inserting PHI after debug-records!Alexey Bataev2-1/+45
2024-07-09[scudo][fuchsia] Give dispatched VMOs a (temporary) name (#97578)Fabio D'Urso1-0/+3
2024-07-09[lldb] Use correct path separator for C++ library files lookup (#98144)Vladislav Dzhidzhoev1-1/+1
2024-07-09[X86][MC] Fix encoding bug for CCMP introduced in #85175Shengchen Kan3-13/+39
2024-07-09[bazel] Add missing deps for afa6bed8afe9011c07c682a0a24362260d92cfddHaojian Wu1-0/+1
2024-07-09[VectorCombine] foldShuffleToIdentity - ensure casts have the same source typeSimon Pilgrim2-0/+22
2024-07-09[VPlan] Clarify setting Lane in fixPhi (NFCI).Florian Hahn1-3/+3
2024-07-09[libc] Remove unnecessary `stdio.h` includes (#98132)Petr Hosek2-4/+0
2024-07-09Revert "[AArch64][GlobalISel] Make G_DUP immediate 32-bits or larger (#96780)"David Spickett6-102/+123
2024-07-09[VPlan] Create vector header and latch VPBBs in createInitialVPlan (NFC)Florian Hahn2-7/+9