aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2020-04-15[flang] Add return statement to Logical opeator=.David Truby1-0/+1
2020-04-14[llvm][ADT] Move TypeSwitch class from MLIR to LLVMRiver Riddle2-4/+4
2020-04-14[llvm][STLExtras] Move the algorithm `interleave*` methods from MLIR to LLVMRiver Riddle1-8/+1
2020-04-14[flang] Upstream patch to enable the fir-ops test. bug 45487Eric Schweitz2-6/+0
2020-04-13Add missing dependencies on the flang test targetMehdi Amini1-1/+1
2020-04-09[flang] [NFC] Adjust README.md for upstreaming.David Truby1-111/+50
2020-04-09[flang] Temporarily XFAIL failing test Fir/fir-ops.firDavid Truby1-0/+1
2020-04-09[flang] Add dependency on libSemantics to libEvaluate.David Truby1-0/+1
2020-04-09[flang] Remove flatten and merge upstreaming script.David Truby1-916/+0
2020-04-09[flang] Adjust README.md for upstreaming to LLVM.David Truby1-11/+3
2020-04-06[flang] Convert std::uint64_t to std::uintmax_t as wellTim Keith1-0/+1
2020-04-03[flang] Add message formatting for std::int64_tTim Keith9-15/+12
2020-04-06[flang] Adjust supported compilers statement in F18 readmeCaroline Concatto1-3/+11
2020-04-03[flang] Process names in ASSIGN and assigned GOTOpeter klausler18-65/+242
2020-04-02[flang] Define CHARACTER runtime API, establish placeholder implementationspeter klausler7-5/+301
2020-04-02[flang] Checks for constraints C731 through C740Pete Steinfeld15-14/+268
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith265-4857/+5587
2020-03-28[flang] Support platforms without strerror_rIsuru Fernando3-0/+62
2020-03-28[flang] Support windows where mkstemp and ftruncate doesn't existIsuru Fernando1-9/+44
2020-03-27[flang] Fix missing substring bounds (bug flang-compiler/f18#1091)peter klausler5-207/+241
2020-03-27[flang] Semantics for SELECT CASEpeter klausler7-42/+528
2020-03-27[flang] [mlir rebase] Add MLIR config and react to MLIR name changes (flang-c...Steve Scalpone4-18/+30
2020-03-26[flang] A rework of the cmake build components for in and out of tree builds.Patrick McCormick246-496/+857
2020-03-25[flang] Add explicit nullptr check in initialisation of inDoConstruct.David Truby1-1/+1
2020-03-24[flang] Semantics for ENTRYpeter klausler11-241/+727
2020-03-24[flang] Changes to enforce constraints C727 to C730 and most constraints rela...Pete Steinfeld15-29/+513
2020-03-23[flang] Remove non-alignment based divergences from LLVM formatting.David Truby3-10/+4
2020-03-24[flang] Replace manual mmap with llvm::MemoryBufferDavid Truby6-181/+66
2020-03-19[flang] [LLVMify F18] Replace the use std::ostream with LLVM streams llvm::os...Caroline Concatto85-540/+722
2020-03-18[flang] Improve error message for procedure passed as invalid argument to an ...peter klausler14-68/+227
2020-03-17[flang] Check module subprogram against separate module procedureTim Keith9-38/+577
2020-03-17[flang] Create symbols for args of separate-module-subprogramTim Keith4-3/+62
2020-03-17[flang] Fix location of name of Symbol for ProcEntityTim Keith4-3/+4
2020-03-17[flang] Do not emit a prefix for a default-kind character constant in AsFortranpeter klausler9-21/+15
2020-03-16[flang] Test cleanupTim Keith2-3/+2
2020-03-16[flang] more editspeter klausler1-0/+115
2020-03-13[flang] Complete formatting of pointer assignments, move to formatting.cpp wi...peter klausler2-36/+37
2020-03-13[flang] Added CMakeLists changes, moved config and made test scripts compatible.Luke Ireland9-380/+33
2020-03-13[flang] Port all remaining regression tests to litLuke Ireland342-74/+388
2020-03-13[flang] Create a separate directory for unittestsLuke Ireland28-27/+1
2020-03-13[flang] Re-enable semantics/altreturn{02,03} testsLuke Ireland2-9/+11
2020-03-13[flang] Support latest LLVM head with FIR - MLIR SideEffects interface changeJean Perier1-0/+1
2020-03-12[flang] Need <algorithm> for std::min and std::max (flang-compiler/f18#1063)Isuru Fernando6-0/+6
2020-03-12[flang] fix typo (flang-compiler/f18#1067)Eric Schweitz1-1/+1
2020-03-12[flang] Added documentation explaining the use of std::list (flang-compiler/f...David Truby1-1/+6
2020-03-12[flang] Add initial CODE_OWNERS file (flang-compiler/f18#1066)RichBarton-Arm1-0/+18
2020-03-11[flang] Add Fortran IR (FIR) MLIR dialect implementation (flang-compiler/f18#...jeanPerier33-435/+7072
2020-03-11[flang] Use hash table for UnitMap, avoid C++ STL binary dependencepeter klausler55-1067/+2953
2020-03-05[flang] Fix an ambiguous overload errorIsuru Fernando1-1/+1
2020-03-11[flang] Resolve known problems in shape analysispeter klausler2-35/+68