summaryrefslogtreecommitdiff
path: root/flang/lib/Semantics/assignment.cpp
AgeCommit message (Expand)Author
2025-07-08[flang][cuda] Do not produce data transfer in offloaded do concurrent (#147435)users/david-salinas/fix_offload_compressionValentin Clement (バレンタイン クレメン)
2025-06-09[flang][openmp]Add UserReductionDetails and use in DECLARE REDUCTION (#140066)Tom Eccles
2025-05-13[flang] Fix spurious error on defined assignment in PURE (#139186)Peter Klausler
2025-03-10[flang] Enforce C15104(5) for coindexed values (#130203)Peter Klausler
2025-03-02[flang][cuda] Allow unsupported data transfer to be done on the host (#129160)Valentin Clement (バレンタイン クレメン)
2025-02-04[flang][cuda] Relax semanctic check in cuf kernel and openacc compute constru...Valentin Clement (バレンタイン クレメン)
2025-02-03[flang][cuda] Detect illegal data transfer in semantic (#125591)Valentin Clement (バレンタイン クレメン)
2025-01-08[flang] Allow LOCK_TYPE & al. to associate with INTENT(IN OUT) (#121413)Peter Klausler
2024-07-11[flang] Downgrade error message to a portability warning (#98368)Peter Klausler
2023-05-16[flang] Finer control over warningsPeter Klausler
2023-03-27[flang] Consolidate and enhance pointer assignment checksPeter Klausler
2023-01-27[flang] Don't apply intrinsic assignment check for PURE subprograms to define...Peter Klausler
2022-12-05[flang] Catch attempts to copy pointers in allocatables in PUREPeter Klausler
2022-10-31[flang] Fix pointer definition semantic checking via refactoringPeter Klausler
2022-08-07[flang] Allow assignment to host association in BLOCK in PURE subprogramPeter Klausler
2022-05-06[flang] Add one semantic check for masked array assignmentPeixinQiao
2022-04-15[flang] Finer control over error recovery with GetExpr()Peter Klausler
2021-01-22[flang][nfc] Fix comments, remove needless API, tweak scriptpeter klausler
2020-10-07[flang] Semantic checks for bad usage of whole assumed-size arrayspeter klausler
2020-08-07[flang][NFC] Reformat files with current clang-formatpeter klausler
2020-06-12 [flang] Semantics for SELECT TYPEsameeran joshi
2020-04-03[flang] Add message formatting for std::int64_tTim Keith
2020-03-27[flang] Fix missing substring bounds (bug flang-compiler/f18#1091)peter klausler
2020-03-10[flang] Allow for vector subscript on LHS of assignmentTim Keith
2020-03-09[flang] Perform definability checks on LHS of assignmentTim Keith
2020-03-09[flang] Change CheckDefinabilityInPureScope to return boolTim Keith
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names (...CarolineConcatto