Sign in
llvm
/
llvm-project
/
flang
/
HEAD
04a03d3
[flang][cuda] Set kernel intent(in) as const __restrict__ (#203652)
by Valentin Clement (バレンタイン クレメン)
· 18 hours ago
main
master
31d382c
[flang][CUDA] Keep host literals from using unified-memory generic distance (#201257)
by Zhen Wang
· 19 hours ago
0fd07f8
[flang][cuda] Fix host loads from CUDA constant globals (#203064)
by Zhen Wang
· 19 hours ago
d679c5d
[flang][cuda] Error out if pause statement is used in device code (#203642)
by Valentin Clement (バレンタイン クレメン)
· 20 hours ago
ec12c39
[flang][OpenMP] Add missing check for empty argument list (#203592)
by Krzysztof Parzyszek
· 24 hours ago
8f38bd3
[OpenACC][flang] Emit NYI when unstructured loops are associated with OpenACC directives (#202948)
by Kareem Ergawy
· 27 hours ago
5404559
[flang] Avoid invalid declare_value for promoted dummy-scope variables (#202498)
by Zhen Wang
· 27 hours ago
6e2d73b
[Flang][OpenMP] Fix crash when common block name is used in LINEAR clause (#203250)
by Aditya Trivedi
· 28 hours ago
7f4cacb
[flang] __fortran_builtins: Update __builtin_team_type to meet PRIF specification (#202450)
by Dan Bonachea
· 33 hours ago
48adcb2
[Flang][Openmp]Prevent TODO abort on nothing directive (#202679)
by ShashwathiNavada
· 2 days ago
29aefd8
[flang] Improve error for data component definition after CONTAINS in derived type (#203379)
by mleair
· 2 days ago
2ca6580
[flang][OpenMP] Simplify code by using common functions, NFC (#203373)
by Krzysztof Parzyszek
· 2 days ago
6ad484d
[flang][OpenMP] Add type-param-inquiry checks for non-list clauses (#203059)
by Krzysztof Parzyszek
· 2 days ago
c6d2406
Revert "[Flang][OpenMP] remove enable-delayed-privatization-staging to suppor…" (#203348)
by Jason Van Beusekom
· 2 days ago
96b5003
Revert "[Flang][OpenMP][Sema] Add OpenMP warning when mapping local descriptors to device on enter without a corresponding exit" (#203324)
by dpalermo
· 2 days ago
bb4e822
[flang][OpenMP] Temporarily disable flaky test (#203307)
by Krzysztof Parzyszek
· 2 days ago
daa2d0d
[Flang][OpenMP] remove enable-delayed-privatization-staging to suppor… (#200952)
by Jason Van Beusekom
· 2 days ago
eddeeab
[Flang] Add target-abi to CodegenSpecifics (#201539)
by Philipp Rados
· 2 days ago
e3a359c
[flang][OpenMP] Fix the privatization of common blocks (#200446)
by Leandro Lupori
· 2 days ago
7dcf1a8
[Flang][OpenMP] Fix implicit symbol resolution for USE-renamed arrays (#189215)
by Aditya Trivedi
· 2 days ago
384e254
[docs] try again to handle doxygen everywhere (#203081)
by Jameson Nash
· 2 days ago
4dda5b4
[flang][OpenMP] Move TargetOMPContext to shared FlangOMPContext (NFC) (#202677)
by Abid Qadeer
· 2 days ago
9773715
[Flang] Reject keyword arguments in statement function calls (#198610)
by jay0x
· 2 days ago
90ea739
[flang][OpenACC] Don't hoist declare directive out of interface bodies (#202806)
by khaki3
· 2 days ago
e1663b1
[flang][OpenMP] Implicit declarations of procedures in DECLARE_TARGET (#201935)
by Krzysztof Parzyszek
· 3 days ago
b192ebb
[flang][acc] Add tests for implicit `acc declare` of type descriptors (#203100)
by Razvan Lupusoru
· 3 days ago
8d3762f
[flang][semantics] Clean up -frelaxed-c-loc-checks warning flag handling (#203071)
by Andre Kuhlenschmidt
· 3 days ago
5646030
[flang][OpenMP] Remove CheckSymbolName{,s}, NFC (#202811)
by Krzysztof Parzyszek
· 3 days ago
cd0b186
[flang][semantic] parser node types and rewrite for explicit-shape-bounds-spec (#188447)
by ivanrodriguez3753
· 3 days ago
43e6fb9
[docs] update CI to use latest release of doxygen (#202420)
by Jameson Nash
· 3 days ago
a87ff4c
[flang][OpenMP] Fix privatization of linear in TARGET (#202443)
by Leandro Lupori
· 3 days ago
22c38b6
[Flang][OpenMP][Sema] Add OpenMP warning when mapping local descriptors to device on enter without a corresponding exit (#201060)
by agozillon
· 3 days ago
95ed834
[flang] Support declarations scoping in FIR AA. (#201216)
by Slava Zakharin
· 4 days ago
296ffc8
[flang] Add RegionBranchOpInterface to fir.do_loop (#202418)
by Susan Tan (ス-ザン タン)
· 4 days ago
2c967d5
[FIR] add a fir.shape_extents operation (#199361)
by yebinchon
· 4 days ago
dfe0610
Reapply "[Clang] Set default LTO mode for AMDGCN/SPIR-V targets to full" (#202714) (#202736)
by Joseph Huber
· 4 days ago
fc9cfae
[flang-rt] Add support for logical binary input edit descriptor (#193490)
by John Otken
· 4 days ago
85cb7a1
[flang][OpenMP] Move assumed-size array check to list item verification (#201385)
by Krzysztof Parzyszek
· 4 days ago
b16f196
[flang][OpenMP] Move check for substring to semantic checks (#201384)
by Krzysztof Parzyszek
· 4 days ago
4128860
[flang][hlfir] Reset lower bounds to one when bufferizing hlfir.as_expr move (#202406)
by khaki3
· 4 days ago
d299f20
[flang][OpenMP] More detailed checks for argument list items in clauses (#201334)
by Krzysztof Parzyszek
· 4 days ago
9a62839
[flang][hlfir] Extend InlineHLFIRCopy to inline copy_out with copy-back (#202290)
by Kareem Ergawy
· 5 days ago
23441fb
Reapply "[flang] Enumeration Type: (PR 1/5) Foundation types + Parser" (#202440)
by kwyatt-ext
· 5 days ago
c0d159d
[flang][acc] Fix separate compilation for module !$acc declare create on allocatables. (#202409)
by nvptm
· 5 days ago
21fac3c
Revert "[docs] update CI to use latest release of doxygen" (#202412)
by Jameson Nash
· 5 days ago
5d8165b
Revert "[flang] Enumeration Type: (PR 1/5) Foundation types + Parser" (#202408)
by Krzysztof Parzyszek
· 5 days ago
5d527e5
[flang][OpenMP][NFC] Share declare mapper helpers for iterator modifier lowering (#197752)
by Chi-Chun, Chen
· 5 days ago
9ee3959
[mlir][OpenMP] Add iterator support to map/motion clause (#197047)
by Chi-Chun, Chen
· 5 days ago
a23cf11
[flang][cuda] Don't allocate managed descriptors for OpenACC data-clause boxes (#201957)
by khaki3
· 5 days ago
17b2f22
[flang] Enumeration Type: (PR 1/5) Foundation types + Parser (#192651)
by kwyatt-ext
· 5 days ago
e669c75
[docs] update CI to use latest release of doxygen (#191501)
by Jameson Nash
· 5 days ago
843805b
[flang] Restrict O0 hlfir.assign scalar-to-array inlining to OpenMP target device (#201774)
by Sairudra More
· 5 days ago
ff0be97
[flang][flang-rt] Treat REAL(2)/COMPLEX(2) as C-interoperable types (#201888)
by Eugene Epshteyn
· 5 days ago
d234111
[Flang][CMake] Add missing CMakePushCheckState for standalone build (#202285)
by Michael Kruse
· 5 days ago
d8bc25d
[flang][CUDA] Allocate converted kernel descriptors in device-accessible storage (#201950)
by Zhen Wang
· 7 days ago
1919685
[flang] Remove unused DenseMapInfo::getEmptyKey (#201988)
by Fangrui Song
· 7 days ago
f84ff50
[Flang][Driver] Fix -foffload-device misspelling (#201857)
by Michael Kruse
· 7 days ago
869a7dd
[flang][OpenMP] Fix failure in linear-clause01.f90 test (#201920)
by Leandro Lupori
· 8 days ago
312cb41
[flang] Update a test case for AIX (NFC) (#201865)
by Kelvin Li
· 8 days ago
f825e2a
[Flang][OpenMP] Heap-allocate GPU dynamic private arrays in distribute parallel do (#200841)
by Akash Banerjee
· 8 days ago
66025de
[flang][OpenMP] Adding support for weak extended-atomic clause (#201823)
by SunilKuravinakop
· 8 days ago
4975bbe
[Flang][OpenMP] Fix false positive common block error in LINEAR clause (#189170)
by Aditya Trivedi
· 8 days ago
4a7a606
[flang][OpenMP] NFC: Move trait-matching helpers to Semantics (#201584)
by Abid Qadeer
· 8 days ago
c25f2d8
[mlir][arith] Canonicalize cmpi select to min/max (#201737)
by Ming Yan
· 8 days ago
da1236d
[flang][debug] Fix DIStringType size for arrays of assumed-length chars. (#201649)
by Abid Qadeer
· 8 days ago
1b0caea
[Flang][OpenMP]add semantic check for linear clause with statement function variables (#199743)
by jay0x
· 8 days ago
5806c7d
[flang][OpenMP] Separate checks for type-parameter inquiry and subobject (#201324)
by Krzysztof Parzyszek
· 9 days ago
077f8d6
docs/ParallelMultiImageFortranRuntime: Update link to latest PRIF Specification (#201403)
by Dan Bonachea
· 9 days ago
0eabda6
[flang] Adding notes from the Flang Community Call June 3rd (#201458)
by Alexis Perry-Holby
· 9 days ago
0606f01
[flang][acc] Attach FortranObjectViewOpInterface to acc.unwrap_private (#201646)
by Razvan Lupusoru
· 9 days ago
6f56245
[flang][docs] Documented `c_float128` and `c_float128_complex` extension (#201614)
by Eugene Epshteyn
· 9 days ago
333ffe4
[flang-rt] Extension: accept '!' as value separator in NAMELIST input (#200441)
by Eugene Epshteyn
· 9 days ago
b469e44
[Flang][Semantics] Throw diagnostics for identical entry and result names. (#198500)
by ShashwathiNavada
· 9 days ago
efd51b2
[Flang] Fix -frelaxed-c-loc-checks being ignored when using the driver (#200733)
by ShashwathiNavada
· 9 days ago
ac6c4e9
[flang][OpenMP] Support lowering of metadirective (part 2) (#194424)
by Chi-Chun, Chen
· 10 days ago
28b5469
[flang][cuda] Handle Constant and Shared attributes in CUDA generic matching distance (#201451)
by Zhen Wang
· 10 days ago
26e2aed
[flang][OpenACC] Re-declare cached array sections with lower bounds only (#201223)
by Slava Zakharin
· 10 days ago
c939352
[flang][OpenACC] Add minus operator to reduction clause (#200909)
by Ron Green [NVIDIA]
· 10 days ago
b62fdf1
[flang][openacc] change option feature flag names to address comments. (#200037)
by Andre Kuhlenschmidt
· 10 days ago
6e91bff
[flang][openacc] add extension which accepts multiple names in a OpenACC routine directive (#200296)
by Andre Kuhlenschmidt
· 10 days ago
de9cee6
[flang][OpenMP] Store DECLARE_TARGET information in WithOmpDeclarative (#201103)
by Krzysztof Parzyszek
· 10 days ago
16b8a40
[flang][hlfir] Resolve shape_of users when bufferizing eval_in_mem (#201214)
by khaki3
· 10 days ago
2c34a44
[Flang] Fix omp_lib.h location and search path (#201104)
by Michael Kruse
· 10 days ago
366931a
[flang][OpenMP] Refactor interface of WithOmpDeclarative (#200876)
by Krzysztof Parzyszek
· 10 days ago
2c77803
[flang][OpenMP] Rename check-omp-metadirective.cpp (NFC). (#201159)
by Abid Qadeer
· 10 days ago
e8227a8
[flang] Define array named constants from the iso_fortran_env intrins… (#201190)
by mleair
· 11 days ago
e8adc8d
[flang][OpenMP] Support lowering of metadirective (part 1) (#193664)
by Chi-Chun, Chen
· 11 days ago
b1ef203
[flang] Support -ffunction-sections and -fdata-sections. (#199731)
by Abid Qadeer
· 11 days ago
320ec75
[flang][OpenMP] Add structure checks for DECLARE VARIANT (#198799)
by Abid Qadeer
· 11 days ago
4f253e9
[flang] Fix possibly unused variable (NFC) (#200905)
by Kelvin Li
· 11 days ago
47963c6
[flang][HLFIR] Add SeparateAllocatableAssign pass (#197814)
by khaki3
· 11 days ago
aabbae4
[Flang] Fix device-side module lookup (#200863)
by Michael Kruse
· 12 days ago
afcc81c
[flang] Remove unused DenseMapInfo::getTombstoneKey (#200632)
by Fangrui Song
· 12 days ago
c5ef44e
[flang][OpenMP] Simplify checks for type-parameter inquiry (#198217)
by Krzysztof Parzyszek
· 12 days ago
cd8e771
Reland "[flang][OpenMP] Fix lowering of LINEAR iteration variables (#188851)" (#194623)
by Leandro Lupori
· 12 days ago
1b45f5f
[cuda][flang] Diagnose missing CUDA intrinsic modules in Flang semantics (#200509)
by Zhen Wang
· 12 days ago
93455f2
[flang][OpenMP] Restricting Integration test atomic-capture-release.f90 run to x86 and aarch64 (#200770)
by SunilKuravinakop
· 12 days ago
21d8bf1
[flang] Add support for TYPEOF and CLASSOF type specifiers (#188804)
by Ritanya-B-Bharadwaj
· 12 days ago
45d286a
[flang][lowering] Implement component-wise initialization for derived types (#187465)
by hcx
· 12 days ago
93fc751
[flang][mlir] Add flang to mlir lowering for dyn_groupprivate (#180938)
by Chaitanya
· 12 days ago
Next »