cparser
2011-11-10 Matthias Braunremove $Id$, it does not work with git anyway
2011-11-10 Matthias Braunfix indentation
2011-11-10 Matthias Braunremove unused fourcc.h
2011-11-10 Matthias Braunremove unused adt/align.h
2011-11-07 Matthias Braunlibfirm doesn't allow Conv Is(xx b) anymore
2011-11-04 Andreas ZwinkauUse new libFirm version with localopts phase
2011-11-03 Matthias Braunupdate to a less broken libfirm revision
2011-11-03 Matthias Braunfix wrong type of case statements
2011-11-03 Matthias Braunadapt to new Switch node
2011-11-02 Matthias Braunadapt to pn_Builtin_1_result removal
2011-10-28 Andreas Zwinkaulinker flags to the end
2011-10-27 Matthias Braunadapt to firm ir_mode changes
2011-10-27 Matthias Braunast2firm: do not load from incomplete typed objects
2011-10-27 Matthias Braunsizeof(void) is 1
2011-10-26 Andreas ZwinkauDisplay libfirm revision on --version
2011-10-25 Andreas ZwinkauUpdate libfirm submodule reference
2011-10-20 Matthias Braunrepair prepare_main_collect2 hack
2011-10-20 Matthias Braunfix typo on systems with unsigned short as wchar_t
2011-10-19 Matthias Braunupdate submodule reference
2011-10-19 Matthias Braunall sources are dependent on config.h
2011-10-19 Matthias Braunuse a better url for the libfirm submodule
2011-10-19 Andreas ZwinkauUpdate libfirm submodule reference
2011-10-14 Matthias Braunvalues resulting from a bitfield store need to be sign...
2011-10-13 Matthias Braunsplit enum type construction and value computation
2011-10-13 Matthias Braunpass -ansi flag to preprocessor
2011-10-11 Christoph MallonRemove stale and strange entries from .gitignore.
2011-10-11 Christoph MallonConsistently use $(BUILDDIR) instead of build.
2011-10-11 Christoph Malloncparser.bootstrap2 depends on cparser.bootstrap.
2011-10-11 Christoph MallonRemove dubious/unnecessary dependencies.
2011-10-11 Christoph MallonList all phony targets in .PHONY.
2011-10-11 Christoph MallonUse $(CC) -MMD instead of makedepend for tracking heade...
2011-10-11 Christoph MallonCreate build directories more systematically.
2011-10-11 Christoph MallonProperly update revision.h.
2011-10-11 Christoph MallonRemove stale comment.
2011-10-10 Christoph MallonReport an error if a struct contains only a flexible...
2011-10-10 Christoph MallonUse $(FIRM_HOME) instead of hardcoding libfirm. Also...
2011-10-10 Christoph MallonBuild the debug version with -O0, not -O2.
2011-09-30 Andreas ZwinkauAdapt CFLAGS according to variant
2011-09-28 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-26 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-23 Manuel MohrSet visibility for compilerlib entities.
2011-09-22 Manuel MohrSet the compilerlib entity creation callback on non...
2011-09-22 Matthias Braunadapt to latest libfirm
2011-09-16 Matthias Braunadapt to latest libfirm
2011-09-15 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-14 Andreas ZwinkauInclude adt/strutil.c within Makefile
2011-09-14 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-14 Christoph MallonWhen doing micro-optimisations, then go all the way...
2011-09-14 Christoph MallonUse streq() instead of strcmp() == 0.
2011-09-14 Christoph MallonUse strstart() instead of strncmp().
2011-09-14 Christoph MallonChange strcmp_underscore() to streq_underscore().
2011-09-14 Christoph MallonMerge the two copies of strcmp_underscore().
2011-09-14 Christoph MallonCorrect checking for well known functions: Properly...
2011-09-14 Christoph MallonFurther correct re-typedef in C++: Even in system heade...
2011-09-14 Christoph MallonMove function descriptions into headers.
2011-09-13 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-13 Matthias Braunadd special treatment for known setjmp/longjmp function...
2011-09-13 Matthias Braunnoreturn, returns_twice, nothrow are method-type attributes
2011-09-13 Sebastian BuchwaldPass -s flag to linker.
2011-09-13 Sebastian BuchwaldFixed typo.
2011-09-12 Matthias Braunfix/improve double typedef exceptions
2011-09-12 Matthias Braunpass -w flag on to preprocessor
2011-09-10 Christoph MallonThe typeof-type is always set, no need to check and...
2011-09-10 Christoph MallonMake get_type_alignment_compound() static.
2011-09-10 Christoph MallonMake sure that get_type_alignment() is not passed a...
2011-09-06 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-05 Matthias Braunparse line-directive flags to detect system headers
2011-09-05 Matthias Braunremove unfinished preproc directive parsing code
2011-09-05 Christoph MallonThe variants of advance_current_object() and descend_in...
2011-09-03 Christoph MallonSkip unnamed bitfield in descend_into_subtype() and...
2011-09-03 Christoph MallonCorrect copy&paste error.
2011-09-03 Christoph MallonThe struct alignment of long double on 32 bit Darwin...
2011-09-03 Christoph MallonThe struct alignment of (unsigned) long long on 32...
2011-08-31 Manuel MohrAdapted cparser to CopyB lowering changes.
2011-08-26 Manuel MohrPass -msoft-float to linker so that the correct librari...
2011-08-24 Andreas ZwinkauEnable the usage of different firm variants
2011-08-24 Andreas ZwinkauDownload libfirm release if no submodule present
2011-08-24 Andreas ZwinkauUse submodule for libfirm binding
2011-08-24 Andreas ZwinkauGenerate revision from git describe
2011-08-22 Matthias Braunadapt to firm va_start changes
2011-08-19 Christoph MallonSimplify sizeof(x) / sizeof(x[0]) to lengthof(x).
2011-08-19 Christoph MallonSimplify iterating over opts[].
2011-08-19 Christoph MallonMerge timers[] into opts[].
2011-08-18 Christoph MallonCorrect size, alignment and rank of long long and unsig...
2011-08-17 Christoph MallonPrevent duplicate entity for variadic paramters.
2011-08-17 Christoph MallonSelect n+1st parameter for va_start.
2011-08-17 Matthias Braunsimplify builtin infrastructure
2011-08-16 Matthias Braunrework atomic and related types
2011-08-16 Christoph MallonAdd missing operand promotion of unary integer expressions.
2011-08-16 Sebastian BuchwaldAdapt cpu_arch after processing a target tripel.
2011-08-16 Andreas ZwinkauAdapt to libFirm API
2011-08-16 Christoph MallonCorrect integer conversion rank of _Bool.
2011-08-13 Matthias Braunfix write_only{12,13}.c testcases
2011-08-13 Matthias Braunremove more unnecessary XXX_INVALID constants
2011-08-13 Matthias Braunremove ENTITY_INVALID
2011-08-13 Matthias Braunrename STATEMENT_INVALID to STATEMENT_ERROR
2011-08-13 Matthias Braunremove EXPR_INVALID, EXPR_ERROR is enough
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-12 Matthias Braundo not crash when printing implicit union/struct selects
2011-08-12 Matthias Braunperform an additional CopyB lowering step as lower_call...
next