cparser
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...
2010-04-22 Christoph Mallon%s/may not/must not/.
2010-04-18 Michael Beckfixed uninitialized variable
2010-04-15 Matthias Braunenable loop inversion by default seems to be stable now
2010-04-15 Matthias Braunavoid usage of non C99 function
2010-04-15 Matthias Braunbetter packing of struct, updates for release
2010-04-14 Matthias BraunARG, struct offsets are potentially more than 16bit
2010-04-14 Matthias Braunignore -fPIC
2010-04-12 Christoph MallonAdd option (-ffp-vrp) for fixpoint VRP.
2010-04-10 Christoph MallonClean up the list of optimisations.
2010-04-07 Matthias Brauncombo should be enabled by default
2010-04-06 Matthias Braunerror out when compiling multiple source files to firm...
2010-03-31 Matthias Braunfix -Wunreachable-code warnings
2010-03-29 Matthias Braunadd missing opt_frame, use per-irg tailrec optimisation...
2010-03-15 Matthias Braunfix invalid warning for '*' length modifiers
2010-03-12 Matthias Braunfix warnings and remove unnecessary current_ir_graph...
2010-03-11 Christoph MallonCorrect false positives about variables used in out...
2010-03-09 Matthias Braunfix wrong line numbers in error messages
2010-03-09 Matthias Braunimplement -W
2010-03-07 Matthias Braunremove unused entities directly before backend so we...
2010-03-03 Matthias Braunfix warning
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-02-25 Christoph MallonSimplify.
2010-02-25 Christoph MallonSort.
2010-02-24 Matthias Braunfix a few memory errors introduced with the last commit
2010-02-24 Matthias Braunno need to use alloca on C99
2010-02-24 Matthias Braunfix cp_errro060
2010-02-24 Matthias Braunfix
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2010-02-20 Christoph MallonRemove variables, which are only used in assert()ions.
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-17 Christoph MallonMake string literals and shadow copies of initialisers...
2010-02-15 Matthias Braunfix missing skip_tpyeref; add some more gcc compatibili...
2010-02-15 Matthias Braunfix buffer printer overflowing buffer
2010-02-15 Matthias Braunfix clean target
2010-02-15 Matthias Braunforgot to add files
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
next