platform/upstream/llvm.git
2019-04-29 Tim Keith[flang] Fix source positions during parse tree rewriting
2019-04-26 Tim Keith[flang] Optionally dump all source members of parse...
2019-04-26 Tim Keith[flang] Walk source member of Call and Designator
2019-04-26 Tim Keith[flang] Merge pull request flang-compiler/f18#429 from...
2019-04-25 Tim Keith[flang] Move HasError, SetError to SemanticsContext
2019-04-25 Tim Keith[flang] Continue semantic checking after name resolutio...
2019-04-26 Tim Keith[flang] Merge pull request flang-compiler/f18#430 from...
2019-04-26 Tim Keith[flang] Fix test
2019-04-25 Tim Keith[flang] Bug fix: resolve ComponentArraySpec
2019-04-24 Eric Schweitz[flang] revert last pushes
2019-04-24 Eric Schweitz[flang] fix merge issues
2019-04-24 Eric Schweitz[flang] clang-format
2019-04-24 Eric Schweitz[flang] Some initial bridge code
2019-04-24 Eric Schweitz[flang] start splitting up afforestation so it isn...
2019-04-24 Eric Schweitz[flang] fix interface
2019-04-24 jeanPerier[flang] First batch of semantic checks for allocate
2019-04-23 Jean Perier[flang] fix comment layout
2019-04-23 Jean Perier[flang] Address review comments
2019-04-23 Jean Perier[flang] Fix allocate in deallocate01.f90 test
2019-04-23 Jean Perier[flang] First batch of semantics checks for allocate
2019-04-22 Peter Klausler[flang] Merge pull request flang-compiler/f18#423 from...
2019-04-19 peter klausler[flang] Use parameter packs to simplify parser combinat...
2019-04-22 Tim Keith[flang] Merge pull request flang-compiler/f18#424 from...
2019-04-22 Tim Keith[flang] Change ExprRef to return reference
2019-04-20 Tim Keith[flang] Distinguish between unanalyzed and error expres...
2019-04-22 Peter Klausler[flang] Merge pull request flang-compiler/f18#426 from...
2019-04-22 peter klausler[flang] Fix flang-compiler/f18#425, build fail with...
2019-04-22 Peter Klausler[flang] Merge pull request flang-compiler/f18#421 from...
2019-04-22 peter klausler[flang] Add some utility functions to semantics/tools
2019-04-19 Tim Keith[flang] Merge pull request flang-compiler/f18#422 from...
2019-04-19 Tim Keith[flang] Share code for analyzing Expr and Variable
2019-04-19 Tim Keith[flang] Continue semantics checks after expression...
2019-04-19 Tim Keith[flang] Use SomeExpr rather than GenericExprWrapper...
2019-04-19 Tim Keith[flang] Remove redundant checks enforced in the grammar
2019-04-19 Tim Keith[flang] Preserve source location when rewriting parse...
2019-04-19 Tim Keith[flang] Save and fetch analyzed Expr in Variable
2019-04-18 Peter Klausler[flang] Merge pull request flang-compiler/f18#420 from...
2019-04-18 peter klausler[flang] Fold array operations
2019-04-18 Peter Klausler[flang] Merge pull request flang-compiler/f18#419 from...
2019-04-18 peter klausler[flang] Return a missing result
2019-04-18 peter klausler[flang] Use Attr_enumSize rather than an arbitrary 32.
2019-04-18 peter klausler[flang] More work on classes to represent characteristi...
2019-04-17 Steve Scalpone[flang] Merge pull request flang-compiler/f18#367 from...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Paul Osmialowski[flang] Semantics checker for STOP and ERROR STOP state...
2019-04-17 Tim Keith[flang] Merge pull request flang-compiler/f18#417 from...
2019-04-17 Tim Keith[flang] Dump parse tree even if semantic error occurs
2019-04-17 Tim Keith[flang] Fix bug resolving internal and module functions
2019-04-17 Peter Klausler[flang] Merge pull request flang-compiler/f18#416 from...
2019-04-16 peter klausler[flang] More clean-up
2019-04-16 peter klausler[flang] Generalize tools, clean up common/unwrap.h...
2019-04-16 peter klausler[flang] Address review comments
2019-04-16 peter klausler[flang] Rewrite I/O units in the parse tree when a...
2019-04-16 peter klausler[flang] Resolve ambiguous I/O unit parse in favor of...
2019-04-16 jeanPerier[flang] Add software subnormal flushing around host...
2019-04-15 Jean Perier[flang] Remove user warning messages for lack of subnor...
2019-04-15 Jean Perier[flang] also fix accessor name
2019-04-15 Jean Perier[flang] address comment. Follow style guideline
2019-04-15 Jean Perier[flang] removed unused func in tests
2019-04-15 Jean Perier[flang] Add software subnormal flusing around host...
2019-04-15 Jean Perier[flang] make host subnormal flsuhing control test runti...
2019-04-15 Jean Perier[flang] Test host subnormal flushing setup when folding...
2019-04-15 Peter Klausler[flang] Merge pull request flang-compiler/f18#415 from...
2019-04-15 peter klausler[flang] Fix bug found in testing
2019-04-15 peter klausler[flang] Capture source locations for Designators and...
2019-04-15 Tim Keith[flang] Merge pull request flang-compiler/f18#414 from...
2019-04-15 Tim Keith[flang] Address review comments
2019-04-15 Tim Keith[flang] More coarray name resolution and semantic checks
2019-04-15 Steve Scalpone[flang] Merge branch 'sjs-check-return'
2019-04-15 Steve Scalpone[flang] FindContainingSubprogram returns a pointer...
2019-04-15 Steve Scalpone[flang] Avoid copying scope. Improve readability.
2019-04-15 Steve Scalpone[flang] Scope is only ever set to the address of a...
2019-04-15 Steve Scalpone[flang] Implement semantic checks for return and alt...
2019-04-15 Peter Klausler[flang] Merge pull request flang-compiler/f18#413 from...
2019-04-15 peter klausler[flang] Delete the default copy constructor for Scope.
2019-04-15 Peter Klausler[flang] Merge pull request flang-compiler/f18#406 from...
2019-04-15 peter klausler[flang] Fix clang warning that crept into codebase...
2019-04-15 peter klausler[flang] reformatting
2019-04-15 peter klausler[flang] pass all tests
2019-04-15 peter klausler[flang] Ensure no failed expression analyses without...
2019-04-15 peter klausler[flang] Capitalize INTEGER in error messages
2019-04-15 peter klausler[flang] Finish up
2019-04-15 peter klausler[flang] Split doconcurrent04.f90 test into one with...
2019-04-15 peter klausler[flang] Reactivate tree-driven constraint checking...
2019-04-15 Peter Klausler[flang] Merge pull request flang-compiler/f18#409 from...
2019-04-12 Peter Klausler[flang] Update FortranForCProgrammers.md
2019-04-15 Steve Scalpone[flang] Merge pull request flang-compiler/f18#397 from...
2019-04-10 Paul Osmialowski[flang] AArch64: Set flushing mode for subnormals on...
2019-04-13 Tim Keith[flang] Merge pull request flang-compiler/f18#410 from...
2019-04-12 Tim Keith[flang] Remove ObjectName alternative from Designator
next