OSDN Git Service

android: config.h: Add option to disable minidumps, default it to off
[android-x86/external-llvm-project.git] / flang /
2021-01-26 Valentin Clement[flang][openacc][NFC] Organize clause validity tests...
2021-01-26 Andrzej WarzynskiRevert "[flang] Search for #include "file" in right...
2021-01-25 peter klausler[flang] Fix errors in ISO_FORTRAN_ENV module for REAL128
2021-01-25 peter klausler[flang] Search for #include "file" in right directory
2021-01-25 Faris Rehman[flang][driver] Update PP tests to use the new driver
2021-01-25 Faris Rehman[flang][driver] Remove newline in CompilerInvocation
2021-01-22 peter klausler[flang][nfc] Fix comments, remove needless API, tweak...
2021-01-22 peter klausler[flang] Correct shape analysis for transformational...
2021-01-22 peter klausler[flang] Remove some needless operations in expr rewriting
2021-01-22 Peter Steinfeld[flang] Fix typo in error message
2021-01-22 peter klausler[flang] Fix bogus error message with binding
2021-01-22 peter klausler[flang] Allow NULL() actual argument for pointer dummy
2021-01-22 peter klausler[flang] Address name resolution problems
2021-01-21 peter klausler[flang] Better C_LOC and C_ASSOCIATED in flang/module
2021-01-21 Andrzej Warzynski[flang][driver] Move fixed/free from detection out...
2021-01-21 Andrzej Warzynski[flang][driver] Make the driver report diagnostics...
2021-01-20 Peter Steinfeld[flang] Fix creation of deferred shape arrays by POINTE...
2021-01-20 peter klausler[flang] Infrastructure improvements in utility routines
2021-01-20 Andrzej Warzynski[flang][driver] Refactor one unit-test case to use...
2021-01-20 peter klausler[flang] Fix ASSOCIATE statement name resolution
2021-01-19 peter klausler[flang] Refine WhyNotModifiable()
2021-01-19 Andrzej Warzynski[flang][driver] Move isFixedFormSuffix and isFreeFormSu...
2021-01-19 Valentin Clement[flang][directive] Get rid of flangClassValue in TableGen
2021-01-19 Raul Tambre[CMake] Remove dead code setting policies to NEW
2021-01-19 Praveen[Flang][OpenMP] Add semantic checks for OpenMP Workshar...
2021-01-19 Faris Rehman[flang][driver] Add standard macro predefinitions for...
2021-01-19 Faris Rehman[flang][driver] Add support for fixed form detection
2021-01-19 Faris Rehman[flang][driver] Add support for `-I` in the new driver
2021-01-16 peter klausler[flang] Create names to allow access to inaccessible...
2021-01-15 Andrzej Warzynski[flang][driver] Copy test file into a temp dir when...
2021-01-15 Peter Steinfeld[flang] Disallow INTENT attribute on procedure dummy...
2021-01-15 YashaswiniAdd Semantic check for Flang OpenMP 4.5 - 2.7.1 Do...
2021-01-15 Tim Keith[flang] Fix use-associated procedure in generic
2021-01-14 Valentin Clement[openacc] Rename generated file from ACC.cpp.inc to...
2021-01-14 peter klausler[flang] Fix some module file issues exposed by Whizard
2021-01-14 Andrzej Warzynski[flang][driver] Use __FLANG_VERISION__ in f18.cpp ...
2021-01-14 Tim Keith[flang] Fix dangling pointer in LabelEnforce
2021-01-14 Andrzej Warzynski[flang][driver] Unify f18_version.h.in and Version...
2021-01-14 Peter Steinfeld[flang] Add tests for procedure arguments with implicit...
2021-01-13 Tim Keith[flang] Fix accessibility of USEd name in .mod file
2021-01-13 peter klausler[flang] Do not create HostAssoc symbols in derived...
2021-01-13 peter klausler[flang] Fix classification of shape inquiries in specif...
2021-01-12 sameeran joshi[Flang][openmp][openacc] Extend CheckNoBranching to...
2021-01-11 Valentin Clement[flang][openxx][NFC] Remove duplicated function to...
2021-01-11 Andrzej Warzynski[flang][driver] Copy input files into a temp dir when...
2021-01-08 Peter Steinfeld[flang] Fix bogus message on internal subprogram with...
2021-01-07 Valentin Clement[flang][openacc] Enforce delcare directive restriction
2021-01-07 Andrzej Warzynski[flang][driver] Rename driver tests (nfc)
2021-01-07 Andrzej Warzynski[flang][driver] Add support for `-c` and `-emit-obj`
2021-01-06 Valentin Clement[flang][openacc] Add more parsing/sema tests for init...
2021-01-06 Faris Rehman[flang][driver] Add support for `-D`, `-U`
2021-01-06 Andrzej Warzynski[flang][driver] Update error messages (nfc)
2021-01-06 Andrzej Warzynski[flang][driver] Add checks for errors from `Prescan...
2021-01-04 Valentin Clement[flang][openmp] Make Reduction clause part of OmpClause
2021-01-04 sameeran joshi[Flang][openmp][5.0] Add task_reduction clause.
2020-12-29 Tim Keith[flang] Detect call to abstract interface
2020-12-28 Tim Keith[flang] Fix bugs in .mod file for abstract interface
2020-12-25 Praveen[Flang][OpenMP] Add semantic check for OpenMP Private...
2020-12-23 AlexisPerryUpdated GettingInvolved.md to reflect Flang Biweekly...
2020-12-22 sameeran joshiRevert "[Flang][openmp][5.0] Add task_reduction clause."
2020-12-22 sameeran joshi[Flang][openmp][5.0] Add task_reduction clause.
2020-12-22 Andrzej Warzynski[flang][driver] Fix formatting in a test (nfc)
2020-12-22 Andrzej Warzynski[flang][driver] Refactor unit tests for frontend action...
2020-12-22 sameeran joshi[Flang][openmp][5/5] Make dist_schedule clause part...
2020-12-22 sameeran joshi[Flang][openmp][4/5] Make nowait clause part of OmpClause
2020-12-22 sameeran joshi[Flang][openmp][3/5] Make ProcBind clause part of OmpClause
2020-12-22 sameeran joshi[Flang][openmp][2/5] Make Default clause part of OmpClause
2020-12-22 sameeran joshi[Flang][openmp][1/5] Make Allocate clause part of OmpClause
2020-12-21 Valentin Clement[openacc] Use TableGen enum for default clause value
2020-12-21 Andrzej Warzynski[flang][driver] Make the names of files created in...
2020-12-19 Tim Keith[flang] Fix bug in IMPLICIT NONE(EXTERNAL)
2020-12-18 Andrzej Warzynski[flang][driver] Rename unittest file (nfc)
2020-12-18 Andrzej Warzynski[flang][driver] Add support for `-fsyntax-only`
2020-12-18 Tim Keith[flang] Fix -intrinsic-module-directory in flang script
2020-12-18 River Riddle[mlir] Remove the MutableDictionaryAttr class
2020-12-17 River Riddle[mlir][IR][NFC] Move context/location parameters of...
2020-12-17 Valentin Clement[openmp] Remove clause from OMPKinds.def and use OMP...
2020-12-17 Valentin Clement[flang][openacc] Enforce restriction on routine directi...
2020-12-17 Valentin Clement[flang][openacc] Update serial construct clauses for...
2020-12-17 sameeran joshi[Flang][openmp]Fix crash in OpenMP semantic check(...
2020-12-16 Peter Steinfeld[flang] Handle undeclared names in EQUIVALENCE statements
2020-12-16 peter klausler[flang] Fix crash in folding (#48437)
2020-12-16 Tim Keith[flang] Handle multiple names for same operator
2020-12-16 peter klausler[flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF()
2020-12-16 peter klausler[flang] Fix false error message for "ptr => func()...
2020-12-16 Tim Keith[flang] Fix bug with USE of USE of generic
2020-12-15 peter klausler[flang] Clean up TODO comments and fix one (DATA consta...
2020-12-15 peter klausler[flang] Minor fix to list-directed REAL output editing
2020-12-14 Michael Kruse[flang] Fix copy elision assumption.
2020-12-14 Christian Sigg[flang] Use mlir::OpState::operator->() to get to metho...
2020-12-14 Andrzej Warzynski[flang][driver] Fix a small bug (auto vs auto&)
2020-12-14 sameeran joshi[Flang][OpenMP-5.0] Semantic checks for flush construct.
2020-12-14 sameeran joshi[Flang][OpenMP] Semantic checks for Atomic construct.
2020-12-13 Christian Sigg[mlir] Use mlir::OpState::operator->() to get to method...
2020-12-11 Peter Steinfeld[flang] Removed an absolute path from the "flang" script
2020-12-10 Irina Dobrescu[flang]Add Parser Support for Allocate Directive
2020-12-10 Peter Steinfeld[flang] Fix bogus message on index-names in the presenc...
2020-12-09 Christian Sigg[mlir] Use mlir::OpState::operator->() to get to method...
2020-12-08 Valentin Clement[flang][openacc] Avoid use of init, shutdown and set...
2020-12-08 Valentin Clement[flang][openacc] Update reference to OpenACC 3.1 specif...
next