platform/upstream/llvm.git
2018-09-12 peter klausler[flang] restructure work in progress in semantics/expre...
2018-09-12 peter klausler[flang] checkpoint
2018-09-12 peter klausler[flang] cleanup
2018-09-12 peter klausler[flang] checkpoint - building again now with all compilers
2018-09-12 peter klausler[flang] checkpoint once g++ can build again
2018-09-12 peter klausler[flang] merge with master, add comments
2018-09-12 peter klausler[flang] continue refactoring
2018-09-12 peter klausler[flang] CombineVariants
2018-09-12 peter klausler[flang] work on numeric operations
2018-09-12 peter klausler[flang] Replace FOR_EACH_... macro cruft with safer...
2018-09-12 peter klausler[flang] Remove GenericExpr, move operator overloads...
2018-09-12 peter klausler[flang] complex extraction of operator classes
2018-09-12 peter klausler[flang] checkpoint
2018-09-12 peter klausler[flang] checkpoint with clang workaround
2018-09-12 peter klausler[flang] checkpoint
2018-09-12 peter klausler[flang] expression analysis
2018-09-12 peter klausler[flang] More cleaning
2018-09-12 peter klausler[flang] Extirpate expression-forward.h
2018-09-12 peter klausler[flang] Refactoring and renaming
2018-09-12 peter klausler[flang] clean up naming in expressions and types
2018-09-12 peter klausler[flang] checkpoint
2018-09-12 peter klausler[flang] Expression analysis checkpoint
2018-09-12 Tim Keith[flang] Merge pull request flang-compiler/f18#179 from...
2018-09-11 Tim Keith[flang] Improve error message for "type already declared"
2018-09-12 Tim Keith[flang] Merge pull request flang-compiler/f18#182 from...
2018-09-12 Tim Keith[flang] The default kind of complex is the same as...
2018-09-12 Tim Keith[flang] Simplify representation of intrinsic types
2018-09-12 Eric Schweitz[flang] Merge pull request flang-compiler/f18#181 from...
2018-09-11 Eric Schweitz[flang] Clean up dangling spaces
2018-09-11 Eric Schweitz[flang] Fixes the Label vs. IntLiteralConstant issue...
2018-09-11 Eric Schweitz[flang] Merge pull request flang-compiler/f18#170 from...
2018-09-11 Eric Schweitz[flang] tweak Legality
2018-09-11 Eric Schweitz[flang] clang-format doesn't
2018-09-11 Eric Schweitz[flang] Remove the strict F18 checking flag. Always...
2018-09-11 Eric Schweitz[flang] convert name to lowercase
2018-09-11 Eric Schweitz[flang] More renaming
2018-09-11 Eric Schweitz[flang] Fix a couple other spots clang-format missed
2018-09-11 Eric Schweitz[flang] clang-format didn't clean up some of the code...
2018-09-11 Eric Schweitz[flang] Simplify some of the if-return-else-return...
2018-09-11 Eric Schweitz[flang] Fix globbing bug and return variable not being set
2018-09-11 Eric Schweitz[flang] Per review:
2018-09-11 Eric Schweitz[flang] More review comment actions.
2018-09-11 Eric Schweitz[flang] Changes for the latest round of syntax change...
2018-09-11 Eric Schweitz[flang] ctest may require that the path be specified...
2018-09-11 Eric Schweitz[flang] remove emacs line
2018-09-11 Eric Schweitz[flang] Changes per the review comments. The majority...
2018-09-11 Eric Schweitz[flang] Use is_same<> templates
2018-09-11 Eric Schweitz[flang] Make use of is_same<>
2018-09-11 Eric Schweitz[flang] Merge up to new Messages interface
2018-09-11 Eric Schweitz[flang] Add label resolution design document, pass...
2018-09-10 Peter Klausler[flang] Merge pull request flang-compiler/f18#178 from...
2018-09-10 peter klausler[flang] Restore mistakenly deleted call to nonemptyList()
2018-09-10 peter klausler[flang] Better error recovery and messages for PROCEDUR...
2018-09-10 Tim Keith[flang] Merge pull request flang-compiler/f18#177 from...
2018-09-10 Tim Keith[flang] Miscellaneous name resolution
2018-09-10 Tim Keith[flang] Write private symbols to .mod files
2018-09-07 Tim Keith[flang] Ensure use of ObjectEntityDetails for data...
2018-09-07 Tim Keith[flang] Code cleanup
2018-09-07 Tim Keith[flang] Fix bug in rewriting function calls
2018-09-07 Tim Keith[flang] Merge pull request flang-compiler/f18#175 from...
2018-09-07 Tim Keith[flang] Address review comments
2018-09-06 Tim Keith[flang] Add procedure pointer components for derived...
2018-09-06 Tim Keith[flang] More derived type name resolution
2018-09-05 Tim Keith[flang] Improve dumping of enums in parse tree
2018-09-05 Tim Keith[flang] Merge pull request flang-compiler/f18#173 from...
2018-09-05 Tim Keith[flang] Address review comments
2018-09-04 Tim Keith[flang] Resolve derived type parameters
2018-09-04 Tim Keith[flang] Move KindOrLen enum to common/fortran.h
2018-08-31 Tim Keith[flang] Resolve procedure bindings and final procedures...
2018-08-31 Tim Keith[flang] Change BeginAttrs to return true like BeginDecl
2018-08-29 Tim Keith[flang] Small improvements to name resolution
2018-08-28 Tim Keith[flang] Small code cleanups
2018-09-04 Peter Klausler[flang] Merge pull request flang-compiler/f18#172 from...
2018-09-04 peter klausler[flang] Fix parsing ambiguity with pointer assignment...
2018-09-04 peter klausler[flang] Fix parsing ambiguity: MODULESUBROUTINEFOO...
2018-09-04 peter klausler[flang] Better error recovery when END TYPE is expected...
2018-09-04 peter klausler[flang] improve error recovery for missequenced IMPORT...
2018-08-28 Tim Keith[flang] Merge pull request flang-compiler/f18#169 from...
2018-08-27 Tim Keith[flang] Improve comments on class ImplicitRules
2018-08-27 Tim Keith[flang] Remove unused variable
2018-08-27 Tim Keith[flang] Add support for BLOCK construct
2018-08-28 Eric Schweitz[flang] Merge pull request flang-compiler/f18#171 from...
2018-08-28 Eric Schweitz[flang] Add the detailed design for label resolution
2018-08-23 Tim Keith[flang] Merge pull request flang-compiler/f18#167 from...
2018-08-23 Tim Keith[flang] Add common::ImportKind
2018-08-23 Tim Keith[flang] Address review comments
2018-08-23 Tim Keith[flang] Add another host-associate test
2018-08-22 Tim Keith[flang] Code cleanup
2018-08-22 Tim Keith[flang] Add missing copyrights.
2018-08-22 Tim Keith[flang] Implement host association and import statements
2018-08-10 Tim Keith[flang] Replace scope stack with current scope
2018-08-09 Tim Keith[flang] Collect names of internal subprograms of a...
2018-08-09 Peter Klausler[flang] Merge pull request flang-compiler/f18#166 from...
2018-08-09 peter klausler[flang] fix sloppy merge (sorry)
2018-08-09 Peter Klausler[flang] Merge pull request flang-compiler/f18#165 from...
2018-08-09 peter klausler[flang] Canonicalize nonstandard BOZ literals to avoid...
2018-08-09 peter klausler[flang] More expression analysis of literal constants.
2018-08-09 peter klausler[flang] Add data to a new formatted message.
2018-08-09 peter klausler[flang] Clean up messaging: make Say() member function...
2018-08-09 peter klausler[flang] Expression analysis
next