2018-02-08 |
Tim Keith | [flang] Clean up Makefile, add reformat target. |
commit | commitdiff | tree | snapshot |
2018-02-08 |
Tim Keith | [flang] Merge pull request flang-compiler/f18#5 from... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Tim Keith | [flang] Move type.{h,cc} and attr.{h,cc} |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Tim Keith | [flang] Merge pull request flang-compiler/f18#3 from... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Tim Keith | [flang] Adapt to new directory for idioms.cc, idioms.h. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Tim Keith | [flang] Address some of the review comments. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Tim Keith | [flang] Initial work on the representation of types. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
klausler | [flang] Merge pull request flang-compiler/f18#4 from... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
peter klausler | [flang] Tweaked .clang-format, then ran it. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
peter klausler | [flang] Impose a directory structure. Move files aroun... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
peter klausler | [flang] Markdown improvements. |
commit | commitdiff | tree | snapshot |
2018-02-06 |
peter klausler | [flang] Convert parser combinator documentation file... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
peter klausler | [flang] Alphabetize and remove settings that match... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Rename c++style.md -> C++style.md. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] More Markdown fixes. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] More Markdown fixes. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] More Markdown fixes. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] More Markdown fixes. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Fix Markdown usage. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Convert c++style.txt to c++style.md. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Fix #else after triggered #elif. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Update .clang-format, then reformat all C+... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Adjust indentation on public:/private: labels... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Variadic macros, __VA_ARG__ and __VA_OPT__... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] Merge branch 'master' of https://github.com... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Tim Keith | [flang] Add .clang-format and "make formatted" rule. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
peter klausler | [flang] C++ usage and style guide summary. |
commit | commitdiff | tree | snapshot |
2018-02-02 |
peter klausler | [flang] More preprocessing. |
commit | commitdiff | tree | snapshot |
2018-02-01 |
peter klausler | [flang] Predefined macros (__FILE__, __LINE__, __DATE__... |
commit | commitdiff | tree | snapshot |
2018-02-01 |
peter klausler | [flang] Merge my local .gitignore with master. |
commit | commitdiff | tree | snapshot |
2018-02-01 |
peter klausler | [flang] Merge branch 'master' of https://github.com... |
commit | commitdiff | tree | snapshot |
2018-02-01 |
Tim Keith | [flang] Remove line that was added by mistake |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Tim Keith | [flang] Add CMakeLists.txt and .gitignore |
commit | commitdiff | tree | snapshot |
2018-02-01 |
peter klausler | [flang] Support #if/#elif directives with Fortran/C... |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Remove some scaffolding code that I just inadve... |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Preprocessor work. f18 now passes all my tests... |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Clean up: convert CharPointerWithLength into... |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add temporary driver main program f2018-demo.cc. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add source.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add prescan.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add preprocessor.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add position.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add parse-tree.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add message.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add idioms.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add Makefile. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add user-state.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add parse-state.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add indirection.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add grammar.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add format-specification.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add debug-parser.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add cooked-tokens.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add cooked-chars.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add char-parsers.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add basic-parsers.h. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
peter klausler | [flang] Add char-buffer.{h,cc}. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
peter klausler | [flang] Add parser-combinators.txt documentation file. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
peter klausler | [flang] Adding initial files. |
commit | commitdiff | tree | snapshot |
2018-01-25 |
Tim Keith | [flang] Add README |
commit | commitdiff | tree | snapshot |
|