aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New option to control the debug information build.Bernhard Schommer2015-11-044-5/+15
* bug 17567, typosMichael Schmidt2015-11-041-3/+3
* bug 17567, typosMichael Schmidt2015-11-042-2/+2
* Removed unused p_char_list function. Bug 17544.Bernhard Schommer2015-11-031-2/+0
* Changed the name of a few ppc instructions. Bug 17544Bernhard Schommer2015-11-031-3/+3
* Simplify the Json export.Bernhard Schommer2015-11-031-166/+183
* Few simple rewrite for the AsmToJSON printer.Bernhard Schommer2015-10-291-155/+147
* Another typo in AsmToJson.Bernhard Schommer2015-10-291-1/+1
* Fixed some minor types in the asm printer.Bernhard Schommer2015-10-291-1/+1
* Merge branch 'master' of github.com:AbsInt/CompCertBernhard Schommer2015-10-282-17/+17
|\
| * Merge pull request #62 from fpottier/commentBernhard Schommer2015-10-282-17/+17
| |\
| | * Set [ErrorReports.debug] to [false].François Pottier2015-10-281-1/+1
| | * Fixed some comments.François Pottier2015-10-281-16/+16
| |/
* | Use ifndef correct. Bug 17481Bernhard Schommer2015-10-271-1/+1
* | Test if menhir includes is set before trying to set it.Bernhard Schommer2015-10-271-1/+5
* | Allow the MENHIR_INCLUDE path to be set by environment.Bernhard Schommer2015-10-271-4/+3
|/
* Fixed typo in AsmToJson.Bernhard Schommer2015-10-261-1/+1
* Merge pull request #61 from fpottier/cleanBernhard Schommer2015-10-261-5/+1
|\
| * Fixed one error message and removed two comments.François Pottier2015-10-261-5/+1
* | Also redirect the output of stderr.Bernhard Schommer2015-10-261-2/+1
* | Merge branch 'fpottier-clean'Bernhard Schommer2015-10-2626-126/+6195
|\ \
| * | Merge branch 'clean' of git://github.com/fpottier/CompCert into fpottier-cleanBernhard Schommer2015-10-2626-126/+6195
|/| | | |/
| * Merge branch 'clean' of github.com:fpottier/CompCert into cleanFrançois Pottier2015-10-230-0/+0
| |\
| | * Merge remote branch 'upstream/master' into cleanFrançois Pottier2015-10-23289-20497/+17037
| | |\
| * | \ Merge remote branch 'upstream/master' into cleanFrançois Pottier2015-10-23289-20497/+17037
| |\ \ \ | | |/ / | |/| / | | |/
| * | Updated [configure] to require today's Menhir.François Pottier2015-10-231-3/+4
| * | Added copyright banners to the new files.François Pottier2015-10-238-0/+94
| * | Added a few cleanup commands in [make clean].François Pottier2015-10-232-2/+3
| * | Added some handwritten .c files in tests/handwritten/.François Pottier2015-10-2311-0/+59
| * | Install the new system for reporting syntax errors.François Pottier2015-10-239-8/+5791
| * | Lexer update: use Menhir's incremental API instead of Menhir's traditional API.François Pottier2015-10-231-3/+16
| * | Lexer cleanup: isolate [lexer_wraper] and rename it to [lexer].François Pottier2015-10-231-6/+10
| * | Lexer cleanup: isolate the entry point into the lexer.François Pottier2015-10-231-6/+10
| * | Added an %on_error_reduce declaration.François Pottier2015-10-231-0/+42
| * | Changed [asm_flags] to a left-recursive list.François Pottier2015-10-231-1/+1
| * | Removed the two uses of $syntaxerror in a semantic action.François Pottier2015-10-231-2/+7
| * | Inlined [constant_expression] to save one state.François Pottier2015-10-231-1/+1
| * | Reformulated [specifier_qualifier_list_no_typedef_name] as a left-recursive l...François Pottier2015-10-231-4/+4
| * | Redefined [pointer] as a left-recursive list.François Pottier2015-10-231-7/+24
| * | Replaced [declaration_specifiers_no_typedef_name] with [declaration_specifier...François Pottier2015-10-231-7/+3
| * | Factorized [declaration_specifier_no_typedef_name].François Pottier2015-10-231-5/+9
| * | Reformulated the definitions of [option] and [list] in a slightly more elegan...François Pottier2015-10-231-11/+13
| * | Introduced [list] and [ilist]. Redefined [declaration_specifiers_no_type] as ...François Pottier2015-10-231-11/+22
| * | Factorized [declaration_specifier_no_type].François Pottier2015-10-231-3/+7
| * | Added a phantom parameter to [declaration].François Pottier2015-10-231-13/+18
| * | Added a phantom parameter to [declaration_specifiers].François Pottier2015-10-231-7/+11
| * | Added a phantom parameter to [abstract_declarator].François Pottier2015-10-231-4/+8
| * | Added a phantom parameter to [specifier_qualifier_list].François Pottier2015-10-231-3/+4
| * | A general comment about phantom parameters.François Pottier2015-10-231-0/+16
| * | Remove all productions that involve the [error] token.François Pottier2015-10-231-34/+0