cparser
2011-12-22 Matthias Braunfix --help display
2011-12-21 Sebastian BuchwaldFixed wrong enum type.
2011-12-19 Matthias Braunmaturing start and end block isn't necessary anymore...
2011-12-19 Matthias Braundo not use ir_.*_ptr types
2011-12-19 Andreas ZwinkauDo not link on every make invocation
2011-12-08 Matthias Braunfix noreturn attribute
2011-12-07 Matthias Braunignore gcc --unroll-loops
2011-12-07 Matthias Braunupdate NEWS, README
2011-11-28 Matthias Braunfix warnings
2011-11-24 Matthias Brauncompound literals are linker_constants
2011-11-24 Matthias Braunfix non-scalar type initializers
2011-11-24 Matthias Brauncreate constant initializers as entities in data segment
2011-11-18 Matthias Brauncleanup driver interface a bit
2011-11-17 Matthias Braunthe frontend shouldn't care about the inliner
2011-11-17 Matthias Braunalways put a mode into assembler constraints
2011-11-17 Matthias Braunuse ir_export_file so we can also export to stdout
2011-11-17 Matthias Braundo not continue if program import failed
2011-11-10 Matthias Braunadapt to latest libfirm
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[].
next