cparser
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2010-02-15 Matthias Braunforgot to checkin changes builtin includename
2010-02-14 Matthias Braunfix nameclash
2010-02-14 Matthias Braunlet jam create gen_builtins.h
2010-02-14 Matthias Braunmodularize revision file updating and include cparser
2010-02-13 Matthias Braunfix warning, always use -m32 on mac assembler
2010-02-12 Matthias Braunlocals are not linkage merge
2010-02-12 Matthias Braunimplement several new section types including comdat...
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Matthias Braunput zero initialized entities into bss section (not...
2010-02-10 Jonas FietzAdd option to enable VRP analysis
2010-02-08 Christian Helmercparser now knows 'unroll-loops'.
2010-02-05 Matthias Braunconstructors/destructors must not have a name
2010-02-05 Christoph MallonImplement __builtin_huge_valf and __builtin_huge_vall.
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfurther corrections on 'COMMON' semantic
2010-02-03 Matthias Braunfix 'COMMON' variables in cparser
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Matthias Braunfix strangeattr.c
2010-01-22 Matthias Braunast2firm already layouts structs no need to have such...
2010-01-09 Michael BeckFixed some usages of type_name in DBG().
2010-01-07 Matthias Braunfix -O0
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Matthias Braunfix
2010-01-04 Matthias Braunset dbg_retrieve in ast2firm where it is defined
2010-01-04 Michael BeckFixed broken r26886: bring back debug info for middle...
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2010-01-02 Matthias Braunpreliminary support for namespace mangling (I had this...
2010-01-02 Matthias Braunfix for last commit
2010-01-02 Matthias Braunremove gen_firm_asm because I am too lazy to fix it...
2010-01-02 Matthias Braundbg_snprint is no more
2009-12-29 Matthias Braunfix incorrect type size for wide string literals
2009-12-29 Matthias Braundon't use compound_graph_path stuff anymore
2009-12-21 Matthias Braunfix last commit
2009-12-21 Matthias Braunuse functions instead of macros, reformat/reindent
2009-12-21 Matthias Braunadapt to timer changes
2009-12-16 Matthias Braunmost of the -fopt flags are handled now by looking...
2009-12-11 Matthias Braunfixes for M_except changes
2009-11-28 Christoph MallonDo not use tab to align table columns.
2009-11-28 Christoph MallonUnbreak build: loop_optimization() is undeclared.
2009-11-23 Christian HelmerOptions for loop optimization added.
2009-11-20 Christoph MallonSlightly simplify daisy chaining several lists.
2009-11-20 Christoph MallonReplace if-cascade by switch.
2009-11-20 Christoph MallonAdd next_if(), which consumes the next token, if it...
2009-11-20 Christoph MallonReduce variable scope.
2009-11-20 Christoph MallonCorrect indentation.
2009-11-03 Michael BeckFixed doxygen comments.
2009-09-24 Matthias Braunallow overriding of assembler, linker, preprocessor...
2009-09-15 Christoph MallonCorrect off-by-one error of source position in parse_qu...
2009-09-11 Christoph MallonSmall simplification for lexing wide strings/char literals.
2009-09-11 Christoph MallonFix C/should_fail/init2.c: if there is no outer_type...
2009-09-11 Christoph MallonRemove return at end of function.
2009-09-09 Matthias Braunwrite an error message if architecture is unknown
2009-09-02 Christoph MallonMinor simplification.
2009-08-29 Michael Beck- Bugfix: missing '\0' added
2009-08-27 Christoph MallonCorrect typo in commment.
2009-08-17 Matthias Braunwhen redeclaring stuff with different attributes merge...
2009-08-07 Matthias Braunextend/fix timing stuff
2009-08-02 Matthias Braunbuild plugin specification for cparser (doesn't complet...
2009-07-16 Matthias Braunit's called thread-jumps now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Matthias Brauncondeval is called jump threading now
2009-07-14 Matthias Braunremove old/unnecessary files
2009-07-06 Michael Beck- icc 11 defines __ptr32
2009-07-05 Michael Beck- updated for libFirm w/O irg parameters
2009-06-25 Michael Beck- moved ansi alias to optimization level 2 (like gcc...
2009-06-19 Matthias Braunfix default proj getting constructed in wrong block
2009-06-19 Matthias Braunimprove/fix preprocessor flag handling for some cases...
2009-06-19 Matthias Braunavoid warnings in the produced jna output
2009-06-15 Matthias Braun64bit compile fix
2009-06-13 Matthias Braunuse real (firm) output positions instead of C one ...
2009-06-11 Matthias Braunimprove handling of multiple input files
2009-06-11 Matthias Braunfix cp_error059
2009-06-11 Matthias Braunredefine __VERSION__ preprocessor macro
2009-06-11 Christoph MallonHandle ?: in is_address_constant().
2009-06-08 Matthias Braunadd a gitignore file (no direct converion between svn...
2009-06-08 Matthias Braunsome more work towards (c++) namespace support
2009-06-03 Christoph MallonDeclarations with empty parentheses are incompatible...
2009-06-03 Christoph MallonEmit an error, if a non-variadic function contains...
2009-06-03 Christoph MallonIf a K&R function definition has a variadic prototype...
2009-06-03 Matthias Braunfix C/bool2.c
2009-06-03 Matthias Braunrefactor some cast code, use Convb instead of Mux to...
2009-06-01 Matthias Braunadapt to latest libfirm
2009-05-29 Matthias Braunfix int->bool conversion
2009-05-29 Matthias Braunfix switch generation for dead case
2009-05-28 Matthias Braunfix remaining bitfield initializer problems
2009-05-27 Matthias Braunfix union init problems
2009-05-27 Matthias Braunsync with edgfe
2009-05-15 Matthias BraunNEWS update, fix type compatibility check for k&r functions
2009-05-14 Matthias Braundon't mark functions without prototype as variadic
2009-05-14 Matthias Braunmissing skip_typerefs
2009-05-14 Matthias Braunnext iteration of kr handling after a discussion with...
2009-05-14 Matthias Braunfix fehler127 (again)
2009-05-11 Matthias Braununspecified_parameters, are set by kr parameter parser...
2009-05-08 Michael Becknew attempt to fix the prototyped kr function problem
next