cparser
2011-04-27 Matthias Braundo extensive verification by default
2011-04-27 Matthias Braunuse lower_CopyB as a phase
2011-04-18 Matthias Braunchange NEWS file to use markdown syntax
2011-04-15 Matthias Braunupdate Makefile
2011-04-15 Matthias Braunupdate make_release.sh
2011-04-15 Matthias BraunNEWS update
2011-04-14 Matthias Braunfix target-triple handling
2011-04-14 Julius NeufferAdded .i file extension. Changed behaviour for .ii...
2011-04-08 Christoph MallonInline function, which consists of a single call, into...
2011-04-08 Christoph MallonRemove stale stuff from Makefile.
2011-04-08 Manuel Mohrfix xmalloc problems
2011-04-07 Matthias Braunfix for last commit
2011-04-07 Matthias Braunrefactor machine/os initialisation part so it can be...
2011-04-05 Matthias Braunavoid apple specific assembler invocation
2011-03-31 Christoph MallonSimplify/Clean up firm_option().
2011-03-31 Christoph MallonActivate fp-vrp at -O2.
2011-03-30 Matthias Braunbring gcse back as own phase
2011-03-30 Matthias Braunsimplify more driver stuff and remove more unused options
2011-03-30 Matthias Braunadapt to simplified opt_funccall interface
2011-03-30 Matthias Braunadapt to TLS simplifications in firm
2011-03-30 Matthias Braunremove a bunch of unimplemented/obsolete commandline...
2011-03-25 Andreas ZwinkauRemove gcse optimization
2011-03-17 Andreas ZwinkauPut parallelize-mem into safe-defaults
2011-03-16 Matthias Braunredo big_endian bitfield packing in a simpler and more...
2011-03-15 Matthias Braunfix whitespace errors
2011-03-15 Matthias Braunremove broken/unused caml export
2011-03-14 Matthias Braundo not force -m32 by default but make -m32 work correctly
2011-03-14 Matthias Braunforward -static and -shared flag to linker (like gcc...
2011-03-11 Christoph MallonFix type semantics: &, ^ and | require integer operands.
2011-03-09 Matthias Braunfix confusing error message when misspelling -mXXX...
2011-03-04 Matthias Brauncompound parameter lowering is done in lower_for_target now
2011-03-03 Matthias Braunmake the uninitialized warning depend on the -wuninitia...
2011-02-28 Matthias Braunadapt to firm Cmp changes
2011-02-24 Christoph MallonFix another typo in the same comment.
2011-02-24 Christoph MallonFix typo in comment.
2011-02-24 Christoph MallonRemove duplicate assert.
2011-02-24 Christoph MallonThere is no need to #ifdef an identifier before #undefi...
2011-02-24 Christoph MallonAllow declarations after labels in C++ mode.
2011-02-24 Christoph MallonImprove error message: Show the position of the label...
2011-02-24 Christoph MallonDo not check for a null pointer in the type printer...
2011-02-24 Andreas ZwinkauHandle GNU extension __REDIRECT
2011-02-20 Michael BeckAttemp to fix typedef_init.c testcase.
2011-02-20 Michael Beckadd some comments, made for loop look "more usual"...
2011-02-18 Christoph MallonChange is_error_entity() to !is_entity_valid(), which...
2011-02-18 Christoph MallonCorrect logic in is_error_entity().
2011-02-18 Matthias Braunimplement sizeof(func) and alignof(func) in gnu99 mode
2011-02-18 Christoph MallonCorrect off-by-whatever errors of the source position...
2011-02-18 Christoph MallonCorrect typo in comment.
2011-02-18 Christoph MallonPrefer get_mode_{minus_one,null}() over new_tarval_from...
2011-02-18 Christoph MallonAssign the proper namespace to all new entities and...
2011-02-18 Andreas ZwinkauSupport -pthread argument on Linux
2011-02-17 Christoph MallonRate EXPR_REFERENCE (variable uses) with error type...
2011-02-09 Matthias Braunfix last commit: conditional_expression might use compounds
2011-02-09 Matthias Braunfix cp_error065.c
2011-02-09 Andreas ZwinkauAdding some file extensions for detection
2011-02-09 Matthias Braunfix warning
2011-02-09 Matthias Braunadapt to remove of Quot node in latest libfirm
2011-02-06 Michael BeckTurn all exits inside main into returns, replace exit...
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
next