aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2020-09-17[Flang] Add GettingInvolved documentation page and sidebar.sameeran joshi5-1/+120
2020-09-16flang release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-19/+1
2020-09-16[flang] Fix docs buildRichard Barton1-0/+11
2020-09-11[flang] Add new documentation main pageRichard Barton29-199/+399
2020-09-10[flang] Convert release notes to markdownRichard Barton2-96/+87
2020-09-10Revert D86875 "[Flang][NFC] Remove license comments from files in docs/ folder."Sourabh Singh Tomar24-0/+192
2020-09-02[flang] Version information in flang/f18Camille Coti5-8/+51
2020-08-31[Flang][NFC] Remove license comments from files in docs/ folder.sameeran joshi24-192/+0
2020-08-31[FLANG] Pick `.md` files when building sphinx documentation.Sameeran joshi2-6/+46
2020-08-31[Flang] Move markdown files(.MD) from documentation/ to docs/sameeran joshi30-38/+38
2020-08-20[Flang] Fix release blocker issue #46931 related to documentation.sameeran joshi9-0/+858
2020-08-18Revert "[flang] Version information in flang/f18"Richard Barton5-48/+6
2020-08-18[flang] Version information in flang/f18Camille Coti5-6/+48
2020-08-18[flang] Add -h as a synonym for helpRichard Barton2-1/+2
2020-08-18[flang] Add details to --help screen on default behaviourRichard Barton2-1/+24
2020-08-18[flang] Make interactive behaviour more obviousRichard Barton3-0/+15
2020-08-18Order of libraries and source files in the f18 frontendCamille Coti1-12/+22
2020-08-18[flang] Temp Driver - pass the flag to change the default integer kind throug...AlexisPerry1-0/+5
2020-07-16[flang] Add missing link dependencies to FrontendOpenACC.David Truby2-0/+2
2020-07-16[flang] Fix shared library builds for lib/Lower.David Truby3-4/+113
2020-07-14[flang][openacc] Semantic checks for OpenACC 3.0 clauses validityValentin Clement8-22/+948
2020-07-14[flang] Fix list-directed input (repeated nulls and LOGICAL)peter klausler3-6/+17
2020-07-14[flang] Implement anonymous units in the runtimepeter klausler4-21/+49
2020-07-14[flang] Fix a crash when an array constructor contains an unlimited polymorph...Pete Steinfeld2-2/+29
2020-07-14[flang] Refine CR handlingpeter klausler3-27/+11
2020-07-14[flang] Tuning up binary->decimal conversionpeter klausler3-43/+40
2020-07-14[flang] Change the default F18_FC to gfortranAlexisPerry1-19/+19
2020-07-14[flang][openacc] OpenACC 3.0 parserValentin Clement18-17/+1248
2020-07-14[flang] Turn off FLANG_ENABLE_WERROR by defaultIsuru Fernando1-10/+1
2020-07-14[flang][OpenMP] upstream OpenMP loweringSourabh Singh Tomar6-3/+146
2020-07-13Revert "[flang][openacc] OpenACC 3.0 parser"Valentin Clement18-1247/+17
2020-07-13[flang][openacc] OpenACC 3.0 parserValentin Clement18-17/+1247
2020-07-13[flang] Extended the flang driver options to include gfortran equivalents to ...AlexisPerry1-12/+24
2020-07-13[flang] Use octal escapes for character literals in modfilesTim Keith2-1/+5
2020-07-13[flang][openmp] libc++ unordered_map build fix in flang openmp static analysisDavid Truby2-1/+2
2020-07-11[flang][openmp] Check clauses allowed semantic with tablegen generated mapValentin Clement3-475/+41
2020-07-09[flang] ifdef to avoid warning about supposedly dead functionEric Schweitz1-0/+2
2020-07-09[flang] Fix frontend build with -DBUILD_SHARED_LIBS=Onpeter klausler20-67/+104
2020-07-09[flang] Fix a crash when creating generics from a copyPete Steinfeld3-8/+31
2020-07-09[flang] partially revert upstreamed code to support complex values in runtime...Eric Schweitz2-52/+0
2020-07-08[flang] Fix negative unit number hashingpeter klausler1-1/+2
2020-07-08[flang] Fix a crash when cosubscript list is emptyPete Steinfeld2-4/+9
2020-07-08partial revert on RTBuilder.h to avoid warnings.Eric Schweitz1-13/+0
2020-07-08[flang] Upstreaming intrinsic call lowering.Eric Schweitz9-104/+1595
2020-07-08[flang] Support for image selectorsPete Steinfeld6-7/+154
2020-07-08[flang] Fix setting mxcsr on MSVCIsuru Fernando4-18/+49
2020-07-07[flang] Fix CHARACTER length folding problempeter klausler5-20/+25
2020-07-07[flang] Added missing runtime I/O definitionsZachary Selk1-0/+41
2020-07-07[flang] Make 'num_images()' intrinsicKatherine Rasmussen5-3/+70
2020-07-07[flang] Add lowering of I/O statements.Eric Schweitz3-0/+1592