aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
main[BOLT] Avoid repeated hash lookups (NFC) (#111782)Kazu Hirata47 min.
users/aaupov/spr/bolt-allow-builtin_unreachable-to-be-at-maxsize-addressfix indentationAmir Ayupov4 hours
users/aaupov/spr/main.bolt-allow-builtin_unreachable-to-be-at-maxsize-address[𝘀𝗽𝗿] changes to main this commit is based onMaksim Panchenko4 hours
users/arsenm/amdgpu-global-isel-fix-atomic-extloadsAMDGPU/GlobalISel: Handle atomic sextload and zextloadMatt Arsenault10 hours
users/arsenm/amdgpu-globalisel-missing-m0-zextload-sextloadAMDGPU/GlobalISel: Insert m0 initialization before sextload/zextloadMatt Arsenault10 hours
users/arsenm/globalisel-fix-duplicating-atomic-loadsGlobalISel: Fix combine duplicating atomic loadsMatt Arsenault10 hours
users/dinistro/fix-global-import[MLIR][LLVM] Fix import of globals with references to other globalsChristian Ulmann12 hours
users/fhahn/scevuse!fixup fix formattingFlorian Hahn14 hours
users/lanza/sprcir-build-out-ast-consumer-patterns-to-reach-the-entry-point-into-cirgen-1[𝘀𝗽𝗿] initial versionNathan Lanza10 hours
users/mizvekov/clang-p0522-complete-implementation[clang] Finish implementation of P0522Matheus Izvekov11 hours
[...]
 
TagDownloadAuthorAge
llvmorg-19.1.1llvmorg-19.1.1.zip  llvmorg-19.1.1.tar.gz  llvmorg-19.1.1.tar.bz2  Tobias Hieta9 days
llvmorg-19.1.0llvmorg-19.1.0.zip  llvmorg-19.1.0.tar.gz  llvmorg-19.1.0.tar.bz2  Tobias Hieta3 weeks
llvmorg-19.1.0-rc4llvmorg-19.1.0-rc4.zip  llvmorg-19.1.0-rc4.tar.gz  llvmorg-19.1.0-rc4.tar.bz2  Tobias Hieta5 weeks
llvmorg-19.1.0-rc3llvmorg-19.1.0-rc3.zip  llvmorg-19.1.0-rc3.tar.gz  llvmorg-19.1.0-rc3.tar.bz2  Tobias Hieta7 weeks
llvmorg-19.1.0-rc2llvmorg-19.1.0-rc2.zip  llvmorg-19.1.0-rc2.tar.gz  llvmorg-19.1.0-rc2.tar.bz2  Tobias Hieta2 months
llvmorg-19.1.0-rc1llvmorg-19.1.0-rc1.zip  llvmorg-19.1.0-rc1.tar.gz  llvmorg-19.1.0-rc1.tar.bz2  Tobias Hieta2 months
llvmorg-20-initllvmorg-20-init.zip  llvmorg-20-init.tar.gz  llvmorg-20-init.tar.bz2  Tobias Hieta3 months
llvmorg-18.1.8llvmorg-18.1.8.zip  llvmorg-18.1.8.tar.gz  llvmorg-18.1.8.tar.bz2  Tom Stellard4 months
llvmorg-18.1.7llvmorg-18.1.7.zip  llvmorg-18.1.7.tar.gz  llvmorg-18.1.7.tar.bz2  Tom Stellard4 months
llvmorg-18.1.6llvmorg-18.1.6.zip  llvmorg-18.1.6.tar.gz  llvmorg-18.1.6.tar.bz2  Tom Stellard5 months
[...]
 
AgeCommit messageAuthorFilesLines
2023-12-23[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/-initial-versionVitaly Buka6-14/+17
2023-12-23[mlir][doc] Escape effects, interfaces, and traits (#76297)Rik Huijzer2-6/+12
2023-12-23[LiveDebugValues][nfc] Reduce memory usage of InstrRef (#76051)Felipe de Azevedo Piovezan3-61/+80
2023-12-23[ConstraintElim] Add (UGE, var, 0) to unsigned system for new vars. (#76262)Florian Hahn20-138/+90
2023-12-23DAG: Handle equal size element build_vector promotion (#76213)Matt Arsenault1-3/+7
2023-12-23[libc++][modules] Fixes C++20 build errors.Mark de Wever1-0/+4
2023-12-23[libc++] Optimize std::find if types are integral and have the same signednes...Nikolas Klauser2-0/+61
2023-12-22[NFC][sanitizer] Rename Lock{Before,After}Fork suffixes locking StackDepotBas...Vitaly Buka11-86/+109
2023-12-22[clang-format] Fix operator overload inconsistency in `BreakAfterAttributes: ...XDeme2-11/+22
2023-12-22[clang-format] Fix a bug in annotating function declaration names (#76206)Owen Pan2-1/+9
[...]