summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add -f77 flag to flang driverBen Brewer2015-08-251-1/+8
* Add return statements in EmitFunction to avoid trap generation. Close Issue #10Carlo Bertolli2015-08-141-0/+5
* fix for Issue #3, fixing output ostream such that we successfully generate ob...John Leidel2015-08-141-4/+16
* The difference between the head of:Craig Griffiths2015-08-141-10/+51
* Update to work with llvm a40d4ae47869167fc8Mark Doffman2015-03-031-3/+3
* Update code to llvm 3.6.Mark Doffman2014-11-032-20/+20
* added support for -ffree-form and -ffixed-form optionsarphaman2013-09-191-2/+13
* added support for -fdefault-{real|double|integer}-8 optionarphaman2013-09-191-0/+12
* added support for multiple input files and object files in the driverarphaman2013-09-141-5/+12
* added x86_64 target info for proper complex return abiarphaman2013-09-131-7/+12
* return complex values via a pointer for libflang intrinsicsarphaman2013-09-081-1/+3
* improved llvm 3.4 supportarphaman2013-09-051-13/+1
* added codegen for ETIME intrinsic functionarphaman2013-09-011-0/+5
* added codegen for array temporariesarphaman2013-09-011-0/+6
* added codegen for unary and binary array operationsarphaman2013-08-271-0/+8
* added codegen for array assignments in a DATA stmtarphaman2013-07-191-0/+9
* added jit interpret for testing; fixed GOTO codegen bugarphaman2013-07-192-2/+60
* improved driver target machine and pass builderarphaman2013-07-181-7/+28
* improved data stmt supportarphaman2013-07-181-1/+1
* added optimization passes to the driverarphaman2013-07-181-2/+27
* print ast only when the -ast-print flag is given to the driverarphaman2013-07-171-5/+21
* added linking driver to driverarphaman2013-07-171-8/+46
* put together a temporary obj file emitter and driverarphaman2013-07-171-4/+109
* preparations for codegenarphaman2013-07-042-1/+13
* added some stuff for CodeGenarphaman2013-07-031-0/+5
* added executable body for functions and programsarphaman2013-07-021-0/+3
* refactored llvm::SMLoc/SMRange/SMFixIt => SourceLocation, SourceRange, FixItHintarphaman2013-06-231-1/+1
* Added partially ported clang diagnosticsarphaman2013-06-151-1/+1
* Added ported VerifyDiagnosticConsumer from clangarphaman2013-06-141-1/+13
* fixed form commentsarphaman2013-06-131-0/+5
* Implemented a CMake build chain for Flang.Michael Gottesman2013-02-012-0/+39
* Move over to the Sema version of actions instead of the ad-hoc version.Bill Wendling2011-09-052-3/+7
* Add subroutine, module, and submodule as DeclContexts. Change the name fromBill Wendling2011-09-041-1/+1
* s/fortran/flang/gBill Wendling2011-09-011-1/+1
* First commitBill Wendling2011-08-164-0/+207