cparser
2011-06-04 Christoph MallonFeature: Show the column number in diagnostic messages.
2011-06-04 Christoph MallonRename the attribute linenr of struct source_position_t...
2011-06-04 Christoph MallonReduce code duplication for printing diagnostics.
2011-06-02 Christoph MallonReport an error when the index of an array access is...
2011-06-02 Christoph MallonCleanup, reduce code duplication.
2011-06-01 Christoph MallonAdd missing check for reference declarator.
2011-06-01 Christoph MallonRemove unnecessary gotos.
2011-06-01 Christoph MallonMake error message a bit more clear.
2011-06-01 Christoph MallonCleanup.
2011-06-01 Christoph MallonUse a null pointer for marking the current position...
2011-05-31 Andreas ZwinkauAdd Bad preds for unreachable code
2011-05-31 Andreas ZwinkauConstruct Bads for unreachable code
2011-05-31 Andreas ZwinkauIgnore -fvisibility= arguments
2011-05-31 Christoph MallonReport an error on empty character constants, i.e. ''.
2011-05-31 Matthias Brauntrigger flip-flopping normalisation
2011-05-30 Matthias Braunadded --help texts which document most options
2011-05-30 Matthias Braunremove unsupported option omit-leaf-frame-pointer option
2011-05-30 Matthias Braunoption was parsed twice
2011-05-30 Christoph MallonCorrect parsing of abstract function declarators.
2011-05-29 Christoph MallonPrevent dereferencing a null pointer, when parse_attrib...
2011-05-26 Matthias Braunfix a few builtin declarations, add stpcpy builtin
2011-05-26 Matthias Braunfix const_void_ptr builtin types
2011-05-26 Matthias Braunremoving unused entities from the frame should happen...
2011-05-26 Matthias Braunperform a convopt after target lowering, reorder some...
2011-05-24 Matthias Braunignore type qualifiers when checking arguments of main
2011-05-24 Matthias Braunremove pointless concept of a builtin-type
2011-05-19 Sebastian BuchwaldFixed parameter type.
2011-05-19 Christoph MallonAvoid unnecessary casts.
2011-05-19 Christoph MallonRemove the unnecessary distinction between compound_t...
2011-05-19 Christoph MallonWhitespace fix.
2011-05-19 Christoph MallonRemove unnecessary cast.
2011-05-19 Christoph MallonHandle GNU __REDIRECT on MACHO.
2011-05-16 Christoph MallonCorrent whitespace inconsistencies when printing type...
2011-05-11 Matthias BraunRevert "gcse requires unreachable code removed"
2011-05-06 Andreas Zwinkaugcse requires unreachable code removed
2011-05-06 Matthias Braunadapt to firm allowing Bad with different modes now
2011-05-05 Christoph MallonDo not compare boolean values with false/true, just...
2011-05-05 Christoph MallonCorrect off-by-something errors in error messages about...
2011-05-05 Matthias Braunthere's no need to hide rtsopt from the options
2011-05-04 Matthias BraunOS/X headers expect __INTMAX_TYPE__ to be defined
2011-04-28 Matthias Braunimplement -fprofile-generate -fprofile-use similar...
2011-04-28 Matthias Braunfix some -fno-XXX options
2011-04-27 Matthias Braundo not use shortcut to determine operation mode as...
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
next