platform/upstream/llvm.git
2018-10-26 Tim Keith[flang] Address review comments
2018-10-26 Tim Keith[flang] Process SeparateModuleSubprogram during name...
2018-10-26 Tim Keith[flang] Reformat and add comment
2018-10-26 Tim Keith[flang] Fix failure to resolve submodule name.
2018-10-26 Tim Keith[flang] Fix bug with popping scopes.
2018-10-26 jeanPerier[flang] Merge pull request flang-compiler/f18#217 from...
2018-10-25 Jean Perier[flang] Changed .clang-format so that it will not add...
2018-10-25 Tim Keith[flang] Merge pull request flang-compiler/f18#216 from...
2018-10-24 Tim Keith[flang] Fix bug in rewriting function reference
2018-10-24 Eric Schweitz[flang] Merge pull request flang-compiler/f18#196 from...
2018-10-24 Eric Schweitz[flang] Fix conflicts
2018-10-24 Eric Schweitz[flang] add openmp simd test
2018-10-24 Eric Schweitz[flang] minor changes
2018-10-24 Eric Schweitz[flang] add C1120, C1122 and placehokders for C1006...
2018-10-24 Eric Schweitz[flang] Add OpenMP annotated loops example as a test
2018-10-24 Eric Schweitz[flang] enable the IEEE_GET_FLAG test
2018-10-24 Eric Schweitz[flang] More review changes
2018-10-24 Eric Schweitz[flang] Global replace identifier names.
2018-10-24 Eric Schweitz[flang] Incorperate review comments
2018-10-24 Eric Schweitz[flang] Add more constraint checking for DO CONCURRENT.
2018-10-24 Eric Schweitz[flang] add another resolve-label test for misplaced...
2018-10-24 Eric Schweitz[flang] Cleanup some cruft and tweaks per review comments.
2018-10-24 Eric Schweitz[flang] DO CONCURRENT semantic constraints checking
2018-10-24 Eric Schweitz[flang] Merge pull request flang-compiler/f18#185 from...
2018-10-24 Eric Schweitz[flang] rename sayLabel SayLabel
2018-10-24 Eric Schweitz[flang] Tweak the error messages to not use "here"...
2018-10-24 Eric Schweitz[flang] Improved error messages:
2018-10-23 Tim Keith[flang] Merge pull request flang-compiler/f18#215 from...
2018-10-23 Tim Keith[flang] Rename PushLocation() to SetLocation().
2018-10-22 Tim Keith[flang] Add FoldingContext to SemanticsContext
2018-10-22 Tim Keith[flang] Refactoring: add SemanticsContext class
2018-10-18 Tim Keith[flang] Merge pull request flang-compiler/f18#214 from...
2018-10-18 Tim Keith[flang] More name resolution for construct entities
2018-10-18 Tim Keith[flang] Simplify unparse-with-symbols.cc
2018-10-16 Peter Klausler[flang] Merge pull request flang-compiler/f18#213 from...
2018-10-16 peter klausler[flang] Add -i8, -r8, &c. options to f18 development...
2018-10-16 peter klausler[flang] Eliminate DefaultInteger
2018-10-16 peter klausler[flang] Eliminating old default type declarations
2018-10-15 peter klausler[flang] Extract IntrinsicTypeDefaultKinds, move it...
2018-10-15 Peter Klausler[flang] Merge pull request flang-compiler/f18#212 from...
2018-10-15 peter klausler[flang] review comments
2018-10-15 peter klausler[flang] improve naming, silence bogus warnings
2018-10-12 peter klausler[flang] more unit testing, fix a bug
2018-10-12 peter klausler[flang] unit testing, better error messages
2018-10-12 peter klausler[flang] begin unit testing
2018-10-12 peter klausler[flang] finish most intrinsic table entries
2018-10-12 peter klausler[flang] a few more intrinsics and some style guide...
2018-10-12 peter klausler[flang] more intrinsics
2018-10-12 peter klausler[flang] remove arg->intValue field
2018-10-12 peter klausler[flang] debug initial intrinsic table probes
2018-10-12 peter klausler[flang] error messages
2018-10-12 peter klausler[flang] checkpoint
2018-10-12 peter klausler[flang] intrinsic pattern matching
2018-10-12 peter klausler[flang] buildable checkpoint before merging with master
2018-10-12 peter klausler[flang] initial intrinsics table
2018-10-12 Tim Keith[flang] Merge pull request flang-compiler/f18#210 from...
2018-10-10 Tim Keith[flang] More miscellaneous name resolution
2018-10-10 Tim Keith[flang] Check conflicting construct names
2018-10-10 Peter Klausler[flang] Merge pull request flang-compiler/f18#209 from...
2018-10-10 peter klausler[flang] Prep for review
2018-10-10 peter klausler[flang] Remove some obsolete casts now that Integer...
2018-10-10 peter klausler[flang] Fix issue#202 by avoiding clang+BSD/Darwin...
2018-10-10 Peter Klausler[flang] Merge pull request flang-compiler/f18#208 from...
2018-10-10 Paul Henning[flang] Removed obsolete comments and conversions
2018-10-10 Peter Klausler[flang] Merge pull request flang-compiler/f18#206 from...
2018-10-10 peter klausler[flang] Make conversions between C++ integral types...
2018-10-10 Tim Keith[flang] Merge pull request flang-compiler/f18#205 from...
2018-10-10 Tim Keith[flang] Use fundamental types in overloadings of Unparse.
2018-10-08 Eric Schweitz[flang] Merge pull request flang-compiler/f18#203 from...
2018-10-05 Eric Schweitz[flang] Build the label stack locally and thread the...
2018-10-05 Eric Schweitz[flang] Use move semantics directly to move the LoopCon...
2018-10-04 Peter Klausler[flang] Merge pull request flang-compiler/f18#200 from...
2018-10-04 peter klausler[flang] Prep for review
2018-10-04 peter klausler[flang] Parse nonlabel DO within label DO better; add...
2018-10-04 peter klausler[flang] rework non-block DO loop canonicalization
2018-10-04 peter klausler[flang] add test for canonicalization of DOs
2018-10-04 Eric Schweitz[flang] Merge pull request flang-compiler/f18#201 from...
2018-10-04 Eric Schweitz[flang] Add static to explicitly denote that some membe...
2018-10-04 Eric Schweitz[flang] Fix recursion bug so canondo04.f90 test passes.
2018-10-02 Peter Klausler[flang] Merge pull request flang-compiler/f18#198 from...
2018-10-02 peter klausler[flang] Correct the spelling of LOCAL_INIT clauses...
2018-10-02 Eric Schweitz[flang] Merge pull request flang-compiler/f18#199 from...
2018-10-02 Eric Schweitz[flang] Review comments
2018-10-02 Peter Klausler[flang] Merge pull request flang-compiler/f18#197 from...
2018-10-01 peter klausler[flang] Resolve g++ 7.2 build problem
2018-10-01 Eric Schweitz[flang] Merge pull request flang-compiler/f18#193 from...
2018-09-21 Eric Schweitz[flang] Handle review comments
2018-09-21 Eric Schweitz[flang] Rename two member functions
2018-09-21 Eric Schweitz[flang] Fix the double end do condition. Translate...
2018-09-20 Eric Schweitz[flang] canonicalize DO constructs
2018-09-26 Peter Klausler[flang] Merge pull request flang-compiler/f18#195 from...
2018-09-26 peter klausler[flang] More documentation
2018-09-26 peter klausler[flang] Improve documentation per review comments.
2018-09-25 peter klausler[flang] tweaks to intrinsics.md
2018-09-25 peter klausler[flang] review
2018-09-25 peter klausler[flang] polish documentation of intrinsics
2018-09-25 peter klausler[flang] documentation
2018-09-25 peter klausler[flang] checkpoint
2018-09-25 peter klausler[flang] typed function references
2018-09-25 peter klausler[flang] substrings and better rank checks
next