cparser
2012-12-12 Christoph Mallonparser: Remove redundant assignment.
2012-12-12 Christoph Mallonast: Remove redundant test.
2012-12-12 Christoph Mallonparser: Remove redundant test.
2012-12-12 Christoph Mallonlibfirm: Update to newer version.
2012-12-11 Matthias Braunrelational operators are only allowed for real types
2012-12-11 Matthias Braunupdate libfirm submodule
2012-12-11 Matthias Braunaccept (but warn) '_Complex' without additional specifiers
2012-12-11 Matthias Braunimplement statement expressions for complex values
2012-12-11 Matthias Braundo not warn for missing declarations if type is invalid
2012-12-10 Matthias Brauncomplex bitops are not allowed even for _Complex int
2012-12-10 Matthias Braunimplement support for complex types
2012-12-10 Matthias Braunfix TODO
2012-12-10 Matthias Braunrename bitwise_negate to complement
2012-12-10 Matthias Braunfix coding style
2012-12-10 Matthias Braunupdate libfirm revision
2012-12-10 Christoph Mallonast2firm: When the result of ?: is unreachable, create...
2012-12-10 Christoph Mallonast2firm: Convert operands to the arithmetic mode,...
2012-12-10 Christoph Mallonast2firm: Rewrite IR construction for expressions.
2012-12-10 Christoph Mallonast2firm: There is no sensible IR type to create for...
2012-12-10 Christoph Mallonsemantic: Add missing skip_typeref() to avoid adding...
2012-12-09 Christoph Mallonast2firm: Remove unnecessary special case handling...
2012-12-09 Christoph Mallonast2firm: Remove the thin wrapper function set_value_fo...
2012-12-09 Christoph Mallonast2firm: Remove nonsensical case: You cannot take...
2012-12-09 Christoph Mallonast2firm: Use the value returned by set_value_for_expre...
2012-12-08 Christoph Mallonast2firm: Clean up create_incdec().
2012-12-08 Christoph Mallonast2firm: Factorise code to convert a value to its...
2012-12-08 Christoph Malloncleanup: Remove unused typedef.
2012-12-07 Christoph Mallontype: Add missing space for printing complex types.
2012-12-06 Christoph MallonAdapt to latest libfirm: "nooptcc=yes" is "optcc=false...
2012-12-04 Matthias Braunadapt to latest libfirm
2012-12-03 Matthias Braunsupport complex type (no arithmetic yet)
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-12-01 Matthias Braunrename source_position_t to position_t, rename members...
2012-11-29 Christoph Mallonpreprocessor: Do not use uninitialized values for the...
2012-11-28 Matthias Braundo not fail when initializing tokens multiple times
2012-11-28 Matthias Braunfix cases where compoundlits are constant/get an entity
2012-11-27 Matthias Braunimplement -Wa, -Xlinker, -Xpreprocessor, -Xassembler
2012-11-26 Matthias Braundon't grow the hashset if it just clobbered with delete...
2012-11-26 Matthias Braunadapt to change firmstat settings
2012-11-24 Matthias Braunsupport compound values in dynamic initializers
2012-11-24 Christoph Mallonparser: Remove extra '' around %K in an error message.
2012-11-23 Christoph Mallontimer: Enlarge the display space for description and...
2012-11-22 Matthias Braunsupport compound literals as initializers
2012-11-22 Christoph Mallonsemantic: Improve error messages.
2012-11-22 Christoph Mallonsemantic: The operands of % must be integer, not just...
2012-11-21 Christoph Malloncleanup: Remove redundant assignment.
2012-11-21 Christoph Mallonast2firm: Keep the ijmp block and memory.
2012-11-21 Matthias Braunupdate for new release
2012-11-21 Matthias Braunfix "make bootstrap" with libfirm submodule
2012-11-21 Matthias Braunfold all nodes in the constant code irg regardless...
2012-11-21 Matthias Braunupdate libfirm revision
2012-11-21 Matthias Braunmain: rework preprocessor invocation
2012-11-13 Christoph Mallondiagnostic: Use errorf(NULL, "[...]") instead of fprint...
2012-11-13 Christoph Mallondiagnostic: Allow passing no position or only a filenam...
2012-11-13 Christoph Malloninput: Simplify choose_decoder().
2012-11-12 Matthias BraunMakefile: cleanup, rewrite, add coverage variant
2012-11-09 Christoph MallonRemove \n from error messages.
2012-11-09 Christoph MallonAdd missing \n after printing a warning when using...
2012-11-08 Christoph MallonParse (and reject) asm goto.
2012-11-08 Christoph MallonImprove error recovery when parsing asm statements...
2012-11-08 Christoph MallonReject trailing commas when parsing asm argument and...
2012-11-08 Christoph MallonSimplify passing passing the results of parse_asm_argum...
2012-11-08 Christoph MallonImprove error recovery in parse_asm_arguments().
2012-11-08 Christoph MallonMake printing asm statements a bit nicer by using fewer...
2012-11-08 Christoph MallonClean up print_asm_statement().
2012-11-08 Christoph MallonAdd separator_t to aid printing lists with separators.
2012-11-08 Christoph MallonRename next_if() to accept() and document it.
2012-11-08 Christoph MallonOnly produce an error about the type of an array subscr...
2012-11-07 Christoph MallonCheck for constant conditions in create_condition_evalu...
2012-11-07 Christoph MallonReduce scope of variable.
2012-11-07 Christoph MallonKeep all loops, because they could become infinite.
2012-10-30 Christoph MallonImplement U, u and u8 strings.
2012-10-30 Christoph MallonLet panic() print file, line and function.
2012-10-30 Christoph MallonRoute all computed goto statements of a function throug...
2012-10-30 Christoph MallonUse jump_target for goto labels.
2012-10-30 Christoph MallonUse a separate block as target for indirect jumps.
2012-10-30 Christoph MallonReplace jump_if_reachable() by jump_targets.
2012-10-30 Christoph MallonUse jump_target for conditional jumps.
2012-10-30 Christoph MallonUse jump_target for break.
2012-10-30 Christoph MallonUse jump_target for continue.
2012-10-30 Christoph MallonUse jump_target to simplify the implementation of if_st...
2012-10-30 Christoph MallonAdd jump_targets as general mechanism to avoid unnecess...
2012-10-30 Matthias Braunuse ir_tarval to calculate case values
2012-10-30 Christoph MallonRemove typedefs of non-existent structs.
2012-10-30 Christoph MallonUse a reference counter to mature label blocks as early...
2012-10-30 Christoph MallonProcess the inner statement of a case label, even if...
2012-10-30 Christoph MallonAdd missing EXPR_LITERAL_MS_NOOP in get_expression_stru...
2012-10-30 Christoph MallonRemove -pedantic.
2012-10-30 Matthias Braunuse statev in cparser
2012-10-30 Matthias Braunadapt to new timer API
2012-10-30 Matthias Braunadd a phase that optimizes the const-code-irg
2012-10-30 Matthias Braunclang static analyzer warning fixes
2012-10-30 Matthias Braunadapt to method property changes
2012-10-30 Matthias Braunexplicitely set long long/unsigned long long/double...
2012-10-22 Christoph MallonMove changing current_ir_graph from get_label_block...
2012-10-22 Christoph MallonWrap changing current_ir_graph in {PUSH,POP}_IRG().
2012-10-19 Christoph MallonAvoid an unnecessary basic block in case of do ......
2012-10-19 Christoph MallonWrap changing {break,continue}_label in {PUSH,POP}_...
2012-10-19 Christoph MallonLet jump_to() handle setting the current block.
2012-10-18 Christoph MallonRename the member statement of struct function_t to...
next