cparser
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...
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...
next