Improve diagnostic handling: Add [-Wfoo] and -Werror-foo.
[cparser] / ast2firm.c
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-21 Christoph MallonAdd %N and %#N for printing entities to diagnosticf().
2011-06-17 Matthias Braunfix cparser warnings
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-17 Matthias Braunfix some cparser warnings
2011-06-10 Matthias Braunmove -ffp-XXX flags handling to main cparser to be...
2011-06-07 Matthias Braunlong overflows at LONG_MAX not at INT_MAX
2011-06-04 Christoph MallonRename the attribute linenr of struct source_position_t...
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-24 Matthias Braunremove pointless concept of a builtin-type
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-04-27 Matthias Braundo not use shortcut to determine operation mode as...
2011-03-30 Matthias Braunadapt to simplified opt_funccall interface
2011-03-30 Matthias Braunadapt to TLS simplifications in firm
2011-03-15 Matthias Braunfix whitespace errors
2011-03-03 Matthias Braunmake the uninitialized warning depend on the -wuninitia...
2011-02-28 Matthias Braunadapt to firm Cmp changes
2011-02-18 Matthias Braunimplement sizeof(func) and alignof(func) in gnu99 mode
2011-02-18 Christoph MallonCorrect typo in comment.
2011-02-18 Christoph MallonPrefer get_mode_{minus_one,null}() over new_tarval_from...
2011-02-09 Matthias Braunfix last commit: conditional_expression might use compounds
2011-02-09 Matthias Braunfix cp_error065.c
2011-02-09 Matthias Braunadapt to remove of Quot node in latest libfirm
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 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 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-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 MallonWhitespace fixes.
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 Braunconstructors/destructors pointers must have visibility_...
2010-12-01 Matthias Braunwe might also have array null-initializers; do NOT...
2010-12-01 Matthias Braunfix dyanimc_initializer creation for IR_INITIALIZER_NUL...
2010-12-01 Matthias Brauncond may be NULL
2010-11-29 Matthias Braunnew_d_defaultProj fails if its argument is already...
2010-11-25 Andreas ZwinkauFix Bug 62 aka C_struct_init testcase
2010-11-04 Matthias Braunadapt to latest libfirm
2010-10-12 Matthias Brauninitial implementation of builtin_object_size
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-08-07 Michael BeckFixed icc warning by using enum instead of (equivalent) 0.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-06-17 Matthias Braunsome more builtins
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-03 Matthias Braunonly use rts_entities when number of parameters and...
2010-04-26 Christoph MallonThe memory output for asm nodes uses proj N, not N+1.
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-24 Matthias Braunno need to use alloca on C99
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 Brauncleanup builtin handling and put it into an own file...
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-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-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-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-11 Matthias Braunfixes for M_except changes
2009-11-03 Michael BeckFixed doxygen comments.
2009-07-05 Michael Beck- updated for libFirm w/O irg parameters
next