cparser
2012-12-27 Szabolcs Nagysimple support for __attribute__((alias("symbol"))) alias
2012-12-27 Christoph Malloncleanup: Add and use macro MIN().
2012-12-27 Christoph Malloncleanup: Add and use macro MAX().
2012-12-27 Christoph Mallonast2firm: Correct IR creation for __alignof__.
2012-12-27 Christoph Mallonparser: Remove the unused attribute alignment from...
2012-12-27 Christoph Mallonparser: Remove the unnecessary special case to parse...
2012-12-27 Christoph Malloncleanup: Use round_up2() instead of duplicating it.
2012-12-27 Christoph Malloncleanup: Remove duplicate definitions of is_po2().
2012-12-27 Christoph Mallonast2firm: Let firm handle the layout of the frame type.
2012-12-27 Christoph Malloncleanup: Correct wrong usage of feof().
2012-12-27 Christoph Malloncleanup: Remove unnecessary #include.
2012-12-27 Christoph Mallontype: Make an assert()ion independent of the last entry...
2012-12-27 Christoph Mallonentity: Remove the unused attribute irtype from struct...
2012-12-27 Christoph Mallonast2firm: Make get_ir_type() static.
2012-12-27 Christoph Mallonmangle: Use the cparser type, not the firm type, to...
2012-12-27 Christoph Mallontype_hash: The error type is equal to itself.
2012-12-27 Christoph Malloncleanup: Remove stale math includes.
2012-12-27 Christoph Mallonast2firm: Remove the unused function get_atomic_mode().
2012-12-27 Christoph Mallonast2firm: Evaluate the operand of a void cast for its...
2012-12-21 Sebastian BuchwaldUse new scope instead of empty statement.
2012-12-20 Sebastian BuchwaldFixed indentation.
2012-12-20 Sebastian BuchwaldUse SINGLE_OPTION macro.
2012-12-20 Sebastian BuchwaldFixed typo.
2012-12-20 Christoph Mallonsemantic: Extend expression classification to detect...
2012-12-19 Matthias Braunfix null pointer constants
2012-12-19 Matthias Braunenable -pedantic gcc flag
2012-12-17 Christoph Malloncleanup: Resolve warnings about shadowed variables.
2012-12-17 Matthias Braunuse module_shift from base_mode when constructing bitfi...
2012-12-17 Christoph Mallonsemantic: Accept complex literal suffixes even in non...
2012-12-17 Christoph Mallonsemantic: Combine check_integer_suffix() and check_floa...
2012-12-17 Christoph Mallonsemantic: Clean up check_integer_suffix().
2012-12-17 Christoph Mallonast2firm: Implement casting from complex to real types.
2012-12-15 Christoph Mallonparser: Correct source position of select (->, .) expre...
2012-12-15 Christoph Mallonwrite_jna: Simplify fix_builtin_names().
2012-12-15 Christoph Mallonwrite_jna: Properly check whether a declaration is...
2012-12-15 Christoph Malloncleanup: Reduce variable scope.
2012-12-15 Christoph Mallonwarning: Add the switch -Wsystem to show warnings in...
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-12-12 Matthias Brauncleanup: complex conditional creation style
2012-12-12 Matthias Brauncleanup: refactor complex assignment into an own function
2012-12-12 Matthias Brauncleanup: improve coding style
2012-12-12 Matthias Brauncleanup: avoid unnecessary complicated code sharing
2012-12-12 Matthias Braunupdate libfirm revision
2012-12-12 Christoph Mallonparser: Parse and reject GCC range initializers "[0...
2012-12-12 Christoph Mallonparser: Use parse_expression() instead of parse_assignm...
2012-12-12 Christoph Mallonast2firm: Replace get_store(set_store(x)) by x.
2012-12-12 Christoph Mallonast2firm: Use conv_to_storage_type().
2012-12-12 Christoph Mallonparser: Simplify parse_complex_extract_expression().
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
next