aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[𝘀𝗽𝗿] changes to main this commit is based onusers/koachan/spr/main.sparcias-add-support-for-uhi-and-ulo-extensionsKoakuma2-3/+18
2024-05-19Quick fix for a waning in clang_rt.ctx_profile [-Wgnu-anonymous-struct]NAKAMURA Takumi2-0/+4
2024-05-19ReformatNAKAMURA Takumi1-1/+1
2024-05-18[nfc][InstrFDO]Encapsulate header writes in a class member function (#90142)Mingming Liu2-36/+40
2024-05-18[ThinLTO]Sort imported GUIDs before cache key update (#92622)Mingming Liu1-1/+7
2024-05-19update_test_checks: match IR basic block labels (#88979)Nicolai Hähnle9-516/+534
2024-05-18[VectorCombine] Don't transform single shuffles in shuffleToIdentityDavid Green2-4/+8
2024-05-18[DAG] Use copysign in frem power-2 fold. (#91751)David Green3-18/+117
2024-05-18[DXIL] Use consistent SmallVector parametersJessica Clarke1-1/+1
2024-05-18[DWARFLinker] Use an implicit conversion of SmallString to StringRef (NFC)Kazu Hirata1-1/+1
2024-05-18[dsymutil] Use operator==(StringRef, StringRef) (NFC)Kazu Hirata1-1/+1
2024-05-18[VPlan] Remove unused removeLastOperand (NFC).Florian Hahn1-5/+0
2024-05-18[NVPTX] support immediate values in st.param instructions (#91523)Alex MacLean3-64/+2199
2024-05-18[nfc][ctx_profile] Fix printf - related `-Wformat-pedantic`Mircea Trofin1-2/+3
2024-05-18[flang][cuf] Add attr gen dependency to fix #92635Valentin Clement1-0/+1
2024-05-18[mlir] Add operator<< for printing `Block` (#92550)Krzysztof Parzyszek4-7/+8
2024-05-18[X86][CodeGen] Support flags copy lowering for CCMP/CTEST (#91849)Shengchen Kan4-1/+95
2024-05-18[GlobalIsel] Combine select to integer min max more (#92570)Thorsten Schütt3-6/+12
2024-05-18[clang][NFC] Further improvements to const-correctnessVlad Serebrennikov6-23/+20
2024-05-18[clang][ThreadSafety] Skip past implicit cast in `translateAttrExpr`Antonio Frighetto2-2/+2
2024-05-17[MCAsmParser] Improve .rept/.irp testsFangrui Song4-29/+53
2024-05-18[flang][OpenMP] Try to unify induction var privatization for OMP regions. (#9...Kareem Ergawy61-216/+388
2024-05-18[flang][OpenMP] Re-enable tests when building OpenMP as a runtime (#89046)Michael Klemm54-64/+78
2024-05-17[MCAsmParser] .macro/.rept/.irp/.irpc: remove excess \n after expansionFangrui Song4-34/+34
2024-05-18Fix: remove wrongly pushed etime-function.mlir at toplevel (#92634)jiajie zhang1-25/+0
2024-05-18[Github] Revert accidental changes to dependabot configAiden Grossman1-10/+16
2024-05-17Reapply "[ctx_profile] Integration test (#92456)"Mircea Trofin4-16/+126
2024-05-17[flang][cuda] Add data attribute to program globals (#92610)Valentin Clement (バレンタイン クレメン)2-1/+23
2024-05-17Revert "[LoongArch] Use R_LARCH_ALIGN with section symbol (#84741)"Fangrui Song6-47/+15
2024-05-17[lldb] Namespace SBSourceLanguageName (NFC)Jonas Devlieghere2-2/+2
2024-05-18DebugInfo: Don't emit .debug_names entries for split-dwarf-inlining infoDavid Blaikie2-1/+86
2024-05-17Revert "[ctx_profile] Integration test (#92456)"Aiden Grossman3-116/+0
2024-05-17[flang] Fixed https://lab.llvm.org/buildbot/#/builders/270/builds/14406Slava Zakharin1-0/+1
2024-05-17[Bounds-Safety] Temporarily relax a `counted_by` attribute restriction on fle...Dan Liew4-6/+32
2024-05-17[mlir][polynomial] split attributes into its own tablegen (#92613)Jeremy Kun5-153/+184
2024-05-17[flang] Relax checking of dummy procedures under BIND(C) (#92474)Peter Klausler7-204/+361
2024-05-17[flang][runtime] Decouple scalar output APIs from descriptors (#92444)Peter Klausler5-216/+264
2024-05-17[NVPTX] fixup support for over-aligned parameters (#92457)Alex MacLean6-43/+168
2024-05-17[test] Use conventional -emit-llvm-onlyFangrui Song1-1/+1
2024-05-17[lldb-dap] Bump the version to 0.2.1Jonas Devlieghere1-1/+1
2024-05-17[flang][cuda] Implicitly load cudadevice module in device/global subprogram (...Valentin Clement (バレンタイン クレメン)7-5/+166
2024-05-17Fix flaky test: signal_in_mutex_lock.cpp (#92587)Julian Lettner1-12/+20
2024-05-17[libcxx][libcxxabi] Fix build for OpenBSD (#92186)John Ericson3-4/+32
2024-05-17[clang][NFC] Add `const` qualifier in `Sema::isIncompatibleTypedef`Vlad Serebrennikov2-6/+6
2024-05-17[Bounds-Safety] Fix `pragma-attribute-supported-attributes-list.test`Dan Liew1-1/+0
2024-05-17[BOLT][NFC] Rename isUnsupportedBranch to isReversibleBranch (#92447)Nathan Sidwell4-10/+10
2024-05-17[MCAsmParser,test] Test line marker after .endr \nFangrui Song1-0/+2
2024-05-17[BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C (#90786)Dan Liew21-148/+1117
2024-05-17Revert "[MCAsmParser] .rept/.irp/.irpc: remove excess tail EOL in expansion"Fangrui Song2-19/+26
2024-05-17AMDGPU: Handle undef correctly in isKnownIntegral (#92566)Matt Arsenault2-6/+54