cparser
2012-04-17 Christoph MallonRemove unnecessary assertion.
2012-04-17 Christoph MallonUse fold_constant_to_tarval() instead of reimplementing...
2012-04-17 Christoph MallonUse create_Const_from_bool() instead of duplicating it.
2012-04-17 Christoph MallonMove a case, which unnecessarily was an explicit if...
2012-04-17 Christoph MallonReformat statement_to_firm() for better readability.
2012-04-17 Christoph MallonUse create_jump_statement() to construct IR for goto...
2012-04-17 Christoph MallonRemove anchors only when they were added before.
2012-04-12 Christoph MallonCorrect expression_to_firm() for compound literals.
2012-04-11 Christoph MallonCorrect the ir_relation used for implicit comparisons...
2012-04-10 Christoph MallonSimplify if_statement_to_firm() so it in particular...
2012-03-29 Christoph MallonSet the correct length for literal suffixes, i.e. do...
2012-03-29 Christoph MallonSplit computed gotos (STATEMENT_COMPUTED_GOTO) from...
2012-03-29 Christoph MallonFix: Walk the expression of computed goto statements...
2012-03-29 Christoph MallonReformat switches for better readability.
2012-03-28 Christoph MallonMake our multi-case macros nicer for code beautifiers.
2012-03-28 Christoph MallonAdd EXPR_ERROR to the precedence list.
2012-03-27 Christoph MallonSimplify printing the seperator (", ") between call...
2012-03-27 Christoph MallonUse for () where it is better suited than while ().
2012-03-27 Christoph MallonUse print_char('x') instead of print_string("x").
2012-03-27 Christoph MallonImprove printing after an inner statement.
2012-03-27 Christoph MallonEnsure that case labels are always printed with the...
2012-03-27 Christoph MallonHandle printing of inner statements systematically...
2012-03-27 Christoph MallonHandle printing of indentation before statements more...
2012-03-27 Christoph MallonLet the callers of print_statement() handle printing...
2012-03-27 Christoph MallonRemove pointless null pointer check.
2012-03-12 Matthias Braunignore config.mak
2012-03-01 Matthias Braunfix -O0 still performing local optimizations
2012-02-29 Matthias Braunupdate libfirm version
2012-02-29 Matthias Braunignore -msse2
2012-02-29 Matthias Braunrework os classification
2012-02-29 Matthias Braunignore TARGET environment variable (Makefiles tend...
2012-02-17 Matthias Braunupdate libfirm reference (so new builtins actually...
2012-02-17 Matthias Braunimplement more builtins
2012-02-14 Matthias Braundarwin name in target tripple may contain version
2012-02-10 Matthias Braunupdate libfirm reference
2011-12-23 Matthias Braunupdate for new release
2011-12-22 Matthias Braundisable download from internet in makefile for now
2011-12-22 Matthias Braunimplement -dumpversion for gcc compatibility
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
next