summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for more problems with CreateStructGEP().HEADmasterPaul Osmialowski2015-10-261-2/+2
* Follow LLVM API changes (CreateConstInBoundsGEP*()).Paul Osmialowski2015-10-262-2/+2
* Follow LLVM API changes (CreateStructGEP()).Paul Osmialowski2015-10-262-5/+5
* Fix powi problem.Paul Osmialowski2015-10-261-2/+1
* Allow unbracketed logical constant in IF and WHILE statementsbenbrewer/if-logical-constBen Brewer2015-08-271-24/+36
* Initial VAX struct implementationbenbrewer/structBen Brewer2015-08-254-10/+84
* Consume the semi-colon token when matched before making a recursive call to L...craiggriffiths/semi-colon_seg-fault_fixCraig Griffiths2015-08-211-0/+1
* Fix misc. compiler warningsbenbrewer/warningsBen Brewer2015-08-219-6/+21
* Properly support type kindsBen Brewer2015-08-191-11/+12
* Support BYTE type in declarationsBen Brewer2015-08-188-9/+33
* Remove character error check in semantic analysis of EQUIVALENCEBen Brewer2015-08-181-5/+0
* merging up to LLVM_TRUNK 07/31/15jleidel2015-08-141-2/+2
* Fix some warnings by either adding virtual destructors or deleting virtual sp...Carlo Bertolli2015-08-146-7/+29
* removing code that manually enables/disables frame pointer support as this is...John Leidel2015-08-141-0/+7
* - Fix typos in commentsCarlo Bertolli2015-08-141-1/+7
* fix for CreateCall lack of Twine namesJohn Leidel2015-08-141-4/+3
* Fix some trivial warningsCarlo Bertolli2015-08-142-21/+22
* Fix code style of previous patchCarlo Bertolli2015-08-143-5/+10
* fix for issue #11, fix is temporary in that it disables the soft float; this ...John Leidel2015-08-141-1/+3
* Change first parameter of GEP to element type, as required by instruction cre...Carlo Bertolli2015-08-141-3/+3
* Obtain pointer type from variable declaration, delete NULL parameter asCarlo Bertolli2015-08-141-2/+3
* IdentifierTable: use correct format specifier for unsigned intThomas Hindoe Paaboel Andersen2015-08-141-3/+3
* The difference between the head of:Craig Griffiths2015-08-149-65/+92
* Revert backend util changes as they arn't introduced until after 3.6.Mark Doffman2015-03-101-31/+21
* Update to work with llvm a40d4ae47869167fc8Mark Doffman2015-03-035-32/+57
* Remove Nonce call names.Mark Doffman2015-01-011-3/+3
* Fix include file buffer ID breakage.Mark Doffman2014-12-041-7/+8
* Fix some diagnostic code breakage.Mark Doffman2014-12-041-1/+1
* Fix API Error in llvm update, compile with no RTTI.Mark Doffman2014-11-211-2/+1
* Update code to llvm 3.6.Mark Doffman2014-11-0313-21/+753
* 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
* added missing 'break' in parser::expectandconsume.Alex2013-09-291-0/+1
* fixed old gcc compilation bugarphaman2013-09-281-1/+1
* fixed bugs in COMMON sema and codegenarphaman2013-09-212-0/+4
* added codegen for COMMONarphaman2013-09-204-3/+57
* added sema for COMMONarphaman2013-09-205-10/+79
* added support for common block SAVEarphaman2013-09-203-9/+54
* improved spec semaarphaman2013-09-208-83/+195
* added parsing for COMMON statementarphaman2013-09-203-13/+74
* improved fixed form lexing for defined operatorsarphaman2013-09-191-23/+47
* added support for FLOOR and CEILING intrinsicarphaman2013-09-193-6/+22
* added support for -fdefault-{real|double|integer}-8 optionarphaman2013-09-191-6/+16
* Moved type kinds from ExtQuals to Typearphaman2013-09-1918-300/+178
* added character type; removed char builtin type and length spec in extqualsarphaman2013-09-1913-128/+123
* improved ast source rangesarphaman2013-09-199-121/+111
* added codegen for bit operationsarphaman2013-09-196-2/+73
* fixed return type for REAL intrinsic with complex argumentarphaman2013-09-181-2/+7