aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainSelectionDAG/expandFMINNUM_FMAXNUM: skips vector if SETCC/VSELECT is not lega...YunQiang Su3 hours
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 Lanza9 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-02-21[PATCH] [PowerPC] Correctly use ELFv2 ABI on all OS's that use the ELFv2 ABIllvmorg-16.0.0-rc3Brad Smith7-6/+25
2023-02-21GH60642: Fix ICE when checking a lambda defined in a concept definitionErich Keane2-2/+26
2023-02-21[Attributor][FIX] Ensure we adjust types properlyJohannes Doerfert3-4/+147
2023-02-21[LVI] Disable at-use reasoning across phi nodes (PR60629)Dmitry Makogon2-6/+53
2023-02-21[clang-format] Don't rewrite the input file if already formattedOwen Pan1-2/+5
2023-02-20[OpenMP] Make isDone lightweight without calling synchronizeYe Luo4-20/+8
2023-02-20[Libomptarget] Check errors when synchronizing the async queueJoseph Huber4-6/+16
2023-02-20[C++20] [Modules] Allow -fmodule-file=<module-name>=<BMI-Path> for implementa...Chuanqi Xu7-23/+90
2023-02-20[Support] [Windows] Don't check file access time in equivalent(file_status, f...R. Voggenauer1-2/+0
2023-02-20[analyzer] Remove unjustified assert from EquivalenceClass::simplifyBalazs Benics2-1/+23
[...]