aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-01[flang][NFC] Get formatting in sync with latest clang-formatTim Keith11-56/+59
2020-07-01Revert "[flang][openmp] Use common Directive and Clause enum from llvm/Frontend"clementval12-569/+653
2020-07-01[flang] Implement cross-set EQUIVALENCE impossibility checkingpeter klausler4-48/+94
2020-07-01[flang] Add the Runtime.h to prepare for more code being upstreamed.Eric Schweitz1-0/+57
2020-07-01[flang][openmp] Use common Directive and Clause enum from llvm/FrontendValentin Clement12-653/+569
2020-06-30[mlir] Remove the default template parameters from AttrBase and TypeBase.River Riddle1-4/+11
2020-06-30[flang] Silence some warnings from clang-tidyTim Keith1-0/+1
2020-06-29[flang] Add coarray lowering hooks.Eric Schweitz3-0/+152
2020-06-29[flang] Defer stmt function body analysis until specification part completepeter klausler1-10/+28
2020-06-26[flang] Fix line continuation after bare labels (fm200.f)peter klausler2-0/+10
2020-06-26[flang] Port remaining test_any.sh tests to FileCheckRichard Barton25-125/+25
2020-06-26[flang] Add CHARACTER type lowering helpers and runtime.Eric Schweitz16-86/+1123
2020-06-26[flang] Port test_any.sh tests to FileCheck: Hand port canondo{08-18} testsRichard Barton11-43/+43
2020-06-26[flang] Port test_any.sh tests to FileCheck: Hand port getsymbols testsRichard Barton8-42/+35
2020-06-26[flang] Port test_any.sh tests to FileCheck: Hand port getdefinition* testsRichard Barton5-34/+27
2020-06-26[flang] Port test_any.sh tests to FileCheck: Hand port tests which use regexesRichard Barton3-14/+14
2020-06-25[flang] Replace ATTRIBUTE_UNUSED with LLVM_ATTRIBUTE_UNUSEDMehdi Chinoune1-6/+3
2020-06-23[flang] add RTBuilder.hEric Schweitz1-0/+250
2020-06-22add copy of MLIR .clang-tidy to squelch noise in phabricator reviewsEric Schweitz4-0/+76
2020-06-22[flang] Fix bug checking SAVE attributeTim Keith2-2/+9
2020-06-22[flang] Shape analysis for result of MATMULpeter klausler3-14/+31
2020-06-22[flang] Finish adding AbstractConverter.hEric Schweitz1-4/+120
2020-06-22[flang]Fix individual tests with lit when building out of treesameeran joshi2-4/+12
2020-06-20[flang] Add BoxValue.hEric Schweitz2-16/+254
2020-06-20Temporarily Revert "[flang][OpenMP] Enhance parser support for flush construc...Eric Christopher5-49/+7
2020-06-20[flang][OpenMP] Enhance parser support for flush construct to OpenMP 5.0Kiran Kumar T P5-7/+49
2020-06-19[flang] Fix F5.3 formatting of 0.025peter klausler3-14/+36
2020-06-19[flang] DATA stmt processing (part 4/4): Check & convert DATApeter klausler18-223/+862
2020-06-19[flang] Add SymbolMapEric Schweitz1-0/+257
2020-06-19[flang] DATA stmt processing (part 3/4): Remaining prep workpeter klausler40-304/+700