aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-07[flang][OpenMP] Enhance parser support for flush construct to OpenMP 5.0Kiran Kumar T P5-7/+49
2020-07-06[flang] Add missing include for std::minTim Keith1-0/+1
2020-07-06[flang] Bug fix for ambiguous references to data and functionsPete Steinfeld3-2/+57
2020-07-06[flang] Basic tests of external I/O runtime (part 9/9)peter klausler7-8/+449
2020-07-04[flang] Add fixes and missing stmts to I/O runtime API handlers (ext. I/O par...peter klausler3-14/+84
2020-07-04[flang] Extend & fix per-I/O-statement state (ext. I/O work part 7)peter klausler3-33/+91
2020-07-03[flang] Further implementation of external I/O unit operations (part 6)peter klausler4-176/+357
2020-07-03[flang] Track known file size, add IsATerminal (ext. I/O work part 5)peter klausler2-6/+12
2020-07-03[flang] Define new runtime error IOSTAT values (I/O runtime work part 4)peter klausler2-0/+30
2020-07-03[flang] Add FIRBuilder.cppEric Schweitz2-0/+187
2020-07-03[flang] Improve API for runtime allocator (I/O runtime work part 3)peter klausler5-22/+38
2020-07-03[flang][NFC] Move and rework pgmath description used in foldingJean Perier4-373/+493
2020-07-02[flang] External I/O runtime work, repackaged (part 2)peter klausler1-18/+17
2020-07-02[flang] External I/O runtime work, repackaged (part 1)peter klausler2-5/+12
2020-07-02[flang] Clean up binary dependences of runtime librariespeter klausler5-8/+6
2020-07-02[flang] Fix bug determining alternate returnTim Keith1-1/+1
2020-07-02[flang] Add inliner pass.Eric Schweitz6-0/+143
2020-07-02[flang] Add changes to codegen to convert it to tablegen passes.Eric Schweitz4-7/+44
2020-07-01[flang][openmp] Use common Directive and Clause enum from llvm/FrontendValentin Clement12-653/+569
2020-07-01[flang] Add more support for alternate returnsTim Keith5-8/+26