OSDN Git Service

[ORC] Fix an endif comment.
[android-x86/external-llvm-project.git] / flang /
2020-08-25 peter klausler[flang] Improve error handling for bad characters in...
2020-08-25 peter klausler[flang] Parse global compiler directives
2020-08-25 peter klausler[flang] Don't completely left-justify fixed-form tokeni...
2020-08-25 Tim Keith[flang] Don't attempt to compute element size if no...
2020-08-24 Tim Keith[flang] Fix bug accessing implicit variable in specific...
2020-08-24 Valentin Clement[flang][openacc] Fix reduction operator parsing/unparsing
2020-08-24 Sameeran joshi[FLANG] Pick `.md` files when building sphinx documenta...
2020-08-24 Valentin Clement[flang][openacc] Fix wait-argument for wait clause...
2020-08-23 Mehdi AminiUpdate FIR registration to not rely on the global MLIR...
2020-08-22 Michael Kruse[flang][msvc] Split class declaration and constexpr...
2020-08-22 Michael Kruse[flang][msvc] Disambiguate injected class name.
2020-08-22 Tim Keith[flang] Fix assert on bad character kind
2020-08-19 Mehdi AminiFix flang test after MLIR API changes
2020-08-18 River Riddle[mlir] Remove the use of "kinds" from Attributes and...
2020-08-18 Tim Keith[flang] Improve error messages for procedures in expres...
2020-08-18 sameeran joshi[Flang] Move markdown files(.MD) from documentation...
2020-08-17 Valentin Clement[flang][directives] Use TableGen to generate clause...
2020-08-17 Tim Keith[flang] Copy attributes and flags onto host-assoc symbols
2020-08-17 David Truby[flang] Add preprocessor test for defines passed on...
2020-08-15 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-15 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-15 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-14 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-13 Valentin Clement[flang][openacc] Handle optional end directive in combi...
2020-08-13 peter klausler[flang] Descriptor-based I/O using wrong size for conti...
2020-08-13 peter klausler[flang] Implement shape analysis of TRANSFER intrinsic...
2020-08-13 Peter Steinfeld[flang] Fix assert on character literal substrings...
2020-08-13 peter klausler[flang] Correct manipulation of mixed complex expressions
2020-08-13 peter klausler[flang] Ensure Preprocessor::Define saves macro names...
2020-08-13 peter klausler[flang] Correct the default value for PAD= to PAD=...
2020-08-13 Michael Kruse[flang] Compilation fix.
2020-08-13 Michael Kruse[flang][msvc] Use platform-independent primitives in...
2020-08-12 Michael Kruse[flang][msvc] Remove default arguments for function...
2020-08-12 Michael Kruse[flang][msvc] Tell windows.h to not define min/max...
2020-08-11 Tim Keith[flang] Fix interpretation of intrinsic names as arguments
2020-08-11 sameeran joshi[Flang] Fix release blocker issue #46931 related to...
2020-08-11 Tim Keith[flang] Allow compiler directives in more places
2020-08-11 Valentin Clement[flang][directives] Use TableGen information for clause...
2020-08-11 Tim Keith[flang] Disable -Wmaybe-uninitialized for GCC
2020-08-11 clementvalRevert "[flang][directives] Use TableGen information...
2020-08-11 Valentin Clement[flang][directives] Use TableGen information for clause...
2020-08-11 Richard BartonRevert "[flang] Version information in flang/f18"
2020-08-10 Tim Keith[flang] Avoid cascading error in subscript triplet
2020-08-10 peter klausler[flang] Fix edge case with Hollerith
2020-08-10 Camille Coti[flang] Version information in flang/f18
2020-08-07 peter klausler[flang] Handle DATA initialization of EQUIVALENCE'd...
2020-08-07 River Riddle[flang] Update FirOpsDialect constructor to pass its...
2020-08-07 River Riddle[mlir] Remove the need to define `kindof` on attribute...
2020-08-07 peter klausler[flang] Support DATA statement initialization of numeri...
2020-08-07 peter klausler[flang] Descriptor-based I/O data item transfers
2020-08-07 peter klausler[flang][NFC] Reformat files with current clang-format
2020-08-07 Tim Keith[flang] Remove extra CMAKE_CXX_FLAGS in Lower and Optimizer
2020-08-07 Tim Keith[flang] Improve message for assignment to subprogram
2020-08-06 Michael Kruse[flang][msvc] Do not use gcc/clang command line options...
2020-08-06 Tim Keith[flang] Add options to control IMPLICIT NONE
2020-08-06 Irina Dobrescu[flang] Add parser support for OpenMP allocate clause
2020-08-06 Tim Keith[flang] Fix compilation warning in check-directive...
2020-08-05 Valentin Clement[flang][NFC] Unify OpenMP and OpenACC structure checker
2020-08-05 Andrzej Warzynski[Flang] Fix multi-config generator builds
2020-08-04 Rahul Joshi[MLIR] Change FunctionType::get() and TupleType::get...
2020-08-04 peter klausler[flang] Implement runtime support for INQUIRE statements
2020-08-03 peter klausler[flang] Defer "next input record" processing until...
2020-08-03 peter klausler[flang] Acquire file accessibility, size, positioning
2020-08-03 peter klauslerRemove unneeded RoundDefault enumerator, and fix spelli...
2020-08-03 peter klausler[flang] Handle spaces (more) correctly in REAL input
2020-08-03 peter klausler[flang] Make preprocessing behavior tests runnable...
2020-08-03 Tim Keith[flang] Fix bug detecting intrinsic function
2020-08-03 compinder[FLANG] Fix issues in SELECT TYPE construct when intrin...
2020-07-31 River Riddle[mlir][PassIncGen] Refactor how pass registration is...
2020-07-31 Sourabh Singh Tomar[flang][OpenMP] Added initial support for lowering...
2020-07-31 sameeran joshi[flang][NFC] Verify C781 from - Clause 7 constraint...
2020-07-31 sameeran joshi[flang]Verify C7107, C7108, C7109 from - Clause 7 const...
2020-07-31 Tim KeithRevert "[flang] Fix multi-config generator builds."
2020-07-31 sameeran joshi[Flang] Checks for constraint C7110-C7115.
2020-07-31 Richard Barton[flang] Add -h as a synonym for help
2020-07-31 Richard Barton[flang] Add details to --help screen on default behaviour
2020-07-31 Richard Barton[flang] Make interactive behaviour more obvious
2020-07-31 Jean Perier[flang] Fix CMPLX folding with complex arguments
2020-07-31 Peter Steinfeld[flang] Fixes for RESHAPE()
2020-07-30 Peter Steinfeld[flang] Fix an assert on duplicate initializations
2020-07-30 Tim Keith[flang] Create HostAssoc symbols for uplevel references
2020-07-30 Jean Perier[flang] Expose specific to generic intrinsic name mapping
2020-07-30 David Truby[flang] Fix multi-config generator builds.
2020-07-29 Tim Keith[flang] Fix bug with intrinsic in type declaration...
2020-07-28 Tim Keith[flang][NFC] Extract name resolution for OpenACC &...
2020-07-28 Camille CotiOrder of libraries and source files in the f18 frontend
2020-07-27 peter klausler[flang] Allow omission of comma in FORMAT(1PE5.2) in...
2020-07-27 AlexisPerry[flang] Temp Driver - pass the flag to change the defau...
2020-07-27 Valentin Clement[flang][openacc] Basic name resolution infrastructure...
2020-07-26 Tim Keith[flang] Fix implicit declarations in statement functions
2020-07-24 David Truby[flang] Run non-gtest unit tests with lit.
2020-07-24 Tim Keith[flang] Implicitly convert result of statement function
2020-07-23 clementval[flang][openacc] Add missing comment in header
2020-07-23 Pete Steinfeld[flang] Fix a crash when a BOZ literal is used as a...
2020-07-23 Sourabh Singh Tomar[flang][OpenMP] Added support for lowering OpenMP tasky...
2020-07-23 Valentin Clement[flang][openacc] Skeleton for OpenACC construct lowering
2020-07-23 Valentin Clement[flang][openmp] Required clauses are allowed
2020-07-23 peter klausler[flang] Add runtime I/O APIs for COMPLEX formatted...
2020-07-23 Logan SmithReapply "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithRevert "Try enabling -Wsuggest-override again, using...
next