Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)Author
2022-11-04[flang] add -f[no-]reciprocal-mathTom Eccles
2022-11-04[flang] Add -f[no-]associative-math and -mreassociateTom Eccles
2022-11-04[flang] Add -f[no-]signed-zerosTom Eccles
2022-11-04[flang] Add -f[no-]approx-funcTom Eccles
2022-11-04[flang] Add -f[no-]honor-nans and -menable-no-nansTom Eccles
2022-11-04[Test] Fix CHECK typo.Zequan Wu
2022-11-04[flang][RFC] Proposal for complex number lowering through MLIRDavid Truby
2022-11-04[flang][RFC] Change the interface for non-BIND(C) CPTR type with VALUE attributePeixin Qiao
2022-11-04[flang] Fix function result rewritePeixin Qiao
2022-11-04[flang] Update fir.select_type op to fit design documentValentin Clement
2022-11-04[flang] Handle non derived-type unlimited polymorphic allocationValentin Clement
2022-11-03[flang]Fix build failure in testsMats Petersson
2022-11-03Fixing flang's definition of MLIR_MAIN_SRC_DIRRenaud-K
2022-11-03[Flang] Run clang-format on all flang filesPeter Steinfeld
2022-11-03[mlir][llvmir] Convert attributes for functions without bodies.Slava Zakharin
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-11-03[Flang][Driver]Add datalayout before doing LLVM-IR transformationMats Petersson
2022-11-03[flang] Add -f[no-]honor-infinities and -menable-no-infsTom Eccles
2022-11-03[NFC][flang] Lowering options clean-up.Slava Zakharin
2022-11-03[flang][RFC] Add lowering design for procdure pointersPeixin-Qiao
2022-11-02[flang][NFC] Fix typo in filenameValentin Clement
2022-11-02[flang] Fix for polymoprhic pointer componentValentin Clement
2022-11-02[mlir][llvmir] Support FastmathFlags for LLVM intrinsic operations.Slava Zakharin
2022-11-02[flang] Handle dispatch on nopass procedure from array elementValentin Clement
2022-11-02Revert "[FLANG] Fix MSVC + clang-cl build"Muhammad Omair Javaid
2022-11-02[FLANG] Fix MSVC + clang-cl buildMuhammad Omair Javaid
2022-11-02[flang] lower intrinsic constants to HLFIRJean Perier
2022-11-01[flang] Add atomic_or to list of intrinsicsKatherine Rasmussen
2022-11-01[flang] Handle pointer assignment with polymorphic entitiesValentin Clement
2022-11-01[flang] Improve warning messagePeter Klausler
2022-11-01[mlir][OpenMP] Add aligned clause definition to simd constructDominik Adamski
2022-11-01[flang] Rework line of code to dodge clang 16 warningPeter Klausler
2022-10-31[flang] Fix pointer definition semantic checking via refactoringPeter Klausler
2022-10-31[flang] Be more precise about CHARACTER known length discrepanciesPeter Klausler
2022-10-31[flang] Always diagnose incompatible function results when associating functi...Peter Klausler
2022-10-31[flang] Add atomic_and to list of intrinsicsKatherine Rasmussen
2022-10-31[flang] Fix code generation for polymorphic deallocationValentin Clement
2022-10-31[flang][NFC] move constant lowering into its own unitJean Perier
2022-10-31[flang][NFC] Deallocation of polymorphoc entities are done with the runtime callValentin Clement
2022-10-31[flang] Add -ffp-contract option processingTom Eccles
2022-10-31[flang] Set declared type when NULLIFY a polymorphic pointerValentin Clement
2022-10-31[flang][NFC] Update document with current statusValentin Clement
2022-10-31Handle errors in expansion of response filesSerge Pavlov
2022-10-31[flang] Catch attempts to do anything with statement functions other than cal...Peter Klausler
2022-10-31[flang] Require explicit interface for some dummy proceduresPeter Klausler
2022-10-31[flang][MSVC] Disable testPeter Klausler
2022-10-31[flang] Enforce C815Peter Klausler
2022-10-30[flang] Correct a predicate around a semantic checkPeter Klausler
2022-10-30[flang] Don't resolve component names to components in derived-type definitio...Peter Klausler
2022-10-30[flang][NFC] Change wording of an I/O runtime error messagePeter Klausler