[all-commits] [llvm/llvm-project] 7118b7: [flang] Add allocator for descriptor data
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jul 30 10:54:03 PDT 2024
Branch: refs/heads/users/clementval/spr/desc1
Home: https://github.com/llvm/llvm-project
Commit: 7118b77d4a6a63488dd407bef6d73046f3ac12e8
https://github.com/llvm/llvm-project/commit/7118b77d4a6a63488dd407bef6d73046f3ac12e8
Author: Valentin Clement <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/include/flang/ISO_Fortran_binding.h
M flang/include/flang/Optimizer/CodeGen/TBAABuilder.h
M flang/include/flang/Optimizer/CodeGen/TypeConverter.h
M flang/include/flang/Runtime/descriptor.h
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/CodeGen/TypeConverter.cpp
M flang/runtime/CMakeLists.txt
M flang/runtime/ISO_Fortran_util.h
A flang/runtime/allocator-registry.cpp
A flang/runtime/allocator-registry.h
M flang/runtime/descriptor.cpp
M flang/test/Fir/box.fir
M flang/test/Fir/convert-to-llvm.fir
M flang/test/Fir/embox-char.fir
M flang/test/Fir/embox.fir
M flang/test/Fir/ignore-missing-type-descriptor.fir
M flang/test/Fir/polymorphic.fir
M flang/test/Fir/rebox-global.fir
M flang/test/Fir/rebox.fir
M flang/test/Fir/tbaa.fir
M flang/test/Fir/type-descriptor.fir
M flang/test/Lower/allocatable-polymorphic.f90
M flang/unittests/Evaluate/ISO-Fortran-binding.cpp
Log Message:
-----------
[flang] Add allocator for descriptor data
Commit: 4b10a9c083556481b714cf2d7355b16d817ea4a9
https://github.com/llvm/llvm-project/commit/4b10a9c083556481b714cf2d7355b16d817ea4a9
Author: Valentin Clement <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/include/flang/ISO_Fortran_binding.h
M flang/include/flang/Runtime/descriptor.h
M flang/runtime/descriptor.cpp
M flang/unittests/Evaluate/ISO-Fortran-binding.cpp
Log Message:
-----------
Address comments
Commit: 247e91bd00daa984db0b5241ea3931cc48069d15
https://github.com/llvm/llvm-project/commit/247e91bd00daa984db0b5241ea3931cc48069d15
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/include/flang/ISO_Fortran_binding.h
Log Message:
-----------
Update flang/include/flang/ISO_Fortran_binding.h
Commit: e0335651c13ba429923cbe38f1e8bd29ac7a75e6
https://github.com/llvm/llvm-project/commit/e0335651c13ba429923cbe38f1e8bd29ac7a75e6
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/include/flang/ISO_Fortran_binding.h
Log Message:
-----------
Add SetAllocIdx
Commit: e8fa5b55d4801e3bc8bbda38ed9b669a090894de
https://github.com/llvm/llvm-project/commit/e8fa5b55d4801e3bc8bbda38ed9b669a090894de
Author: Valentin Clement <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/include/flang/ISO_Fortran_binding.h
Log Message:
-----------
clang-format
Commit: b3dff1ba7c2e1a68780ebd1ff89b36bd7d103b5f
https://github.com/llvm/llvm-project/commit/b3dff1ba7c2e1a68780ebd1ff89b36bd7d103b5f
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/runtime/allocator-registry.h
Log Message:
-----------
Update filename in header
Co-authored-by: Slava Zakharin <szakharin at nvidia.com>
Commit: 9639fe996abf198ff42d716e94f38f6b1bb7d22c
https://github.com/llvm/llvm-project/commit/9639fe996abf198ff42d716e94f38f6b1bb7d22c
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M flang/include/flang/ISO_Fortran_binding.h
Log Message:
-----------
Update flang/include/flang/ISO_Fortran_binding.h
Compare: https://github.com/llvm/llvm-project/compare/cc7aef97bb74...9639fe996abf
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list