cparser
2011-02-06 Christoph MallonEnter constant folding mode before doing so. Fixes...
2011-02-06 Christoph MallonPrefer new_Const(get_mode_null(mode)) over new_Const_lo...
2011-02-06 Christoph MallonAdd the helper function create_Const_from_bool() to...
2011-02-06 Christoph MallonLet is_constant_expression() and friends return an...
2011-02-06 Christoph MallonImprove error recovery: eat_until_anchor() when parse_p...
2011-02-06 Christoph MallonFix C/should_fail/decl_without_name.c.
2011-02-06 Christoph MallonUse get_break_label() instead of duplicating it.
2011-02-06 Christoph MallonOverhaul conditional_to_firm(). Now it is a tad shorter...
2011-02-06 Christoph MallonSimplify produce_condition_result().
2011-02-06 Christoph MallonAdd jump_if_reachable() to reduce code duplication.
2011-02-06 Christoph MallonOverhaul for_statement_to_firm() so it is more friendly...
2011-02-06 Christoph MallonSimplify maturing of the header block in do_while_state...
2011-02-06 Christoph MallonOverhaul while_statement_to_firm(). Now it is a tad...
2011-02-06 Christoph MallonOverhaul if_statement_to_firm(). Now it is a tad shorte...
2011-02-05 Christoph MallonSimplify daisy chaining local labels.
2011-02-05 Christoph MallonDo not eat() the semicolon at the end of a local label...
2011-02-05 Christoph MallonImprove error recovery: Do not create an invalid statem...
2011-02-05 Christoph MallonCorrect typo in label name.
2011-02-05 Christoph MallonRemove unnecessary gotos.
2011-02-05 Christoph MallonProvide the specific error message about a label at...
2011-02-05 Christoph MallonReduce variable scope.
2011-02-05 Christoph MallonSimplify case_label_to_firm() a bit, which can be done...
2011-02-05 Christoph MallonSimplify do_while_statement_to_firm() a bit, which...
2011-02-05 Christoph MallonCorrect copy&paste-o in warning message.
2011-02-04 Christoph MallonRemove unnecessary test in ast2firm: A label-statement...
2011-02-04 Christoph MallonRemove unnecessary test in ast2firm: A case-label-state...
2011-02-04 Christoph MallonRemove unnecessary test in ast2firm: A switch-statement...
2011-02-04 Christoph MallonRemove unnecessary test in ast2firm: A for-statement...
2011-02-04 Christoph MallonRemove unnecessary tests in ast2firm: An if-statement...
2011-02-04 Christoph MallonImprove error recovery: Produce a valid statement and...
2011-02-04 Christoph MallonWhitespace fixes.
2011-01-31 Christoph MallonRemove unnecessary/wrong cast. ARR_SHRINKLEN() uses...
2011-01-31 Christoph MallonUse correct parameter name in comment.
2011-01-28 Michael BeckRemoved superflous computations, these are done later...
2011-01-28 Michael BeckBugFix: Implement missing void casts, this fixed cp_err...
2011-01-19 Christoph MallonSimplify while_statement_to_firm() a bit, which can...
2011-01-13 Matthias Braunworkaround/fix jam dependency problems
2011-01-13 Matthias Braunconstructors/destructors pointers must have visibility_...
2011-01-05 Matthias Braunattempt to workaround input problems on OS/X gdb
2010-12-30 Michael BeckFixed type sizes and alignment for -m64.
2010-12-03 Matthias Braunonly write out functions for the main file when generat...
2010-12-01 Matthias Braunadapt to latest libfirm
2010-12-01 Matthias Braunwe might also have array null-initializers; do NOT...
2010-12-01 Matthias Braunfix dyanimc_initializer creation for IR_INITIALIZER_NUL...
2010-12-01 Matthias Brauncond may be NULL
2010-11-29 Matthias Braunnew_d_defaultProj fails if its argument is already...
2010-11-29 Matthias Braunlong double must not be exported as java double
2010-11-25 Andreas ZwinkauFix Bug 62 aka C_struct_init testcase
2010-11-22 Matthias Braunadapt style of generated code to java coding conventions
2010-11-04 Matthias Braunadapt to latest libfirm
2010-10-30 Michael BeckLet git ignore more visual studio files.
2010-10-28 Michael BeckUse EXIT_SUCCESS and EXIT_FAILURE where appropriate.
2010-10-13 Matthias Braunavoid warning in generated jna code
2010-10-13 Andreas ZwinkauFix JNA direct-mode wrapper
2010-10-12 Matthias Braunadd more definitions for __builtin___XXX_chk
2010-10-12 Matthias Brauninitial implementation of builtin_object_size
2010-10-12 Matthias Braunfix bug on darwn introduced in the '-mtriple' commit
2010-10-11 Andreas ZwinkauJNA generator now emits for JNA direct-mode
2010-10-11 Matthias Braunwork when strings are const char*
2010-10-11 Matthias Braunperform archep lowering before the target-lowering...
2010-10-08 Matthias Braunadapt to libfirm (rename tarval to ir_tarval)
2010-10-06 Matthias Braunadapt to latest libfirm
2010-10-06 Matthias Braunadd -mtriple= to specify target architecture; refactor...
2010-09-22 Matthias Braunadapt to latest libfirm
2010-09-22 Matthias Braunset graph to phase_low directly after running lower_for...
2010-09-10 Matthias Braunadapt to latest firm (no need to explicitely invoke...
2010-09-10 Matthias Braunadd missing semantic check: varargs arguments must...
2010-09-06 Matthias Braunnew bitfield struct layout code for big-endian (=sparc...
2010-08-18 Andreas ZwinkauCopy gcc behavior: unknown file extension means object...
2010-08-18 Matthias Braunadapt to libfirm API changes
2010-08-18 Andreas Zwinkaucparser ignores -fmessage-length now
2010-08-07 Michael BeckFixed icc warning by using enum instead of (equivalent) 0.
2010-08-04 Christoph MallonNo need for libdl.
2010-08-04 Christoph MallonUpdate config.mak.example: No more libcore and liblpp.
2010-07-28 Matthias Braunadapt to latest libfirm
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-02 Matthias Braundon't output builtin stuff to jna wrappers
2010-06-25 Matthias Braunadapt to new firm dumper interface
2010-06-23 Matthias Braunimplement a bare-bones cparser --help
2010-06-17 Matthias Braunsome more builtins
2010-06-17 Matthias Braunremove unused dbg_printf function
2010-05-28 Matthias Braunfirm backend is not optional anymore
2010-05-25 Matthias Braunmake use of the new possibility to avoid firm_parameter_t
2010-05-21 Matthias Braunfix for latest libfirm
2010-05-08 Christoph MallonComplement r27480: Remove the removed files from the...
2010-05-05 Matthias Braunupdate for release
2010-05-05 Matthias Braunfix for cp_error062
2010-05-04 Matthias Braunavoid code duplication in cparser by using libfirms...
2010-05-03 Matthias Braunonly use rts_entities when number of parameters and...
2010-04-29 Matthias Braunupdate jna writer to new integer literals
2010-04-27 Matthias Brauncall it subexpression instead of sub_expression; attemp...
2010-04-26 Christoph MallonThe memory output for asm nodes uses proj N, not N+1.
2010-04-23 Christoph MallonAdd allocate_declarator_zero().
2010-04-22 Christoph MallonFix C/should_fail/array[13].c: static array parameters...
2010-04-22 Christoph MallonSlightly simplify checking octal numbers in the lexer.
2010-04-22 Christoph MallonFix C/should_fail/array0.c: static is allowed only...
2010-04-22 Christoph MallonMove error message to a better place.
2010-04-22 Christoph MallonAdd references to the standards.
2010-04-22 Christoph MallonReduce code duplication.
2010-04-22 Christoph MallonFix C/gnu99/typeof.c: revert_automatic_type_conversion...
next