summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove character error check in semantic analysis of EQUIVALENCEbenbrewer/ansi-0522Ben Brewer2015-08-061-5/+0
* Update README for new build instructions.Mark Doffman2015-03-111-9/+28
* Revert backend util changes as they arn't introduced until after 3.6.Mark Doffman2015-03-101-31/+21
* Merge 3.6 update.Mark Doffman2015-03-1011-62/+78
|\
| * Update to work with llvm a40d4ae47869167fc8Mark Doffman2015-03-0311-62/+79
* | Fix error in error reporting for output files in compiler driver.Mark Doffman2015-01-011-1/+1
* | Merge branch 'Nonce Fix'Mark Doffman2015-01-011-3/+3
|\ \ | |/
| * Remove Nonce call names.Mark Doffman2015-01-011-3/+3
* | Re-arrange tblgen output build file.Mark Doffman2014-12-301-4/+3
* | Revert source management API change for google stable branch.Mark Doffman2014-12-301-1/+2
* | Add LLVM out of tree config using llvm-config.Mark Doffman2014-12-301-46/+120
|/
* Fix include file buffer ID breakage.Mark Doffman2014-12-042-8/+9
* Fix some diagnostic code breakage.Mark Doffman2014-12-042-16/+6
* Fix API Error in llvm update, compile with no RTTI.Mark Doffman2014-11-212-2/+2
* Update code to llvm 3.6.Mark Doffman2014-11-0330-50/+2705
* fix do stmt search bugarphaman2013-10-191-1/+1
* fix END stmt parsing error recoveryarphaman2013-10-141-0/+1
* fixed type_keyword in assignment statement bugarphaman2013-10-021-0/+4
* fixed parsing for PROGRAM stmtarphaman2013-10-021-6/+3
* renamed libflang => libflangrtAlex2013-10-011-1/+1
* Fixed DeclSpec::hasAttributesAlex2013-09-301-3/+1
* fixed RecordDecl constructor.Alex2013-09-301-1/+1
* fixed Token::isLiteralAlex2013-09-301-0/+1
* fixed MainProgram tablegen entry.Alex2013-09-301-1/+1
* added missing constructor for StmtLabelScope; made StmtLabelScope's Parent pr...Alex2013-09-291-1/+2
* fixed function return type bug.Alex2013-09-291-1/+1
* added missing 'break' in parser::expectandconsume.Alex2013-09-291-0/+1
* fixed old gcc compilation bugarphaman2013-09-281-1/+1
* Update README.txtAlex2013-09-231-2/+1
* updated readmearphaman2013-09-231-11/+18
* fixed bugs in COMMON sema and codegenarphaman2013-09-213-0/+6
* added codegen for COMMONarphaman2013-09-206-3/+137
* added sema for COMMONarphaman2013-09-2011-26/+145
* added support for common block SAVEarphaman2013-09-208-9/+81
* improved spec semaarphaman2013-09-2017-142/+486
* added parsing for COMMON statementarphaman2013-09-205-13/+93
* improved fixed form lexing for defined operatorsarphaman2013-09-193-23/+59
* added support for FLOOR and CEILING intrinsicarphaman2013-09-197-9/+35
* added support for -ffree-form and -ffixed-form optionsarphaman2013-09-193-2/+25
* added support for -fdefault-{real|double|integer}-8 optionarphaman2013-09-196-6/+54
* Moved type kinds from ExtQuals to Typearphaman2013-09-1922-457/+312
* added character type; removed char builtin type and length spec in extqualsarphaman2013-09-1917-158/+170
* improved ast source rangesarphaman2013-09-1911-154/+159
* added codegen for bit operationsarphaman2013-09-1910-19/+138
* fixed return type for REAL intrinsic with complex argumentarphaman2013-09-182-2/+9
* started sema for bit ops intrinsicsarphaman2013-09-187-0/+137
* added checks for type and dimension compability in maths intrinsic functionsarphaman2013-09-187-22/+67
* added basic support for kind parrameter in int, real and cmplx functionsarphaman2013-09-185-28/+73
* added CodeGen for complex and maths intrisics in array operationsarphaman2013-09-187-22/+75
* added codegen for int, real and cmplx array operation intrinsicsarphaman2013-09-184-0/+51