summaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
* [Flang] Add GettingInvolved documentation page and sidebar.sameeran joshi2020-09-175-1/+120
* flang release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-19/+1
* [flang] Fix docs buildRichard Barton2020-09-161-0/+11
* [flang] Add new documentation main pageRichard Barton2020-09-1129-199/+399
* [flang] Convert release notes to markdownRichard Barton2020-09-102-96/+87
* Revert D86875 "[Flang][NFC] Remove license comments from files in docs/ folder."Sourabh Singh Tomar2020-09-1024-0/+192
* [flang] Version information in flang/f18Camille Coti2020-09-025-8/+51
* [Flang][NFC] Remove license comments from files in docs/ folder.sameeran joshi2020-08-3124-192/+0
* [FLANG] Pick `.md` files when building sphinx documentation.Sameeran joshi2020-08-312-6/+46
* [Flang] Move markdown files(.MD) from documentation/ to docs/sameeran joshi2020-08-3130-38/+38
* [Flang] Fix release blocker issue #46931 related to documentation.sameeran joshi2020-08-209-0/+858
* Revert "[flang] Version information in flang/f18"Richard Barton2020-08-185-48/+6
* [flang] Version information in flang/f18Camille Coti2020-08-185-6/+48
* [flang] Add -h as a synonym for helpRichard Barton2020-08-182-1/+2
* [flang] Add details to --help screen on default behaviourRichard Barton2020-08-182-1/+24
* [flang] Make interactive behaviour more obviousRichard Barton2020-08-183-0/+15
* Order of libraries and source files in the f18 frontendCamille Coti2020-08-181-12/+22
* [flang] Temp Driver - pass the flag to change the default integer kind throug...AlexisPerry2020-08-181-0/+5
* [flang] Add missing link dependencies to FrontendOpenACC.David Truby2020-07-162-0/+2
* [flang] Fix shared library builds for lib/Lower.David Truby2020-07-163-4/+113
* [flang][openacc] Semantic checks for OpenACC 3.0 clauses validityValentin Clement2020-07-148-22/+948
* [flang] Fix list-directed input (repeated nulls and LOGICAL)peter klausler2020-07-143-6/+17
* [flang] Implement anonymous units in the runtimepeter klausler2020-07-144-21/+49
* [flang] Fix a crash when an array constructor contains an unlimited polymorph...Pete Steinfeld2020-07-142-2/+29
* [flang] Refine CR handlingpeter klausler2020-07-143-27/+11
* [flang] Tuning up binary->decimal conversionpeter klausler2020-07-143-43/+40
* [flang] Change the default F18_FC to gfortranAlexisPerry2020-07-141-19/+19
* [flang][openacc] OpenACC 3.0 parserValentin Clement2020-07-1418-17/+1248
* [flang] Turn off FLANG_ENABLE_WERROR by defaultIsuru Fernando2020-07-141-10/+1
* [flang][OpenMP] upstream OpenMP loweringSourabh Singh Tomar2020-07-146-3/+146
* Revert "[flang][openacc] OpenACC 3.0 parser"Valentin Clement2020-07-1318-1247/+17
* [flang][openacc] OpenACC 3.0 parserValentin Clement2020-07-1318-17/+1247
* [flang] Extended the flang driver options to include gfortran equivalents to ...AlexisPerry2020-07-131-12/+24
* [flang] Use octal escapes for character literals in modfilesTim Keith2020-07-132-1/+5
* [flang][openmp] libc++ unordered_map build fix in flang openmp static analysisDavid Truby2020-07-132-1/+2
* [flang][openmp] Check clauses allowed semantic with tablegen generated mapValentin Clement2020-07-113-475/+41
* [flang] ifdef to avoid warning about supposedly dead functionEric Schweitz2020-07-091-0/+2
* [flang] Fix frontend build with -DBUILD_SHARED_LIBS=Onpeter klausler2020-07-0920-67/+104
* [flang] Fix a crash when creating generics from a copyPete Steinfeld2020-07-093-8/+31
* [flang] partially revert upstreamed code to support complex values in runtime...Eric Schweitz2020-07-092-52/+0
* [flang] Fix negative unit number hashingpeter klausler2020-07-081-1/+2
* [flang] Fix a crash when cosubscript list is emptyPete Steinfeld2020-07-082-4/+9
* partial revert on RTBuilder.h to avoid warnings.Eric Schweitz2020-07-081-13/+0
* [flang] Upstreaming intrinsic call lowering.Eric Schweitz2020-07-089-104/+1595
* [flang] Support for image selectorsPete Steinfeld2020-07-086-7/+154
* [flang] Fix setting mxcsr on MSVCIsuru Fernando2020-07-084-18/+49
* [flang] Fix CHARACTER length folding problempeter klausler2020-07-075-20/+25
* [flang] Added missing runtime I/O definitionsZachary Selk2020-07-071-0/+41
* [flang] Make 'num_images()' intrinsicKatherine Rasmussen2020-07-075-3/+70
* [flang] Add lowering of I/O statements.Eric Schweitz2020-07-073-0/+1592