aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
dwblaikie/clang_explicit_specialization_storage_warningClang: Add warning flag for storage class specifiers on explicit specializationsDavid Blaikie8 weeks
dwblaikie/debug_incomplete_types[DebugInfo] Add flag to only emit referenced member functionsDavid Blaikie5 months
fork/md5phase2Rebase with mainWilliam Huang11 months
m88k/main-m88k[m88k] Fix compile error due to upstream changes.Kai Nacke21 months
main[clang][bytecode] Classify 1-bit unsigned integers as bool (#104662)Timm Baeder61 min.
myfork/mainFix formatting issues found by code formatting check in build.Dave Pagan5 months
origin/main[DFSan] Add functions to print origin trace from origin id instead of address.Andrew Browne3 years
origin/release/14.x[ELF] Fix .strtab corruption when a symbol name is emptyFangrui Song2 years
origin/users/minglotus-6/spr/instrprof[π˜€π—½π—Ώ] initial versionmingmingl6 months
release/1.0.xAdded an answer about running the tests.John Criswell21 years
release/1.1.xAdded Stacker Reid Spencer's contributions.John Criswell21 years
release/1.2.xUpdated code and source sizes.John Criswell20 years
release/1.3.xMerged from mainline.John Criswell20 years
release/1.4.xFix table of contents.John Criswell20 years
release/1.5.xAdd PR#566; something I should have done before.John Criswell19 years
release/1.6.xNote that a work-around is available.John Criswell19 years
release/1.7.xMerging in from mainlineTanya Lattner18 years
release/1.8.xFixing typoTanya Lattner18 years
release/1.9.xFix miscompile of linux kernel (llvm 1.9)Andrew Lenharth18 years
release/10.x[tests] Revert unhelpful change from d73eed42d1dcHubert Tong4 years
release/11.x[lldb] Fix fallout caused by D89156 on 11.0.1 for MacOSAndi-Bogdan Postelnicu4 years
release/12.xRevert "Revert "[Coverage] Fix branch coverage merging in FunctionCoverageSum...Tom Stellard3 years
release/13.x[X86] combineVectorHADDSUB - remove the broken HOP(x,x) merging code (PR51974)Simon Pilgrim3 years
release/14.xBump version to 14.0.6Tom Stellard2 years
release/15.x[libc++] Fix memory leaks when throwing inside std::vector constructorsNikolas Klauser19 months
release/16.x[lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg14 months
release/17.xRevert "[runtimes] Add missing test dependencies to check-all (#72955)"Tobias Hieta9 months
release/18.x[libcxx] Align `__recommend() + 1` by __endian_factor (#90292)Vitaly Buka2 months
release/19.x[libc++] Fix ambiguous constructors for std::complex and std::optional (#103409)Louis Dionne3 days
release/2.0.x2.0 Release docsTanya Lattner17 years
release/2.1.xMerge release notes from mainline.Tanya Lattner17 years
release/2.2.xFix bugs section.Tanya Lattner17 years
release/2.3.xFix broken makefile.Tanya Lattner16 years
release/2.4.xUpdate for 2.4 release.Tanya Lattner16 years
release/2.5.xLast test for new branch commit mailing list.Tanya Lattner15 years
release/2.6.xMerge 80596 from mainline.Tanya Lattner15 years
release/2.7.xCommit 2.7 release notes.Tanya Lattner14 years
release/2.8.xRename 2.8rc to 2.8.Bill Wendling14 years
release/2.9.xUpdate the release notes.Bill Wendling13 years
release/3.0.xFully merge the Clang ReleaseNotes into the 3.0 branch.Chandler Carruth13 years
release/3.1.xMerge in 156319 156837 156838.Bill Wendling12 years
release/3.2.xBring PTX back to sync with release tarballAnton Korobeynikov12 years
release/3.3.xAdd -dot flag to test-release.shTom Stellard11 years
release/3.4.xMerging r201843Tom Stellard10 years
release/3.5.xMerging r230694:Tom Stellard9 years
release/3.6.xFix the VS2012 build after r240285.Hans Wennborg9 years
release/3.7.xBackport r254081 from trunk: Fix problem with Clang-tidy parallel configure b...Eugene Zelenko9 years
release/3.8.xMerging r271801:Joerg Sonnenberger8 years
release/3.9.xMerging r288433:Tom Stellard8 years
release/4.xMerging r300267:Tom Stellard7 years
release/5.xBump version to 5.0.2Tom Stellard6 years
release/6.xMerging r333213:Tom Stellard6 years
release/7.xcmake: Use 7.1.0 for shared object version instead of 71.0Tom Stellard6 years
release/8.xRevert r369210 which got committed to the branch by mistakeHans Wennborg5 years
release/9.xexport.sh: Fetch sources from GitHub instead of SVNTom Stellard5 years
revert-101837-users/vitalybuka/spr/asan-optimize-initialization-order-checkingRevert "[asan] Optimize initialization order checking (#101837)"Florian Mayer3 days
revert-103029-eng/PR-133510292-upstreamRevert "[Object][x86-64] Add support for `R_X86_64_GLOB_DAT` relocations. (#1...Fangrui Song4 days
revert-104665-revert-104621-users/vitalybuka/spr/asan-catch-initialization-order-fiasco-in-mudules-without-globalsRevert "Revert "[asan] Catch `initialization-order-fiasco` in modules without...Vitaly Buka15 hours
revert-70452-getSizeOrUnknown_removed[RISCV] Test for bug-88799AdityaK4 months
revert-70642-xcoff2yaml_auxsymRevert "[XCOFF][obj2yaml] support parsing auxiliary symbols for XCOFF (#70642)"Esme8 months
revert-71776-commandlineRevert "[Support]Look up in top-level subcommand as a fallback when looking o...Fangrui Song9 months
revert-72132-enable-sink-and-foldRevert "[MachineSink][AArch64] Enable sink-and-fold by default (#72132)"Momchil Velikov9 months
revert-73124-fix_ftn_entrypoint_dupesRevert "[flang][Driver] Let the linker fail on multiple definitions of main()...Tom Eccles9 months
revert-73467-compiler-typeRevert "[LLDB] Add more helper functions to CompilerType class. (#73467)"cmtice9 months
revert-75351-usscRevert "[StackColoring] Delete dead stack slots (#75351)"Paul Kirth8 months
revert-77394-lambda-fixedRevert "[ASan][libc++] Initialize `__r_` variable with lambda"Vitaly Buka7 months
revert-77496-compiler-rt-sme-libc-routinesRevert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins."Vitaly Buka7 months
revert-78041-p1907r1Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Erich Keane7 months
revert-78134-fix78059Revert "[DFAJumpThreading] Extends the bitwidth of state from uint64_t to APInt"Vitaly Buka7 months
revert-80640-autoupgradeRevert "[llvm][AArch64] Autoupgrade function attributes from Module attribute...Vedant Paranjape6 months
revert-80745-lldb-statisticsRevert "Support statistics dump summary only mode (#80745)"Wanyi6 months
revert-81142-no-push-approvedRevert "[GitHub][workflows] Ask reviewers to merge PRs when author cannot (#8...David Spickett6 months
revert-81867-aa64.intrRevert "[AArch64] Intrinsics aarch64_{get,set}_fpsr (#81867)"Serge Pavlov6 months
revert-85258-nfc-clauseprocessor-helpersRevert "[Flang][OpenMP][Lower] NFC: Move clause processing helpers into the C...Sergio Afonso5 months
revert-85994-ringbufferRevert "[scudo] Only init RingBuffer when needed. (#85994)"Florian Mayer3 months
revert-86737-jc_compiler_bootstrapRevert "[compiler-rt] Allow building builtins.a without a libc (#86737)"Leandro Lupori5 months
revert-87297-dialect_conversion_v2Revert "[mlir] Reland the dialect conversion hanging use fix (#87297)"Mehdi Amini5 months
revert-87357-reenable-external-categoriesRevert "Reenable external categories (#87357)"Vitaly Buka4 months
revert-87987-win32-elfRevert "Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF fo...Phoebe Wang4 months
revert-88024-users/minglotus-6/spr/summary2Revert "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu3 months
revert-88474-zama16bRevert "[RISCV] Support Zama16b1p0 (#88474)"ZijunZhaoCCK4 months
revert-88510-fft-accuracyRevert "[TOSA] FFT2D/RFFT2D accuracy increased (#88510)"Mehdi Amini4 months
revert-88512-ctlz_zuRevert "[AMDGPU] Use LSH for lowering ctlz_zero_undef.i8/i16 (#88512)"Leon Clark3 months
revert-89021-mipsr6-match-fminmaxRevert "[MIPS] match llvm.{min,max}num with {min,max}.fmt for R6 (#89021)"YunQiang Su3 months
revert-89527-pr_memprof_omit_key_recordRevert "[memprof] Omit the key length for the record table (#89527)"Simon Pilgrim4 months
revert-90061-tablegen-ignore-inaccessibleRevert "[TableGen] Ignore inaccessible memory when checking pattern flags (#9...Jay Foad4 months
revert-90692-valueguid_fixed_retryRevert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...Chen Zheng3 months
revert-90885-revert-90499-map-type-propertyUpdate ParseOpenMP.cppjyu2-git3 months
revert-92715-revert-88024-users/minglotus-6/spr/summary2Revert "Revert "[ThinLTO] Populate declaration import status except for distr...Mingming Liu3 months
revert-92865-remove-nonhermetic-terminfoRevert "[Support] Remove terminfo dependency (#92865)"Michael Buch3 months
revert-94502-revertbitcodewriterRevert "Revert "[ThinLTO][Bitcode] Generate import type in bitcode (#87600)" ...Mingming Liu7 weeks
revert-94621-lit-umaskRevert "[lit] Implement builtin umask (#94621)"Jay Foad6 weeks
revert-95060-revert-86609-users/ilovepi/spr/llvmir-extend-branchweightmetadata-to-track-provenance-of-weightsRevert "Revert "[llvm][IR] Extend BranchWeightMetadata to track provenance of...Paul Kirth2 months
revert-95129-users/steakhal/spr/analyzer-harden-safeguards-for-z3-query-timesRevert "[analyzer] Harden safeguards for Z3 query times"Balazs Benics9 weeks
revert-95142-add-driver-debug-record-supportRevert "[Flang] Use PrintModulePass to print LLVM IR from the frontend (#95142)"Stephen Tozer2 months
revert-95702-mcdc/aarefactorRevert "mmapForContinuousMode: Align Linux's impl to __APPLE__'s more. NFC. (...NAKAMURA Takumi8 weeks
revert-96193-conditional_use_ifRevert "[libc++] Use _If for conditional_t (#96193)"James Y Knight7 weeks
revert-96465-remove-exp-ztsoRevert "[RISCV] Remove experimental from Ztso. (#96465)"Yingwei Zheng8 weeks
revert-97114-MemprofReduceTestBinarySizeRevert "[Memprof] Reduce test binary sizes for memprof tests. (#97114)"Vitaly Buka7 weeks
revert-97618-patch/fix-machine-sink-load-immRevert "[MachineSink] Fix missing sinks along critical edges (#97618)"Amara Emerson5 weeks
revert-98016-undefined_internal_errorRevert "fix bug that undefined internal is a warning only for -pedantic-error...Aaron Ballman5 weeks
revert-98281-2024q3-memcpy-inline-with-variable-sizeRevert "[Intrinsics][PreISelInstrinsicLowering] llvm.memcpy.inline length no ...Alex Bradbury5 weeks
revert-98553-mc-elfosabi-openbsdRevert "[MC] set OpenBSD's ELFOSABI by default (#98158) (#98553)"John Ericson5 weeks
revert-fixRevert "[IR] Don't include Module.h in Analysis.h (NFC) (#97023)"Zijun7 weeks
revert-hwasan-failureRevert HWASAN failure (#74163)Kirill Stoimenov9 months
upstream/main[Clang] [NFC] Fix potential dereferencing of nullptr (#101405)smanna122 weeks
upstream/users/clementval/acc_device_type_none[AMDGPU] Set MaxAtomicSizeInBitsSupported. (#75185)James Y Knight8 months
users/5chmidti/add_testing_for_the_AST_matcher_referencefix empty enum declJulian Schmidt5 weeks
users/5chmidti/rm_not_needed_run_overload_in_BoundNodesCallback[clang][test] remove unused `run` overload in `BoundNodesCallback`Julian Schmidt5 weeks
users/5chmidti/specify_test_language_versions_in_def_fileadd c2yJulian Schmidt5 weeks
users/ChuanqiXu9/D41416fmtChuanqi Xu6 weeks
users/ChuanqiXu9/D41416_on_disk_hash_table[Serialization] Introduce OnDiskHashTable for specializationsChuanqi Xu6 weeks
users/ChuanqiXu9/D41416_on_disk_hash_table_polishingfmtChuanqi Xu5 weeks
users/ChuanqiXu9/LoadSpecLazily_one_of_twoLoad Specializations LazilyChuanqi Xu7 months
users/MaskRay/spr/-fno-plt-infer-nonlazybind-at-o0[π˜€π—½π—Ώ] initial versionFangrui Song6 weeks
users/MaskRay/spr/aarch64elf-allow-implicit-dx-at-section-beginning[π˜€π—½π—Ώ] initial versionFangrui Song4 weeks
users/MaskRay/spr/aarch64elf-allow-implicit-dx-at-section-beginning-1add lld test. improve DenseMap efficiencyFangrui Song19 hours
users/MaskRay/spr/aarch64elf-omit-initial-d-of-non-text-sectionsrebase after test improvementFangrui Song4 weeks
users/MaskRay/spr/driver-add-wa-options-mmapsymsdefaultimplicit[π˜€π—½π—Ώ] initial versionFangrui Song43 hours
users/MaskRay/spr/driver-default-msmall-data-limit-to-0-and-clean-up-code[π˜€π—½π—Ώ] initial versionFangrui Song6 months
users/MaskRay/spr/driver-support-wa-fdpic-for-arm-fdpic-abi[π˜€π—½π—Ώ] initial versionFangrui Song6 months
users/MaskRay/spr/driveraarch64-remove-aarch32-specific-mno-unaligned-access[π˜€π—½π—Ώ] initial versionFangrui Song5 months
users/MaskRay/spr/drivercrosswindows-remove-isystem-after[π˜€π—½π—Ώ] initial versionFangrui Song5 months
users/MaskRay/spr/elf-orphan-placement-remove-hasinputsections-conditionsimplifyFangrui Song2 months
users/MaskRay/spr/improve-warning[π˜€π—½π—Ώ] initial versionFangrui Song8 months
users/MaskRay/spr/main.armmc-support-fdpic-relocations[ARM,MC] Support FDPIC relocations (#82187)Fangrui Song6 months
users/MaskRay/spr/main.asan-isinterestingalloca-remove-the-isallocapromotable-condition[asan] isInterestingAlloca: remove the isAllocaPromotable condition (#77221)Fangrui Song6 months
users/MaskRay/spr/main.driver-add-wa-options-mmapsymsdefaultimplicit[π˜€π—½π—Ώ] changes to main this commit is based onFangrui Song43 hours
users/MaskRay/spr/main.driver-support-wa-fdpic-for-arm-fdpic-abi[π˜€π—½π—Ώ] changes to main this commit is based onFangrui Song6 months
users/MaskRay/spr/main.elf-orphan-placement-remove-hasinputsections-condition[π˜€π—½π—Ώ] changes introduced through rebaseFangrui Song2 months
users/MaskRay/spr/main.elf-place-lbsslrodataldata-after-bss[ELF] Support placing .lbss/.lrodata/.ldata after .bss (#81224)Fangrui Song6 months
users/MaskRay/spr/main.format[π˜€π—½π—Ώ] changes to main this commit is based onFangrui Song7 months
users/MaskRay/spr/main.improve-warning[π˜€π—½π—Ώ] changes to main this commit is based onFangrui Song8 months
users/MaskRay/spr/main.llvm-objcopy-add-compress-sections[π˜€π—½π—Ώ] changes introduced through rebaseNoah Goldstein5 months
users/MaskRay/spr/main.llvm-objcopy-simplify-decompress-debug-sections-and-dont-compress-shf_alloc-sections[π˜€π—½π—Ώ] changes introduced through rebaseanbbna5 months
users/MaskRay/spr/riscv-restore-dw_eh_pe_uleb128-call-site-encoding-for-gcc_except_table[π˜€π—½π—Ώ] initial versionFangrui Song7 months
users/MaskRay/spr/sema-allow-wno-main-to-suppress-the-arg-wrong-erroradd release noteFangrui Song5 months
users/MaskRay/spr/x86-dont-fold-offsets-that-are-too-closer-to-int32_min-in-non-large-code-models.Fangrui Song5 weeks
users/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-section[π˜€π—½π—Ώ] initial versionNecip Fazil Yildiran4 months
users/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-section-1[π˜€π—½π—Ώ] initial versionNecip Fazil Yildiran4 months
users/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-section-2[π˜€π—½π—Ώ] initial versionNecip Fazil Yildiran4 months
users/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-section-3[π˜€π—½π—Ώ] initial versionNecip Fazil Yildiran4 months
users/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-section-4Rebased on upstream main.Necip Fazil Yildiran4 months
users/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-section-5[π˜€π—½π—Ώ] initial versionNecip Fazil Yildiran4 months
users/Prabhuk/sprbitcodeasm-parse-metadata-value-from-operand-bundlesRebased on upstream mainNecip Fazil Yildiran4 months
users/Prabhuk/sprbitcodeasm-read-metadata-value-from-operand-bundles-in-and-out[π˜€π—½π—Ώ] initial versionprabhukr4 months
users/Prabhuk/sprcallgraphsection-add-call-graph-section-options-and-documentationRebased on upstream main.Necip Fazil Yildiran4 months
users/Prabhuk/sprcallsiteinfocallgraphsection-extend-callsiteinfo-with-typeidAddressed review comments except for the verifier check. Rebased on upstream ...Necip Fazil Yildiran4 months
users/Prabhuk/sprcallsiteinfocallgraphsection-extract-and-propagate-indirect-call-type-idsRebased on upstream main.Necip Fazil Yildiran4 months
users/Prabhuk/sprclangcallgraphsection-add-type-id-metadata-to-indirect-call-and-targetsAddressed review comments and a FIXME. Rebased on upstream main.Prabhuk4 months
users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section[π˜€π—½π—Ώ] changes to main this commit is based onNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-1[π˜€π—½π—Ώ] changes to main this commit is based onNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-2[π˜€π—½π—Ώ] changes to main this commit is based onNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-3[π˜€π—½π—Ώ] changes to main this commit is based onNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-4[π˜€π—½π—Ώ] changes introduced through rebaseNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-5[π˜€π—½π—Ώ] changes to main this commit is based onNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.callgraphsection-add-call-graph-section-options-and-documentation[π˜€π—½π—Ώ] changes introduced through rebaseNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.callsiteinfocallgraphsection-extend-callsiteinfo-with-typeid[π˜€π—½π—Ώ] changes introduced through rebasePrabhuk4 months
users/Prabhuk/sprmain.callsiteinfocallgraphsection-extract-and-propagate-indirect-call-type-ids[π˜€π—½π—Ώ] changes introduced through rebaseNecip Fazil Yildiran4 months
users/Prabhuk/sprmain.clangcallgraphsection-add-type-id-metadata-to-indirect-call-and-targets[π˜€π—½π—Ώ] changes introduced through rebaseNecip Fazil Yildiran4 months
users/aaupov/spr/bolt-add-profile-density-computations/ExecutedBytes/SampleCountInBytesAmir Ayupov5 days
users/aaupov/spr/bolt-eliminate-dead-jump-tablesclang-formatAmir Ayupov3 months
users/aaupov/spr/bolt-set-rawbranchcount-in-dataaggregator[π˜€π—½π—Ώ] initial versionAmir Ayupov3 weeks
users/aaupov/spr/boltnfc-add-hasinternalcalls-binaryfunction-property[π˜€π—½π—Ώ] initial versionAmir Ayupov4 months
users/aaupov/spr/boltnfc-keep-input-icount-for-disassembled-functions[π˜€π—½π—Ώ] initial versionAmir Ayupov3 weeks
users/aaupov/spr/boltyaml-allow-unknown-keys-in-the-input[π˜€π—½π—Ώ] initial versionAmir Ayupov3 weeks
users/aaupov/spr/main.bolt-add-profile-density-computation[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov8 days
users/aaupov/spr/main.bolt-add-profile-use-pseudo-probes-option[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov3 weeks
users/aaupov/spr/main.bolt-attach-pseudo-probes-to-blocks-in-yaml-profile[π˜€π—½π—Ώ] changes to main this commit is based onAmir Ayupov4 weeks
users/aaupov/spr/main.bolt-detect-warm-split-functions-as-cold-fragments[BOLT] Detect .warm split functions as cold fragments (#93759)Amir Ayupov3 months
users/aaupov/spr/main.bolt-drop-macro-fusion-alignment[BOLT] Drop macro-fusion alignment (#97358)Amir Ayupov7 weeks
users/aaupov/spr/main.bolt-eliminate-dead-jump-tables[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov3 months
users/aaupov/spr/main.bolt-set-rawbranchcount-in-dataaggregator[π˜€π—½π—Ώ] changes to main this commit is based onAmir Ayupov3 weeks
users/aaupov/spr/main.bolt-support-more-than-two-jump-table-parents[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov3 weeks
users/aaupov/spr/main.bolt-support-possible_pic_fixed_branch[BOLT] Support POSSIBLE_PIC_FIXED_BRANCH (#91667)Amir Ayupov4 weeks
users/aaupov/spr/main.boltbat-add-support-for-three-way-split-functions[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov2 months
users/aaupov/spr/main.boltnfc-print-timers-in-perf2bolt-invocation[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov2 weeks
users/aaupov/spr/main.boltnfc-track-fragment-relationships-using-equivalenceclasses[π˜€π—½π—Ώ] changes to main this commit is based onAmir Ayupov4 weeks
users/aaupov/spr/main.mcnfc-reduce-address2probesmap-size[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov35 hours
users/aaupov/spr/main.mcnfc-statically-allocate-storage-for-decoded-pseudo-probes-and-function-records[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov3 days
users/aaupov/spr/main.mcnfc-store-mcpseudoprobefuncdescfuncname-as-stringref[π˜€π—½π—Ώ] changes to main this commit is based onAmir Ayupov3 weeks
users/aaupov/spr/main.mcnfc-use-stdmap-for-addressprobesmap[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov4 weeks
users/aaupov/spr/main.mcnfc-use-vector-for-guidprobefunctionmap[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov35 hours
users/aaupov/spr/main.mcprofgennfc-expand-auto-for-mcdecodedpseudoprobe[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov7 days
users/aaupov/spr/main.profgennfc-pass-parameter-as-const_ref[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov7 days
users/aaupov/spr/mcnfc-count-pseudo-probes-and-function-recordsspeed up countingAmir Ayupov5 days
users/aaupov/spr/mcnfc-reduce-address2probesmap-sizeCheck find addrAmir Ayupov28 hours
users/aaupov/spr/mcnfc-statically-allocate-storage-for-decoded-pseudo-probes-and-function-recordsAdd asserts, address commentsAmir Ayupov2 days
users/aaupov/spr/mcnfc-store-mcpseudoprobefuncdescfuncname-as-stringref[π˜€π—½π—Ώ] initial versionAmir Ayupov3 weeks
users/aaupov/spr/mcnfc-use-vector-for-guidprobefunctionmapAssert func desc sizeAmir Ayupov35 hours
users/aengelke/spr/main.support-use-block-numbers-for-loopinfo-bbmap[π˜€π—½π—Ώ] changes to main this commit is based onAlexis Engelke4 days
users/aengelke/spr/support-use-block-numbers-for-loopinfo-bbmap[π˜€π—½π—Ώ] initial versionAlexis Engelke4 days
users/agozillon/flangopenmp-derived-type-explicit-allocatable-member-mappingediting tests to use new simpler "requires"agozillon2 weeks
users/agozillon/main.flangopenmp-derived-type-explicit-allocatable-member-mapping[π˜€π—½π—Ώ] changes introduced through rebaseagozillon2 weeks
users/agozillon/main.openmpmlir-descriptor-explicit-member-map-lowering-changes[π˜€π—½π—Ώ] changes introduced through rebaseagozillon2 weeks
users/agozillon/openmp-allocatable-explicit-member-mapping-fortran-offloading-testsediting tests to use new simpler "requires"agozillon2 weeks
users/agozillon/openmpmlir-descriptor-explicit-member-map-lowering-changesediting tests to use new simpler "requires"agozillon2 weeks
users/akash/use-device-lowering-1Addressed reviewer comments.Akash Banerjee4 days
users/akash/use-device-lowering-2[OpenMP]Update use_device_clause loweringAkash Banerjee11 days
users/alexey-bataev/spr/lvenable-max-safe-distance-in-predicated-datawithevl-vectorization-modeFix formattingAlexey Bataev3 weeks
users/alexey-bataev/spr/lvevlsupport-reversed-loadsstores[π˜€π—½π—Ώ] initial versionAlexey Bataev4 months
users/alexey-bataev/spr/lvinitial-support-for-safe-distance-in-predicated-datawithevl-vectorization-mode[π˜€π—½π—Ώ] initial versionAlexey Bataev5 days
users/alexey-bataev/spr/lvnfcsimplify-structure-and-message-of-the-safe-distance-analysis-for-scalable-vectorization[π˜€π—½π—Ώ] initial versionAlexey Bataev4 weeks
users/alexey-bataev/spr/main.address-comments[π˜€π—½π—Ώ] changes to main this commit is based onAlexey Bataev5 months
users/alexey-bataev/spr/slpfix-pr87011-missing-sign-extension-of-demoted-type-before-zero[π˜€π—½π—Ώ] initial versionAlexey Bataev5 months
users/alexey-bataev/spr/slpfix-pr87011-missing-sign-extension-of-demoted-type-before-zero-1[π˜€π—½π—Ώ] initial versionAlexey Bataev5 months
users/alexey-bataev/spr/slpfix-pr87011-missing-sign-extension-of-demoted-type-before-zero-2[π˜€π—½π—Ώ] initial versionAlexey Bataev5 months
users/alexey-bataev/spr/slpimprove-reordering-for-consts-splats-and-ops-from-same-nodes-improved-analysis[π˜€π—½π—Ώ] initial versionAlexey Bataev5 months
users/alexey-bataev/spr/slpimprove-vectorization-of-gathered-loadsFix formattingAlexey Bataev9 days
users/alexey-bataev/spr/slpimprovefix-subvectors-in-gatherbuildvector-nodes-handlingRebase, preallocate storage for submasksAlexey Bataev2 days
users/alexey-bataev/spr/slprtry-to-keep-scalars-used-in-phi-nodes-if-phi-nodes-from-same-block-are-vectorized[π˜€π—½π—Ώ] initial versionAlexey Bataev3 days
users/alexey-bataev/spr/slptry-to-vectorize-small-graph-with-extractelements-used-inRebase, address commentAlexey Bataev6 months
users/alexey-bataev/spr/ttiriscvimprove-costs-for-fixed-vector-whole-reg-extractinsertRebase, Address commentsAlexey Bataev6 months
users/arichardson/spr/asan-remove-xfail-from-tests-that-are-passing-with-debug-checks[π˜€π—½π—Ώ] initial versionAlex Richardson5 months
users/arichardson/spr/main.compiler-rt-allow-running-tests-without-installing-first[π˜€π—½π—Ώ] changes introduced through rebaseAlex Richardson6 months
users/arichardson/spr/main.compiler-rt-allow-running-tests-without-installing-first-1[π˜€π—½π—Ώ] changes introduced through rebaseAlex Richardson6 months
users/arichardson/spr/main.compiler-rt-allow-running-tests-without-installing-first-2[π˜€π—½π—Ώ] changes introduced through rebaseAlex Richardson6 months
users/arichardson/spr/main.compiler-rt-build-libfuzzer-sources-with-the-chosen-c-compiler[π˜€π—½π—Ώ] changes introduced through rebaseAlex Richardson6 months
users/arichardson/spr/main.runtimes-allow-building-against-an-installed-llvm-tree[π˜€π—½π—Ώ] changes introduced through rebaseValentin Clement (バレンタむン クレパン)4 months
users/arichardson/spr/runtimes-allow-building-against-an-installed-llvm-treeClarify lit commentsAlex Richardson4 months
users/arichardson/spr/sanitizer_allocatorcpp-ensure-at-least-sizeofvoid-alignment[π˜€π—½π—Ώ] initial versionAlex Richardson5 months
users/arsenm/aarch64-add-atomicrmw-fp-testsAArch64: Add tests for atomicrmw fp operationsMatt Arsenault35 hours
users/arsenm/aarch64-fp-atomic-expansionCheck if libcallMatt Arsenault34 hours
users/arsenm/amdgpu-add-noalias-addrspace-autoupgrade-atomic-intrinsicsAMDGPU: Add noalias.addrspace metadata when autoupgrading atomic intrinsicsMatt Arsenault8 days
users/arsenm/amdgpu-declare-pass-control-flags-in-headerAMDGPU: Declare pass control flags in headerMatt Arsenault3 days
users/arsenm/amdgpu-eliminate-frame-index-v-add[WIP] AMDGPU: Handle v_add* in eliminateFrameIndexMatt Arsenault37 hours
users/arsenm/amdgpu-eliminateframeindex-s-add-i32Redo itMatt Arsenault37 hours
users/arsenm/amdgpu-fold-frameindex-s-or-andAMDGPU: Fold frame indexes into s_or_b32 and s_and_b32Matt Arsenault10 days
users/arsenm/amdgpu-remove-global-flat-atomic-fadd-intrinsicsAMDGPU: Remove global/flat atomic fadd intrinicsMatt Arsenault37 hours
users/arsenm/amdgpu-remove-global-flat-atomic-fadd-v2bf16-intrinsicsAMDGPU: Remove flat/global atomic fadd v2bf16 intrinsicsMatt Arsenault37 hours
users/arsenm/atomic-expand-arm-convert-test-to-generated-checksAtomicExpand: Convert ARM test to generated checksMatt Arsenault4 days
users/arsenm/atomic-expand-visit-new-blocksAtomicExpand: Allow incrementally legalizing atomicrmwMatt Arsenault4 days
users/arsenm/clang-amdgpu-emit-atomicrmw-flat-global-atomic-v2f16-builtinsclang/AMDGPU: Emit atomicrmw from {global|flat}_atomic_fadd_v2f16 builtinsMatt Arsenault37 hours
users/arsenm/clang-amdgpu-emit-atomicrmw-from-flat-atomic-fadd-f32-f64-builtinsclang/AMDGPU: Emit atomicrmw from flat_atomic_{f32|f64} builtinsMatt Arsenault37 hours
users/arsenm/clang-amdgpu-emit-atomicrmw-global-flat-atomic-fadd-v2bf16-builtinsclang/AMDGPU: Emit atomicrmw for global/flat fadd v2bf16 builtinsMatt Arsenault37 hours
users/arsenm/clang-amdgpu-emit-atomicrmw-global-flat-atomic-fmin-fmax-f64-builtinsclang/AMDGPU: Emit atomicrmw for flat/global atomic min/max f64 builtinsMatt Arsenault37 hours
users/arsenm/clang-amdgpu-set-noalias-addrspace-atomicrmwclang/AMDGPU: Set noalias.addrspace metadata on atomicrmwMatt Arsenault9 days
users/arsenm/codegen-newpm-machinemoduleinfo-sdagCodeGen/NewPM: Initialize MMI in NewPM pathMatt Arsenault4 weeks
users/arsenm/combine-metadata-preserve-noalias-addrspaceLocal: Handle noalias_addrspace in combineMetadataMatt Arsenault3 days
users/arsenm/copy-metadata-for-load-noalias-addrspaceLocal: Handle noalias.addrspace in copyMetadataForLoadMatt Arsenault3 days
users/arsenm/dag-lower-isfpclass-normal-to-fcmp-infDAG: Lower fcNormal is.fpclass to compare with infMatt Arsenault3 weeks
users/arsenm/dag-lower-single-inf-is-fpclass-to-fcmpDAG: Lower single infinity is.fpclass tests to fcmpMatt Arsenault3 weeks
users/arsenm/dag-lower-unordered-compare-with-infDAG: Handle lowering unordered compare with infMatt Arsenault3 weeks
users/arsenm/global-isel-use-uadde-narrow-umulhGlobalISel: Use G_UADDE when narrowing G_UMULHMatt Arsenault7 weeks
users/arsenm/infer-address-spaces-factor-rewrite-loop-to-functionInferAddressSpaces: Factor replacement loop into functionMatt Arsenault2 days
users/arsenm/issue98741-twoaddr-insts-live-interval-updateAMDGPU: Update live intervals in convertToThreeAddressMatt Arsenault29 hours
users/arsenm/newpm/amdgpu-fill-out-add-codegenprepareAMDGPU/NewPM: Fill out passes in addCodeGenPrepareMatt Arsenault3 days
users/arsenm/newpm/amdgpu-fill-out-addirpassesAMDGPU/NewPM: Start filling out addIRPassesMatt Arsenault3 days
users/arsenm/newpm/amdgpu-startimplementind-addcodegenprepareAMDGPU/NewPM: Start implementing addCodeGenPrepareMatt Arsenault3 days
users/arsenm/noalias-addrspace-metadataAdd baseline tests for some optimization handlingMatt Arsenault3 days
users/asl/pauth-release-notesAdd some brief LLVM 19 release notes for Pointer Authentication ABI support.Anton Korobeynikov16 hours
users/avillega/clangd-migrate-command-line-option-parsin-to-opttableRebase mainAndrΓ©s Villegas7 months
users/avillega/clangd-refactor-check-to-have-more-explicit-cli-argsRebase mainAndrΓ©s Villegas7 months
users/avillega/gsym-include-end_sequence-debug_line-rows-in-dwarf-transform[π˜€π—½π—Ώ] initial versionAndrΓ©s Villegas4 months
users/avillega/gsymdwarf-include-end_sequence-debug_line-rows-when-looking-up-addr-rangesRebaseAndrΓ©s Villegas4 months
users/avillega/main.clangd-migrate-command-line-option-parsin-to-opttable[π˜€π—½π—Ώ] changes introduced through rebaseAndrΓ©s Villegas7 months
users/avillega/main.clangd-refactor-check-to-have-more-explicit-cli-args[π˜€π—½π—Ώ] changes introduced through rebaseDavid CARLIER7 months
users/avillega/main.gsym-include-end_sequence-debug_line-rows-in-dwarf-transform[π˜€π—½π—Ώ] changes to main this commit is based onCraig Topper4 months
users/avillega/main.gsymdwarf-include-end_sequence-debug_line-rows-when-looking-up-addr-ranges[π˜€π—½π—Ώ] changes introduced through rebaseCraig Topper4 months
users/avillega/main.sanitizer_symbolizer-add-end-to-end-test-for-symbolizer-markup[sanitizer_symbolizer] Add end to end test for symbolizer markup. (#77702)Andres Villegas5 months
users/bogner/sprdirectx-add-resource-handling-to-the-dxil-pretty-printer[π˜€π—½π—Ώ] initial versionJustin Bogner2 days
users/bogner/sprdirectx-differentiate-between-01-overloads-in-the-opbuilder-nfc[π˜€π—½π—Ώ] initial versionJustin Bogner3 days
users/bogner/sprdirectx-disentangle-dxiltds-op-types-from-llvmtype-nfcclang-formatJustin Bogner3 days
users/bogner/sprdirectx-encapsulate-dxiloplowerings-state-into-a-class-nfc[π˜€π—½π—Ώ] initial versionJustin Bogner3 days
users/bogner/sprdirectx-implement-metadata-lowering-for-resources[π˜€π—½π—Ώ] initial versionJustin Bogner2 days
users/bogner/sprdirectx-lower-llvmdxhandlefrombinding-to-dxil-opsImprove docs and test commentsJustin Bogner2 days
users/bogner/sprdirectx-lower-llvmdxtypedbufferload-to-dxil-ops[π˜€π—½π—Ώ] initial versionJustin Bogner3 days
users/bogner/sprdirectx-lower-llvmdxtypedbufferstore-to-dxil-opsAdd errors for bad vector sizesJustin Bogner2 days
users/bogner/sprdirectx-move-resource-logic-into-prettyprinter-and-translatemetadata[π˜€π—½π—Ώ] initial versionJustin Bogner2 days
users/bogner/sprdirectx-register-a-few-dxil-passes-with-the-new-pmRemove DXILResourceMDPrinterPassJustin Bogner3 days
users/bogner/sprdirectx-remove-new-pm-versions-of-dxilresource-passes-nfc[π˜€π—½π—Ώ] initial versionJustin Bogner3 weeks
users/bogner/sprmain.directx-add-resource-handling-to-the-dxil-pretty-printer[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner2 days
users/bogner/sprmain.directx-differentiate-between-01-overloads-in-the-opbuilder-nfc[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner3 days
users/bogner/sprmain.directx-disentangle-dxiltds-op-types-from-llvmtype-nfc[π˜€π—½π—Ώ] changes introduced through rebaseJustin Bogner3 days
users/bogner/sprmain.directx-encapsulate-dxiloplowerings-state-into-a-class-nfc[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner3 days
users/bogner/sprmain.directx-implement-metadata-lowering-for-resources[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner2 days
users/bogner/sprmain.directx-lower-llvmdxhandlefrombinding-to-dxil-ops[π˜€π—½π—Ώ] changes introduced through rebaseJustin Bogner2 days
users/bogner/sprmain.directx-lower-llvmdxtypedbufferload-to-dxil-ops[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner3 days
users/bogner/sprmain.directx-lower-llvmdxtypedbufferstore-to-dxil-ops[π˜€π—½π—Ώ] changes introduced through rebaseJustin Bogner2 days
users/bogner/sprmain.directx-move-resource-logic-into-prettyprinter-and-translatemetadata[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner2 days
users/bogner/sprmain.directx-register-a-few-dxil-passes-with-the-new-pm[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner3 days
users/bogner/sprmain.directx-remove-new-pm-versions-of-dxilresource-passes-nfc[π˜€π—½π—Ώ] changes to main this commit is based onJustin Bogner3 weeks
users/boomanaiden154/x86-cpuid-compilerrt-test-infraFormat filesAiden Grossman7 days
users/cdevadas/combine-constrained-buffer-loads[AMDGPU][SILoadStoreOptimizer] Include constrained buffer load variantsChristudasan Devadasan2 weeks
users/cdevadas/combine-legacy-and-new-passmanagermoving AMDGPUCodeGenPassBuilder into AMDGPUTargetMachine.Christudasan Devadasan3 days
users/cdevadas/combine-r600-legacy-and-new-pm[AMDGPU][R600] Move createMachineFunctionInfo into R600 TM. (#104038)Christudasan Devadasan32 hours
users/chencha3/xegpu_scatter_ops_upstreamadd an overlapping example for createDesc.Chao Chen5 months
users/clementval/spr/desc1Update flang/include/flang/ISO_Fortran_binding.hValentin Clement (バレンタむン クレパン)3 weeks
users/crobeck/remove-renamedInGFX9-bitMerge branch 'main' into users/crobeck/remove-renamedInGFX9-bitCorbin Robeck3 months
users/davidtruby/wsreduction[Flang][OpenMP] Fix code-formatting issuesKiran Chandramohan6 months
users/dc03-work/spr/aarch64globalisel-avoid-splitting-loads-of-large-vector-types-into-individual-element-loads[π˜€π—½π—Ώ] initial versionDhruv Chawla5 months
users/dc03-work/spr/aarch64globalisel-avoid-splitting-loads-of-large-vector-types-into-individual-element-loads-1[π˜€π—½π—Ώ] initial versionDhruv Chawla5 months
users/dc03-work/spr/aarch64globalisel-improve-codegen-for-g_vecreduce_sminsmaxuminumax-for-odd-sized-vectors[π˜€π—½π—Ώ] initial versionDhruv Chawla6 months
users/dc03-work/spr/globalisel-add-support-for-most-g_vecreduce_-operations-to-moreelementsvector[π˜€π—½π—Ώ] initial versionDhruv Chawla6 months
users/dc03-work/spr/globalisel-add-support-for-most-g_vecreduce_-operations-to-moreelementsvector-1[π˜€π—½π—Ώ] initial versionDhruv Chawla6 months
users/dc03-work/spr/main.aarch64globalisel-avoid-splitting-loads-of-large-vector-types-into-individual-element-loads[π˜€π—½π—Ώ] changes to main this commit is based onDhruv Chawla5 months
users/dc03-work/spr/main.aarch64globalisel-avoid-splitting-loads-of-large-vector-types-into-individual-element-loads-1[π˜€π—½π—Ώ] changes to main this commit is based onDhruv Chawla5 months
users/dc03-work/spr/main.aarch64globalisel-improve-codegen-for-g_vecreduce_sminsmaxuminumax-for-odd-sized-vectors[π˜€π—½π—Ώ] changes to main this commit is based onDhruv Chawla6 months
users/dinistro/asan-compile-optionchange to use llvm-config.h.cmakeChristian Ulmann13 days
users/fhahn/main.passes-disable-code-sinking-in-instcombine-early-on[π˜€π—½π—Ώ] changes introduced through rebaseJacek Caban9 months
users/fhahn/passes-disable-code-sinking-in-instcombine-early-onrebase after landing #72566Florian Hahn9 months
users/fhahn/scev-countable-exit-counts!fixup add doc-comment.Florian Hahn3 months
users/fhahn/scevuse!fix formattingFlorian Hahn2 weeks
users/fhahn/tysan-a-type-sanitizer-clang!fixup: add testFlorian Hahn7 weeks
users/fhahn/tysan-a-type-sanitizer-llvm!fiupx address comments, thanks!Florian Hahn7 weeks
users/fhahn/tysan-a-type-sanitizer-runtime-library[tysan] Add runtime supportFlorian Hahn7 weeks
users/fmayer/spr/compiler-rt-memprof-leave-bufferedstacktrace-uninitrebaseFlorian Mayer10 days
users/fmayer/spr/compiler-rt-nsan-leave-bufferedstacktrace-uninitrebaseFlorian Mayer10 days
users/fmayer/spr/compiler-rt-tsan-leave-bufferedstacktrace-uninitrebaseFlorian Mayer10 days
users/fmayer/spr/compiler-rt-ubsan-leave-bufferedstacktrace-uninitrebaseFlorian Mayer10 days
users/fmayer/spr/dfsan-compiler-rt-leave-bufferedstacktrace-uninitrebaseFlorian Mayer10 days
users/fmayer/spr/main.compiler-rt-memprof-leave-bufferedstacktrace-uninit[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer10 days
users/fmayer/spr/main.compiler-rt-nsan-leave-bufferedstacktrace-uninit[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer10 days
users/fmayer/spr/main.compiler-rt-tsan-leave-bufferedstacktrace-uninit[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer10 days
users/fmayer/spr/main.compiler-rt-ubsan-leave-bufferedstacktrace-uninit[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer10 days
users/fmayer/spr/main.dfsan-compiler-rt-leave-bufferedstacktrace-uninit[π˜€π—½π—Ώ] changes introduced through rebasePeter Rong10 days
users/fmayer/spr/main.nfc-hwasan-also-be-more-consistent-when-getting-pointer-types[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer5 months
users/fmayer/spr/main.nfc-hwasan-factor-getpcfp-out-of-hwasan-class[NFC] [hwasan] factor get[PC|FP] out of HWASan class (#84404)Florian Mayer5 months
users/fmayer/spr/main.nfc-sanitizers-leave-bufferedstacktrace-uninit-in-tests[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer10 days
users/fmayer/spr/main.wip-mte-stack-record[MTE] add stack frame history buffer (#86356)Florian Mayer3 months
users/fmayer/spr/mte-add-option-to-disable-uas-for-memtag-stack[π˜€π—½π—Ώ] initial versionFlorian Mayer8 weeks
users/fmayer/spr/nfc-hwasan-factor-getpcfp-out-of-hwasan-classmore renameFlorian Mayer5 months
users/fmayer/spr/nfc-sanitizers-leave-bufferedstacktrace-uninit-in-testsrebaseFlorian Mayer10 days
users/fmayer/spr/reapply-hwasan-symbolize-stack-overflows-102951[π˜€π—½π—Ώ] initial versionFlorian Mayer3 days
users/fmayer/spr/sanitizer-disallow-external_symbolizer_path-with-at_secure[π˜€π—½π—Ώ] initial versionFlorian Mayer3 months
users/fmayer/sprmain.nfc-hwasan-also-be-more-consistent-when-getting-pointer-types[π˜€π—½π—Ώ] changes to main this commit is based onFlorian Mayer5 months
users/fmayer/sprmain.scudo-allow-to-resize-allocation-ring-buffer[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Mayer6 months
users/fmayer/sprnfc-scudo-use-allocationringbuffer-for-pointer-to-ring-buffer[π˜€π—½π—Ώ] initial versionFlorian Mayer6 months
users/fmayer/sprscudo-allow-to-resize-allocation-ring-bufferrebaseFlorian Mayer6 months
users/hokein/fix-ctad-aggregate-base[clang] CTAD: fix the aggregate deduction guide for alias templates.Haojian Wu4 months
users/hokein/refactor-lifetime-bound[clang][sema] Move the initializer lifetime checking code fromHaojian Wu7 weeks
users/ilovepi/spr/clang-tidy-add-fixits-for-libc-namespace-macrosRebasePaul Kirth4 weeks
users/ilovepi/spr/clangdriver-add-mtls-dialect-option[π˜€π—½π—Ώ] initial versionPaul Kirth7 months
users/ilovepi/spr/clangdriver-dont-warn-when-s-and-c-are-used-together-without-fsyntax-onlygit clang-formatPaul Kirth2 days
users/ilovepi/spr/clangmisexpect-add-support-to-clang-for-profitable-annotation-diagnosticsRebasePaul Kirth3 weeks
users/ilovepi/spr/llvmlldriscv-support-x3_reg_usageRebasePaul Kirth4 months
users/ilovepi/spr/llvmmisexpect-enable-diagnostics-for-profitable-llvmexpect-annotationsFix flag namePaul Kirth3 weeks
users/ilovepi/spr/llvmnfc-document-clopt-variable-and-fix-typo-1Merge branch 'main' into users/ilovepi/spr/llvmnfc-document-clopt-variable-an...Paul Kirth4 months
users/ilovepi/spr/main.clang-doccmake-copy-assets-to-build-directory[π˜€π—½π—Ώ] changes to main this commit is based onTomas Matheson2 months
users/ilovepi/spr/main.clang-tidy-add-fixits-for-libc-namespace-macros[π˜€π—½π—Ώ] changes introduced through rebaseaaryanshukla4 weeks
users/ilovepi/spr/main.clangmisexpect-add-support-to-clang-for-profitable-annotation-diagnostics[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth3 weeks
users/ilovepi/spr/main.clangx86-support-mtls-dialect-for-x86_64-targets[π˜€π—½π—Ώ] changes to main this commit is based onPaul Kirth5 months
users/ilovepi/spr/main.cmake-reenable-fatlto-for-fuchsia-toolchains[cmake] Reenable FatLTO for Fuchsia toolchains (#85709)Paul Kirth5 months
users/ilovepi/spr/main.lld-discard-sht_llvm_lto-sections-in-relocatable-links[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth3 months
users/ilovepi/spr/main.lld-fix-handling-of-riscv-tlsdesc-relocations[π˜€π—½π—Ώ] changes introduced through rebaseCyndy Ishida5 months
users/ilovepi/spr/main.llvm-remove-pipeline-checks-for-optsize-for-dfajumpthreadingpass[llvm] Remove pipeline checks for optsize for DFAJumpThreadingPass (#83188)Paul Kirth6 months
users/ilovepi/spr/main.llvmdfa-jump-threading-add-option-to-allow-dfajumpthreading-when[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth6 months
users/ilovepi/spr/main.llvmir-extend-branchweightmetadata-to-track-provenance-of-weights[π˜€π—½π—Ώ] changes introduced through rebaseerichkeane2 months
users/ilovepi/spr/main.llvmlldriscv-support-x3_reg_usage[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth4 months
users/ilovepi/spr/main.llvmmisexpect-enable-diagnostics-for-profitable-llvmexpect-annotations[π˜€π—½π—Ώ] changes introduced through rebaseaaryanshukla3 weeks
users/ilovepi/spr/main.llvmmisexpect-update-misexpect-to-use-provenance-tracking-metadata[π˜€π—½π—Ώ] changes introduced through rebasePhilip Reames8 weeks
users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo[llvm][NFC] Document cl::opt variable and fix typo (#86608)Paul Kirth5 months
users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-1[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth4 months
users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-2[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth4 months
users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-3[llvm][NFC] Document cl::opt MisExpectTolerance and fix typo (#90670)Paul Kirth3 months
users/ilovepi/spr/main.llvmprofdatautils-provide-getnumbranchweights-api[π˜€π—½π—Ώ] changes introduced through rebasePhilip Reames8 weeks
users/ilovepi/spr/main.llvmriscv-enable-trailing-fences-for-seq-cst-stores-by-default[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth4 months
users/ilovepi/spr/main.misexpect-support-diagnostics-from-frontend-profile-data[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth3 weeks
users/ilovepi/spr/main.reapply-llvmriscv-enable-trailing-fences-for-seq-cst-stores-by-default-87376[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth6 weeks
users/ilovepi/spr/main.riscv-precommit-stack-protector-checks-for-linux-and-android[π˜€π—½π—Ώ] changes to main this commit is based onPaul Kirth4 months
users/ilovepi/spr/main.riscv-support-risc-v-tlsdesc-in-lld[π˜€π—½π—Ώ] changes to main this commit is based onPaul Kirth7 months
users/ilovepi/spr/main.riscv-use-the-thread-local-stack-protector-for-android-targets[π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth4 months
users/ilovepi/spr/main.riscvlld-support-merging-risc-v-atomics-abi-attributes[π˜€π—½π—Ώ] changes introduced through rebaseHaojian Wu6 weeks
users/ilovepi/spr/misexpect-support-diagnostics-from-frontend-profile-dataAdd test and fix incorrect parameters to checkMissingAnnotationsPaul Kirth3 weeks
users/ilovepi/spr/mlirtest-test-conversion-of-tosa-to-emitc-via-linalgUse script to fixup memrefs temprorarilyPaul Kirth7 weeks
users/ilovepi/spr/riscv-support-global-dynamic-tlsdesc-in-the-risc-v-backend[π˜€π—½π—Ώ] initial versionPaul Kirth7 months
users/ilovepi/spr/riscv-support-risc-v-tlsdesc-in-lldAdd checks for both local and global accessesPaul Kirth7 months
users/inclyc/bpf-callx-asm[BPF] support indirect branch (callx) in AsmParserYingchi Long8 months
users/inclyc/bpf-expand-mem[BPF] expand mem intrinsics (memcpy, memmove, memset)Yingchi Long6 weeks
users/inclyc/bpf/gisel/standalone-cc[BPF] get external linkage for calling convetion functionsYingchi Long8 months
users/inclyc/legalize-op-correctnessaddress comments from @RKSimonYingchi Long4 weeks
users/ivanradanov/flang-workshareFix tests for custom assembly for loop wrapperIvan Radanov Ivanov12 days
users/ivanradanov/flang-workshare-elemental-loweringOnly emit unordered loops as omp loopsIvan Radanov Ivanov12 days
users/ivanradanov/flang-workshare-emitFix lower test for workshareIvan Radanov Ivanov12 days
users/ivanradanov/flang-workshare-ompAdd assembly format for wrapper and add testIvan Radanov Ivanov12 days
users/joker-eph/lv-support-recieps-without-underlying-instr-in-collectpoisongenrec[π˜€π—½π—Ώ] initial versionFlorian Hahn9 months
users/joker-eph/main.refactor-moduletoobject-to-offer-more-flexibility-to-subclass-nfc[π˜€π—½π—Ώ] changes introduced through rebaseChristian Ulmann9 months
users/joshua/partial-inline[Inliner] Fix bugs for partial inlining with vectorJun Sha (Joshua)2 weeks
users/joshua/zext[RISCV] Use zext.[b/h/w] instead of th.extu for bitfield extractionJun Sha (Joshua)2 weeks
users/jroelofs/spr/fixup-builtinsarm64-build-__init_cpu_features_resolver-on-apple-platforms[π˜€π—½π—Ώ] initial versionJon Roelofs9 months
users/jroelofs/spr/main.fixup-builtinsarm64-build-__init_cpu_features_resolver-on-apple-platforms[π˜€π—½π—Ώ] changes to main this commit is based onJon Roelofs9 months
users/koachan/main.sparc-prefer-rdpc-over-call-to-implement-getpcx-for-64-bit-target[SPARC] Prefer RDPC over CALL to implement GETPCX for 64-bit target (#77196)Koakuma7 months
users/koachan/sparc-prefer-rdpc-over-call-to-implement-getpcx-for-64-bit-targetFixup load pointer type in testcaseKoakuma7 months
users/koachan/spr/main.sparcias-add-movrne-alias-for-movrnz[π˜€π—½π—Ώ] changes introduced through rebaseKoakuma2 months
users/koachan/spr/main.sparcias-add-named-prefetch-tag-constants[π˜€π—½π—Ώ] changes to main this commit is based onKoakuma2 months
users/koachan/spr/main.sparcias-add-support-for-prefetcha-instruction[π˜€π—½π—Ώ] changes introduced through rebaseKoakuma2 months
users/koachan/spr/main.sparcias-add-support-for-uhi-and-ulo-extensions[π˜€π—½π—Ώ] changes to main this commit is based onKoakuma2 months
users/koachan/spr/main.sparcias-enable-parseforallfeatures-in-matchoperandparserimpl[π˜€π—½π—Ώ] changes introduced through rebaseKoakuma6 weeks
users/koachan/spr/main.sparcias-handle-the-case-of-non-4-byte-aligned-writenopdata[π˜€π—½π—Ώ] changes introduced through rebaseKoakuma2 months
users/koachan/spr/main.sparcias-rework-asi-tag-matching-in-prep-for-parseforallfeatures[π˜€π—½π—Ώ] changes introduced through rebaseKoakuma8 weeks
users/kparzysz/spr/c08-reduction-inscanMerge branch 'main' into users/kparzysz/spr/c08-reduction-inscanKrzysztof Parzyszek5 weeks
users/lanza/sprcir-build-out-ast-consumer-patterns-to-reach-the-entry-point-into-cirgentwo moreNathan Lanza5 weeks
users/lanza/sprcirgenmodule-buildtopleveldecl-huskimprove test, rebaseNathan Lanza3 months
users/lanza/sprlto-pipeline-add-flag-to-skip-module-optimization-passes-in-the-prelink-lto-pipeline[π˜€π—½π—Ώ] initial versionNathan Lanza4 months
users/lanza/sprmove-mlir-before-clang-for-in-the-list-of-external-projects[π˜€π—½π—Ώ] initial versionNathan Lanza5 months
users/matthias-springer/argument_mat_bbarg_listimprove addArgumentMaterialization APIMatthias Springer8 weeks
users/matthias-springer/bytecode_docs[mlir][docs] Update Bytecode documentationMatthias Springer4 weeks
users/matthias-springer/conversion_tracking_listener[mlir][Transform] Specify mapping update rules for `apply_conversion_patterns`Matthias Springer5 months
users/matthias-springer/dialect_conv_no_fold[mlir][Transforms] Dialect conversion: Add option to disable foldingMatthias Springer3 months
users/matthias-springer/greedy_rewrite_cse_constants[mlir][Transforms] GreedyPatternRewriteDriver: Add flag to control constant C...Matthias Springer4 months
users/matthias-springer/has_parent_interface[mlir][IR] Support op interfaces in `HasParent` traitMatthias Springer3 months
users/matthias-springer/inline_block_simplify[mlir][Transforms][NFC] Remove InlineBlockRewriteMatthias Springer6 months
users/matthias-springer/move_reconcile_unreupdateMatthias Springer10 hours
users/matthias-springer/one_shot_dialect_conv[draft] Dialect Conversion without RollbackMatthias Springer2 months
users/matthias-springer/optional_materializations[mlir][Transforms][WIP] Dialect conversion: Make materializations optionalMatthias Springer4 hours
users/matthias-springer/replace_all_uses_dialect_conversion[mlir][Transforms] Support `replaceAllUsesWith` in dialect conversionMatthias Springer5 months
users/matthias-springer/rewriter_impl_private[mlir][Transforms][NFC] Make `rewriterImpl` private in `IRRewrite`Matthias Springer5 months
users/matthias-springer/scf_bufferization_preprocessing[mlir][SCF] Add `scf.for` bufferization preprocessing passMatthias Springer4 months
users/matthias-springer/tmp_dialect_conv_decoupletemp commitMatthias Springer8 weeks
users/matthias-springer/type_constr_cpp_function[mlir][ODS] Optionally generate public C++ functions for type constraintsMatthias Springer35 hours
users/matthias-springer/value_bounds_const_columns[mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Add columns for constant ...Matthias Springer4 months
users/matthias-springer/value_bounds_rtti[mlir][WIP] Set up RTTI for `ValueBoundsConstraintSet`Matthias Springer5 months
users/matthias-springer/value_get_owning_op[mlir] Add `Value::getOwningOp`Matthias Springer3 weeks
users/mbrkusanin/gfx12-wmma-swmmac-backport[AMDGPU] Add GFX12 WMMA and SWMMAC instructions (#77795)Mirko BrkuΕ‘anin7 months
users/meinersbur/clang_openmp_interchangeUse SmallStringMichael Kruse4 weeks
users/meinersbur/ide_folders_llvmMerge branch 'main' into users/meinersbur/ide_folders_llvmMichael Kruse3 months
users/minglotus-6/spr/instrprofclang-formatmingmingl3 months
users/minglotus-6/spr/ipu[Inline]Update value profile for non-call instructionsmingmingl5 months
users/minglotus-6/spr/main.instrproffixupmingmingl6 months
users/minglotus-6/spr/main.nfcrun git merge mainmingmingl5 months
users/minglotus-6/spr/main.nfcrefactor[π˜€π—½π—Ώ] changes to main this commit is based onmingmingl6 months
users/minglotus-6/spr/vcsvremove unused helper function and add TODO for tree height reductionmingmingl3 months
users/minglotus-6/sprmain.nfcprecommit-test[π˜€π—½π—Ώ] changes to main this commit is based onmingmingl7 months
users/minglotus-6/sprmain.thinlto[π˜€π—½π—Ώ] changes to main this commit is based onmingmingl7 months
users/mizvekov/clang-cwg2398-ttp-matches-class-template[clang] Implement CWG2398 provisional TTP matching to class templatesMatheus Izvekov3 weeks
users/mizvekov/clang-fix-GH18291[clang] check deduction consistency when partial ordering function templatesMatheus Izvekov12 days
users/mizvekov/clang-p0522-complete-implementation[clang] Finish implementation of P0522Matheus Izvekov2 weeks
users/mordante/format_performance__benchmarks[libc++][format][1/7] Adds more benchmarks.Mark de Wever2 weeks
users/mordante/format_performance__c_string_optimization[libc++][format][2/7] Optimizes c-string arguments.Mark de Wever2 weeks
users/mordante/format_performance__cleanups[libc++][format][7/7] Cleans up the buffer code.Mark de Wever13 days
users/mordante/format_performance__format[libc++][format][3/7] Improves std::format performance.Mark de Wever2 weeks
users/mordante/format_performance__format_to[libc++][format][4/7] Improves std::format_to performance.Mark de Wever2 weeks
users/mordante/format_performance__format_to_n[libc++][format][5/7] Improve std::format_to_nMark de Wever2 weeks
users/mordante/format_performance__formatted_size[libc++][format][6/7] Optimizes formatted_size.Mark de Wever2 weeks
users/mordante/implements_utc_clockReview commentsMark de Wever6 weeks
users/mtrofin/08-15-_ctx_prof_add_analysis_utility_to_fetch_id_of_a_callsite[ctx_prof] Add analysis utility to fetch ID of a callsiteMircea Trofin25 hours
users/mtrofin/08-15-_ctx_prof_profile_flatterner[ctx_prof] Profile flatternerMircea Trofin25 hours
users/paschalis-mpeis/bolt-heatmap-fix[BOLT] Fix heatmaps on large BOLTE'd binaries.Paschalis Mpeis (aws-mem-aarch64)8 weeks
users/paschalis-mpeis/bolt-static-binary-patchelf-fix[BOLT][AArch64] Fix static binary patching for ELF.Paschalis Mpeis6 weeks
users/paschalis-mpeis/laa-vectorize-modfAddressing reviewers (3): tests now in veclib-function-calls.llPaschalis Mpeis3 months
users/paschalis-mpeis/lite-split-functions-cold-layout[AArch64][BOLT] Ensure tentative code layout for cold BBs runs.Paschalis Mpeis8 weeks
users/paschalis-mpeis/replace-with-veclib-uses-costmodel[TLI] ReplaceWithVecLib pass uses CostModelPaschalis Mpeis7 months
users/pcc/spr/gn-build-embed-libcabia-objects-into-libca[π˜€π—½π—Ώ] initial versionPeter Collingbourne4 months
users/pcc/spr/improve-tests-change-api[π˜€π—½π—Ώ] initial versionPeter Collingbourne6 weeks
users/pcc/spr/ir-store-the-default-subtarget-info-in-named-metadata-instead-of-the-context[π˜€π—½π—Ώ] initial versionPeter Collingbourne5 weeks
users/pcc/spr/libc-use-umaxv4s-to-reduce-bcmp-result[π˜€π—½π—Ώ] initial versionPeter Collingbourne5 weeks
users/pcc/spr/main.gn-build-embed-libcabia-objects-into-libca[π˜€π—½π—Ώ] changes to main this commit is based onPeter Collingbourne4 months
users/pcc/spr/main.improve-tests-change-api[π˜€π—½π—Ώ] changes to main this commit is based onPeter Collingbourne6 weeks
users/pcc/spr/main.libc-use-umaxv4s-to-reduce-bcmp-result[π˜€π—½π—Ώ] changes to main this commit is based onJie Fu5 weeks
users/pcc/spr/sema-fix-cxxrecorddeclistriviallycopyable-for-classes-with-all-deleted-special-functions[π˜€π—½π—Ώ] initial versionPeter Collingbourne2 months
users/philnik777/add_libcxx03_include_strategy[Clang][Driver] Add special-casing for including libc++ in C++03Nikolas Klauser6 months
users/philnik777/merge_libcxx_include_strategies[Clang][Driver] Merge the different strategies of how libc++ is includedNikolas Klauser6 months
users/philnik777/spr/add_pointer_int_pair[libc++] Add __pointer_int_pairNikolas Klauser2 months
users/pravinjagtap/rm-fcn-decls[AMDGPU][NFC] Function decls no longer required in tests.Pravin Jagtap8 weeks
users/psamolysov/pgo-generate-version-when-instrumented[PGO] Generate __llvm_profile_raw_version only when instrumentedPavel Samolysov3 months
users/psamolysov/pgo-instrument-when-at-least-one-definitionRevert "[PGO] Generate __llvm_profile_raw_version only when instrumented"Pavel Samolysov3 months
users/rafaelauler/bolt-logging-pr[BOLT][NFC] Refactor logging and error handlingRafael Auler6 months
users/shawbyoung/spr/bolt-drop-high-discrepancy-profiles-in-matching[π˜€π—½π—Ώ] initial versionshawbyoung2 months
users/shawbyoung/spr/bolt-hash-based-function-matchingMerge branch 'main' into users/shawbyoung/spr/bolt-hash-based-function-matchingshaw young8 weeks
users/shawbyoung/spr/bolt-hash-based-function-matching-2[π˜€π—½π—Ώ] initial versionshawbyoung7 weeks
users/shawbyoung/spr/bolt-hash-based-function-matching-3[π˜€π—½π—Ώ] initial versionshawbyoung7 weeks
users/shawbyoung/spr/bolt-hash-based-function-matching-4[π˜€π—½π—Ώ] initial versionshawbyoung7 weeks
users/shawbyoung/spr/bolt-hash-based-function-matching-5[π˜€π—½π—Ώ] initial versionshawbyoung7 weeks
users/shawbyoung/spr/bolt-match-blocks-with-calls-as-anchors[π˜€π—½π—Ώ] initial versionshawbyoung5 weeks
users/shawbyoung/spr/bolt-match-blocks-with-pseudo-probesSet flag init val, changed std::string to StringRefshawbyoung3 weeks
users/shawbyoung/spr/bolt-match-functions-with-pseudo-probesAdded check for YamlBF.Used in pseudo probe function matchingshawbyoung3 weeks
users/shawbyoung/spr/boltnfc-move-optslite-to-commandlineoptscpp[π˜€π—½π—Ώ] initial versionshawbyoung8 weeks
users/shawbyoung/spr/main.bolt-drop-high-discrepancy-profiles-in-matching[π˜€π—½π—Ώ] changes to main this commit is based onshawbyoung2 months
users/shawbyoung/spr/main.bolt-drop-high-discrepancy-profiles-in-matching-1[BOLT] Drop high discrepancy profiles in matching (#95156)shaw young2 months
users/shawbyoung/spr/main.bolt-function-matching-with-function-calls-as-anchors[π˜€π—½π—Ώ] changes introduced through rebaseVasileios Porpodas5 weeks
users/shawbyoung/spr/main.bolt-hash-based-function-matching[π˜€π—½π—Ώ] changes introduced through rebaseshaw young8 weeks
users/shawbyoung/spr/main.bolt-hash-based-function-matching-1[π˜€π—½π—Ώ] changes introduced through rebaseMaksim Panchenko8 weeks
users/shawbyoung/spr/main.bolt-hash-based-function-matching-2[π˜€π—½π—Ώ] changes introduced through rebaseMaksim Panchenko8 weeks
users/shawbyoung/spr/main.bolt-match-blocks-with-calls-as-anchors[π˜€π—½π—Ώ] changes to main this commit is based onAmir Ayupov5 weeks
users/shawbyoung/spr/main.bolt-match-blocks-with-pseudo-probes[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov3 weeks
users/shawbyoung/spr/main.bolt-match-functions-with-call-graph[π˜€π—½π—Ώ] changes introduced through rebaseJorge Gorbe Moya4 weeks
users/shawbyoung/spr/main.bolt-match-functions-with-pseudo-probes[π˜€π—½π—Ώ] changes to main this commit is based onAmir Ayupov3 weeks
users/shawbyoung/spr/main.bolt-name-similarity-function-matching[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov6 weeks
users/shawbyoung/spr/main.boltnfc-move-optslite-to-commandlineoptscpp[π˜€π—½π—Ώ] changes to main this commit is based onMaksim Panchenko8 weeks
users/shawbyoung/spr/main.boltnfc-refactor-function-matching[π˜€π—½π—Ώ] changes introduced through rebaseFangrui Song6 weeks
users/shawbyoung/spr/main.boltnfc-refactoring-callgraph[π˜€π—½π—Ώ] changes introduced through rebaseArthur Eubanks7 weeks
users/shawbyoung/spr/main.updated-commandlineargumentreferencemd[π˜€π—½π—Ώ] changes to main this commit is based onshawbyoung2 months
users/shawbyoung/spr/main.updated-commandlineargumentreferencemd-1[π˜€π—½π—Ώ] changes to main this commit is based onshawbyoung2 months
users/shawbyoung/spr/main.using-matched-block-counts-to-measure-discrepancy[π˜€π—½π—Ώ] changes to main this commit is based onshawbyoung2 months
users/shawbyoung/spr/updated-commandlineargumentreferencemd[π˜€π—½π—Ώ] initial versionshawbyoung2 months
users/shawbyoung/spr/updated-commandlineargumentreferencemd-1[π˜€π—½π—Ώ] initial versionshawbyoung2 months
users/shawbyoung/spr/using-matched-block-counts-to-measure-discrepancy[π˜€π—½π—Ώ] initial versionshawbyoung2 months
users/shiltian/aaamdgpuinreg[WIP][AMDGPU][Attributor] Infer `inreg` attribute in `AMDGPUAttributor`Shilei Tian20 hours
users/shiltian/extend-callback-signature[LLVM][PassBuilder] Extend the function signature of callback for optimizer p...Shilei Tian11 days
users/shiltian/lower-queue-ptr-to-implicit-kernel-arg[AMDGPU] Lower `llvm.amdgcn.queue.ptr` instrinsic to using implicit kernel ar...Shilei Tian4 days
users/shiltian/no-3-vec-load-store-hack[Clang] Remove 3-element vector load and store special handlingShilei Tian17 hours
users/skatrak/normalize-clauses-05-tablegen[MLIR][OpenMP] Automate operand structure definitionSergio Afonso2 weeks
users/skatrak/recomposition-02-removal[Flang][OpenMP] Prevent re-composition of composite constructsSergio Afonso32 hours
users/skatrak/spr/simd-mlir[MLIR][OpenMP] Add omp.simd operationSergio Afonso7 months
users/slinder1/sprmain.nfcasmprinter-clarify-handlenewdebugvalue-cache-of-trackedregs[π˜€π—½π—Ώ] changes to main this commit is based onScott Linder9 months
users/slinder1/sprnfcasmprinter-clarify-handlenewdebugvalue-cache-of-trackedregs[π˜€π—½π—Ώ] initial versionScott Linder9 months
users/slinder1/sprnfcasmprinter-clean-up-stale-comments[π˜€π—½π—Ώ] initial versionScott Linder9 months
users/smeenai/sprhmaptool-implement-simple-string-deduplication[π˜€π—½π—Ώ] initial versionShoaib Meenai8 days
users/smeenai/sprhmaptool-implement-simple-string-deduplication-1[π˜€π—½π—Ώ] initial versionShoaib Meenai8 days
users/smeenai/sprmain.hmaptool-implement-simple-string-deduplication[π˜€π—½π—Ώ] changes to main this commit is based onShoaib Meenai8 days
users/smeenai/sprmain.hmaptool-implement-simple-string-deduplication-1[π˜€π—½π—Ώ] changes to main this commit is based onShoaib Meenai8 days
users/spr/aaupov/boltnfci-use-heuristic-for-matching-split-global-functions[π˜€π—½π—Ώ] initial versionAmir Ayupov4 months
users/spr/aaupov/main.boltnfci-use-heuristic-for-matching-split-global-functions[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov4 months
users/ssahasra/control-flow-hub[Transforms] Refactor CreateControlFlowHubSameer Sahasrabuddhe5 days
users/ssahasra/fix-irreducible[FixIrreducible] Use CycleInfo instead of a custom SCC traversalSameer Sahasrabuddhe5 days
users/ssahasra/verify-cycles[CycleAnalysis] Methods to verify cycles and their nesting.Sameer Sahasrabuddhe5 days
users/stellaraccident/mlir_py_pass_assert_fixApply suggestions from code reviewOleksandr "Alex" Zinenko6 weeks
users/tblah/separate-init-alloc_1[mlir][OpenMP] Add optional alloc region to reduction declTom Eccles9 days
users/tblah/separate-init-alloc_2[mlir][OpenMP] Convert reduction alloc region to LLVMIRTom Eccles9 days
users/tblah/separate-init-alloc_3[flang][OpenMP] use reduction alloc regionTom Eccles9 days
users/tmatheson-arm/labrinea/parse-target-attributeChanges from last revision:Alexandros Lamprineas9 weeks
users/vgvassilev/D41416_D153003D41416: [modules] [pch] Do not deserialize all lazy template specializations ...Vassil Vassilev6 months
users/vitalybuka/spr/-initial-version[π˜€π—½π—Ώ] initial versionVitaly Buka8 months
users/vitalybuka/spr/-initial-version-1[π˜€π—½π—Ώ] initial versionVitaly Buka6 weeks
users/vitalybuka/spr/aarch64-fold-more-loadx-into-loadi-with-large-offset[π˜€π—½π—Ώ] initial versionzhongyunde 004434076 days
users/vitalybuka/spr/bump-version-to-1810[π˜€π—½π—Ώ] initial versionTom Stellard2 months
users/vitalybuka/spr/ci-fix-the-base-branch-we-use-to-determine-changes-79503-79506[π˜€π—½π—Ώ] initial versionLouis Dionne2 months
users/vitalybuka/spr/dse-skip-llvmallowruntimeubsancheck[π˜€π—½π—Ώ] initial versionVitaly Buka5 months
users/vitalybuka/spr/hwasan-distinguish-overflow-and-underflowrebaseVitaly Buka8 months
users/vitalybuka/spr/hwasan-dont-instrument-when-pgo-profile-is-collected[π˜€π—½π—Ώ] initial versionVitaly Buka5 months
users/vitalybuka/spr/instrprofiling-do-not-sanitize-pgo-instrumentationrebaseVitaly Buka5 months
users/vitalybuka/spr/libcxx-avoid-__cxa_atexit-with-o0@philnik777 proposalVitaly Buka4 months
users/vitalybuka/spr/libcxx-mark-test-as-long_tests[π˜€π—½π—Ώ] initial versionVitaly Buka2 months
users/vitalybuka/spr/main.aarch64-fold-more-loadx-into-loadi-with-large-offset[π˜€π—½π—Ώ] changes to main this commit is based onzhongyunde 004434076 days
users/vitalybuka/spr/main.analysis-exclude-llvmallowruntimeubsancheck-from-aliassettracker[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.asan-catch-initialization-order-fiasco-in-mudules-without-globals[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka26 hours
users/vitalybuka/spr/main.asan-install-pthread_atfork[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.asan-limit-priority-ctor-to-kmax-1[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka2 weeks
users/vitalybuka/spr/main.asan-optimize-initialization-order-checking[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 weeks
users/vitalybuka/spr/main.asan-reduce-priority-of-contiguous_container-vprintf[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka3 days
users/vitalybuka/spr/main.asan-remove-debug-tracing-from-report_globals[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka3 days
users/vitalybuka/spr/main.ci-add-lld-as-compiler-rt-dependecy[π˜€π—½π—Ώ] changes introduced through rebaseXinWang107 months
users/vitalybuka/spr/main.ci-fix-the-base-branch-we-use-to-determine-changes-79503-79506[π˜€π—½π—Ώ] changes to main this commit is based onTom Stellard2 months
users/vitalybuka/spr/main.ci-set-timeout-for-individual-tests-and-report-slowest-tests[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka8 months
users/vitalybuka/spr/main.clangbuiltin-implement-__builtin_allow_runtime_check[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.clangcodegen-guard-ubsan-checks-with-llvmallowubsancheck[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.clangcodegen-remove-simplifycfgpass-preceding-removetrapspass[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.clangubsan-switch-ubsan-optimization-to-llvmallowruntimeubsancheck[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.clangubsan-switch-ubsan-optimization-to-llvmexperimentalhot[π˜€π—½π—Ώ] changes introduced through rebaseFlorian Hahn5 months
users/vitalybuka/spr/main.codegen-add-default-lowering-for-llvmallowruntimeubsancheck[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.compiler-rt-cleanup-use-of-compiler_rt_include_tests[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka6 weeks
users/vitalybuka/spr/main.costmodel-no-cost-for-llvmallowruntimeubsancheck[CostModel] No cost for llvm.allow.{runtime,ubsan}.check() (#86064)Vitaly Buka5 months
users/vitalybuka/spr/main.docs-fix-code-block-formating[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka3 weeks
users/vitalybuka/spr/main.dse-skip-llvmallowruntimeubsancheck[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka5 months
users/vitalybuka/spr/main.hwasan-add-__hwasan_get_tag_from_pointer[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.hwasan-distinguish-overflow-and-underflow[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.hwasan-dont-instrument-loads-from-global-if-globals-are-not-tagged[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.hwasan-improve-support-of-forking-with-threads[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.hwasan-make-stack-variables-output-consistent-with-globals[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.hwasan-print-stack-overflow-underflow-uas[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.hwasan-respect-strip_path_prefix-printing-locals[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.instcombineasan-dont-speculate-loads-before-select-ptr[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka3 weeks
users/vitalybuka/spr/main.instcombineasan-dont-speculate-loads-before-select-ptr-1[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka3 weeks
users/vitalybuka/spr/main.instcombiner-remove-unused-llvmexperimentalhot[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.instrprofiling-do-not-sanitize-pgo-instrumentation[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.ir-introduce-llvmexperimentalhot[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.libcxx-mark-test-as-long_tests[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka2 months
users/vitalybuka/spr/main.lsan-install-pthread_atfork[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.memoryssa-exclude-llvmallowruntimeubsancheck[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka5 months
users/vitalybuka/spr/main.moduleutils-add-updateglobalctorsupdateglobaldtors[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka2 weeks
users/vitalybuka/spr/main.msan-handle-blendv-intrinsics[msan] Handle blendv intrinsics (#94882)Vitaly Buka2 months
users/vitalybuka/spr/main.msan-implement-shadow-propagation-for-_mm_dp_pd-_mm_dp_ps-_mm256_dp_ps[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 months
users/vitalybuka/spr/main.msan-intercept-mallinfo2[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka9 months
users/vitalybuka/spr/main.msan-unwind-stack-before-fatal-reports[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.msan-use-pthread_atfork-instead-of-interceptor[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka8 months
users/vitalybuka/spr/main.msanaarch64-improve-argument-classification[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka9 months
users/vitalybuka/spr/main.nfcasan-inline-ensure_asan_inited-macro[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.nfcasan-replace-a-few-if-sanitizer_apple-with-if-sanitizer_apple[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.nfcasan-replace-asaninitedensure_asan_inited-with-tryasaninitfromrtl[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.nfcasan-replace-asaninitisrunning-with-tryasaninitfromrtl[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka9 months
users/vitalybuka/spr/main.nfcasan-report-dyninitunpoison[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka2 weeks
users/vitalybuka/spr/main.nfcasan-switch-from-list-to-dyninitglobalsbymodule[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 weeks
users/vitalybuka/spr/main.nfcasan-switch-to-intrusivelist-in-asan_globals[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 weeks
users/vitalybuka/spr/main.nfcasan-track-current-dynamic-init-module[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 weeks
users/vitalybuka/spr/main.nfcasan-use-p-to-print-addresses[π˜€π—½π—Ώ] changes introduced through rebasevporpo5 weeks
users/vitalybuka/spr/main.nfccodegen-precommit-test-for-84858[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka4 months
users/vitalybuka/spr/main.nfchwasan-cleanup-opt-opt-test[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.nfchwasan-promote-instrumentglobals-to-member[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.nfchwasan-remove-duplicated-checks[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka3 weeks
users/vitalybuka/spr/main.nfchwasan-use-p-to-print-addresses[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 weeks
users/vitalybuka/spr/main.nfchwasanubsan-remove-clinit-from-few-opts[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.nfcimetadataclang-use-createunlikelylikelybranchweights[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.nfcimetadatalibcallsshrinkwrap-use-createunlikelylikelybranchweights[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.nfcir-add-setnosanitize-helpers[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 months
users/vitalybuka/spr/main.nfcisanitizersmetadata-exctract-createunlikelylikelybranchweights[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.nfcload-make-scanfrom-required-parameters[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka3 weeks
users/vitalybuka/spr/main.nfcmemprof-use-p-to-print-addresses[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka5 weeks
users/vitalybuka/spr/main.nfcmemprof-use-p-to-print-addresses-1[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 weeks
users/vitalybuka/spr/main.nfcmemprof-use-p-to-print-addresses-2[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 weeks
users/vitalybuka/spr/main.nfcmoduleutils-test-appendtoglobalctorsappendtoglobaldtors[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka2 weeks
users/vitalybuka/spr/main.nfcmsan-extract-handleselectlikeinst[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 months
users/vitalybuka/spr/main.nfcmsan-prepare-function-to-extract-main-logic[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 months
users/vitalybuka/spr/main.nfcsanitizer-add-consts-to-skipinternalframes[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.nfcsanitizer-move-symbolizedstackholder-into-sanitizer_common[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.nfcsanitizer-use-unlikely-in-vreportvprintf[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka3 days
users/vitalybuka/spr/main.nfcsanitizer_common-use-p-to-print-addresses[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka5 weeks
users/vitalybuka/spr/main.nfctsan-better-name-for-locking-functions[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka8 weeks
users/vitalybuka/spr/main.nfctsan-clang-format-includes[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 weeks
users/vitalybuka/spr/main.nfctsan-move-skipinternalframes-into-sanitizer_common[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.nfctsan-ptr-0-to-implicit-check[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka7 months
users/vitalybuka/spr/main.nfcubsan-add-mixed-filter-test-case[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka3 weeks
users/vitalybuka/spr/main.rename-remove-traps-to-lower-builtin-hot[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.sancov-apply-branch-weights-when-checking-counters[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.sanitizer-rename-define_real_pthread_functions[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 weeks
users/vitalybuka/spr/main.sanitizer-skip-includec-from-summary[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.sanitizers-optimize-locking-stackdepotbase-for-fork[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka8 months
users/vitalybuka/spr/main.sanitizers-optimize-locking-stackdepotbase-for-fork-1[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.testasan-check-for-order-of-dyninitpoison[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2 weeks
users/vitalybuka/spr/main.testhwasan-implement-sanitizer_specific-for-hwasan[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.testhwasan-test-function-name-in-summaries[test][hwasan] Test function name in summaries (#77391)Vitaly Buka7 months
users/vitalybuka/spr/main.testsanitizer-allow-fork_threaded-test-on-msan-tsan[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 months
users/vitalybuka/spr/main.tsan-dont-crash-on-vscale[π˜€π—½π—Ώ] changes introduced through rebaseHeejin Ahn3 months
users/vitalybuka/spr/main.tsan-fallback-to-top-frame[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.tsan-lockunlock-allocator-and-stacks-on-fork[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka8 weeks
users/vitalybuka/spr/main.tsan-process-sigprof-as-sync-sygnal-only-if-theread-is-alive[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka5 months
users/vitalybuka/spr/main.tsan-set-thr-is_inited-after-slotattachandlock[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka5 months
users/vitalybuka/spr/main.tsan-test-__tsan_test_only_on_fork-only-on-mac[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka8 weeks
users/vitalybuka/spr/main.ubsan-drop-terminal-in-from-reports-without-functions[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka7 months
users/vitalybuka/spr/main.ubsanhwasan-let-mixing-filters[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka3 weeks
users/vitalybuka/spr/main.ubsanhwasan-remove-redundant-flags[π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka4 months
users/vitalybuka/spr/main.update[π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka3 weeks
users/vitalybuka/spr/main.use-rc-version-suffix[π˜€π—½π—Ώ] changes to main this commit is based onTom Stellard2 months
users/vitalybuka/spr/main.workflows-fix-version-checkyml-to-work-with-the-new-minor-release-bump[π˜€π—½π—Ώ] changes to main this commit is based onTom Stellard2 months
users/vitalybuka/spr/nfcasanodr-use-intrusivelist-for-a-listofglobals[π˜€π—½π—Ώ] initial versionArtem Pianykh2 weeks
users/vitalybuka/spr/nfccodegen-precommit-test-for-84858[π˜€π—½π—Ώ] initial versionVitaly Buka4 months
users/vitalybuka/spr/revert-clang-overflow-pattern-exclusions-100272[π˜€π—½π—Ώ] initial versionVitaly Buka2 days
users/vitalybuka/spr/symbolizer-dont-threat-symbolizer-api-as-optional[π˜€π—½π—Ώ] initial versionVitaly Buka8 months
users/vitalybuka/spr/symbolizer-dont-threat-symbolizer-api-as-optional-1[π˜€π—½π—Ώ] initial versionVitaly Buka8 months
users/vitalybuka/spr/test95264[libcxx] Align `__recommend() + 1` by __endian_factor (#90292)Vitaly Buka2 months
users/vitalybuka/spr/test95264Sized[libcxx] Align `__recommend() + 1` by __endian_factor (#90292)Vitaly Buka2 months
users/vitalybuka/spr/testasan-check-for-order-of-dyninitpoison[NFC][asan] Report DynInitUnPoisonVitaly Buka2 weeks
users/vitalybuka/spr/try-patch-from-76218[π˜€π—½π—Ώ] initial versionVitaly Buka7 months
users/vitalybuka/spr/tsan-add-missing-link-option-to-tsan-test-after-84923[π˜€π—½π—Ώ] initial versionDave Clausen5 months
users/vitalybuka/spr/update[π˜€π—½π—Ώ] initial versionVitaly Buka3 weeks
users/vitalybuka/spr/use-rc-version-suffix[π˜€π—½π—Ώ] initial versionTom Stellard2 months
users/vitalybuka/spr/workflows-fix-version-checkyml-to-work-with-the-new-minor-release-bump[π˜€π—½π—Ώ] initial versionTom Stellard2 months
users/vzakhari/spr/flangruntime-added-custom-visitor-for-iostatementstate-variantsrebaseSlava Zakharin5 months
users/vzakhari/spr/flangruntime-added-self-printing-for-internalunitrebaseSlava Zakharin5 months
users/vzakhari/spr/flangruntime-enable-print-of-integer32-for-devicerebaseSlava Zakharin5 months
users/vzakhari/spr/main.flangruntime-added-custom-visitor-for-iostatementstate-variants[π˜€π—½π—Ώ] changes introduced through rebaseSlava Zakharin5 months
users/vzakhari/spr/main.flangruntime-added-fortrancommonreference_wrapper-for-use-on-device[π˜€π—½π—Ώ] changes introduced through rebaseSterling Augustine5 months
users/vzakhari/spr/main.flangruntime-added-self-printing-for-internalunit[π˜€π—½π—Ώ] changes introduced through rebaseSlava Zakharin5 months
users/vzakhari/spr/main.flangruntime-enable-print-of-integer32-for-device[π˜€π—½π—Ώ] changes introduced through rebaseSlava Zakharin5 months
users/vzakhari/spr/main.nfcflang-reorder-const-and-rt_api_attrs[π˜€π—½π—Ώ] changes introduced through rebaseKrzysztof Parzyszek5 months
users/wangleiat/spr/clangloongarch-enable-fasynchronous-unwind-tables-by-default-on-linuxupdate testwanglei2 months
users/wangleiat/spr/loongarch-add-options-for-annotate-tablejump[π˜€π—½π—Ώ] initial versionwanglei10 days
users/wangleiat/spr/main.loongarch-refactor-loongarchabicomputetargetabi[π˜€π—½π—Ώ] changes introduced through rebasewanglei3 months
users/wangpc-pp/spr/aarch64-remove-usage-of-postraschedulerRebaseWang Pengcheng3 months
users/wangpc-pp/spr/clangriscv-add-assumptions-to-vsetvlivsetvlimaxRebase and use RISCVVtype helperswangpc5 months
users/wangpc-pp/spr/earlyifcvt-take-branch-probablities-into-considerationRebase on #98011Wang Pengcheng6 weeks
users/wangpc-pp/spr/earlyifcvtnfc-factor-out-isprofitabletoconvertif[π˜€π—½π—Ώ] initial versionWang Pengcheng6 weeks
users/wangpc-pp/spr/main.aarch64-remove-usage-of-postrascheduler[π˜€π—½π—Ώ] changes introduced through rebaseAmir Ayupov3 months
users/wangpc-pp/spr/main.earlyifcvt-take-branch-probablities-into-consideration[π˜€π—½π—Ώ] changes introduced through rebaseWang Pengcheng6 weeks
users/wangpc-pp/spr/main.riscv-dont-use-v0-directly-in-patterns[π˜€π—½π—Ώ] changes introduced through rebaseWang Pengcheng4 months
users/wangpc-pp/spr/main.riscv-support-select-optimization[π˜€π—½π—Ώ] changes introduced through rebaseLuke Lau6 weeks
users/wangpc-pp/spr/main.riscvmc-add-experimental-support-of-zaamo-and-zalrsc[π˜€π—½π—Ώ] changes introduced through rebasewangpc7 months
users/wangpc-pp/spr/riscv-add-riscv_atomich-and-zawrs-builtins[π˜€π—½π—Ώ] initial versionWang Pengcheng8 weeks
users/wangpc-pp/spr/riscv-dont-use-v0-directly-in-patternsRebase on #88868Wang Pengcheng4 months
users/wangpc-pp/spr/riscv-re-model-rvv-comparison-instructionsRebaseWang Pengcheng4 months
users/wangpc-pp/spr/riscv-remove-sew-operand-for-loadstore-and-sew-aware-pseudosFix typowangpc4 months
users/wangpc-pp/spr/riscv-support-select-optimizationRebasewangpc6 weeks
users/wangpc-pp/spr/riscvpoc-schedule-rvv-instructions-with-same-type-firstSupport buttomup/topdown/bidirectional and fix some failuresWang Pengcheng8 weeks
users/xiangzhangllvm/refine-simplify-CFG-for-loop-unroll[SimplifyCFG] Not folding branch in constant loops which expected unrollZhang Xiang8 months
users/yln/lldb-ReportRetriever_SetupBreakpoint-cleanup[lldb] Stop using legacy breakpoint symbolJulian Lettner2 months
users/yuxuanchen1997/coro-inplace-task-fe[Clang] Introduce [[clang::coro_await_elidable]]Yuxuan Chen10 days
users/yuxuanchen1997/coro-split-noallocImplement noalloc in CoroSplitYuxuan Chen9 days
users/yuxuanchen1997/coro-transform-attr-must-elideadd CoroAnnotationElidePassYuxuan Chen9 days
users/yxsamliu/should-emit-var[CUDA][HIP] Fix template static member (#98544)Yaxun (Sam) Liu5 weeks
users/zacklj89/sprasanwindows-synchronizing-asan-init-on-windows[asan][Windows] Synchronizing ASAN init on WindowsZachary Johnson9 months
users/zacklj89/sprmain.nfcasan-change-asan_init-and-asan_init_is_running-add-settersgetters[π˜€π—½π—Ώ] changes to main this commit is based onZachary Johnson9 months
users/zacklj89/sprnfcasan-change-asan_init-and-asan_init_is_running-add-settersgetters[π˜€π—½π—Ώ] initial versionZachary Johnson9 months
users/zacklj89/sprnfcasan-clang-format-for-asan_init-change[π˜€π—½π—Ώ] initial versionZachary Johnson9 months
users/zero9178/qualified-traitclang-formatMarkus BΓΆck6 months
users/zero9178/simplify-builtin-parsing[mlir] Start moving some builtin type formats to the dialectMarkus BΓΆck6 months