fix cases where compoundlits are constant/get an entity
[cparser] / driver /
2012-11-26 Matthias Braunadapt to change firmstat settings
2012-11-23 Christoph Mallontimer: Enlarge the display space for description and...
2012-11-21 Matthias Braunfold all nodes in the constant code irg regardless...
2012-10-30 Matthias Braunadapt to new timer API
2012-10-30 Matthias Braunadd a phase that optimizes the const-code-irg
2012-06-15 Matthias Braunadapt to latest libfirm
2012-03-01 Matthias Braunfix -O0 still performing local optimizations
2012-02-29 Matthias Braunrework os classification
2012-02-14 Matthias Braundarwin name in target tripple may contain version
2011-12-22 Matthias Braunfix --help display
2011-12-19 Matthias Braundo not use ir_.*_ptr types
2011-11-18 Matthias Brauncleanup driver interface a bit
2011-11-10 Matthias Braunadapt to latest libfirm
2011-11-10 Matthias Braunremove $Id$, it does not work with git anyway
2011-11-04 Andreas ZwinkauUse new libFirm version with localopts phase
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-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-08-31 Manuel MohrAdapted cparser to CopyB lowering 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-16 Andreas ZwinkauAdapt to libFirm API
2011-08-12 Matthias Braunperform an additional CopyB lowering step as lower_call...
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-10 Matthias Braunoptimisation => optimization
2011-06-10 Matthias Braunreorganize firm_cmdline, implement --help-optimization
2011-06-10 Matthias Braunmove -ffp-XXX flags handling to main cparser to be...
2011-05-31 Matthias Brauntrigger flip-flopping normalisation
2011-05-26 Matthias Braunremoving unused entities from the frame should happen...
2011-05-26 Matthias Braunperform a convopt after target lowering, reorder some...
2011-05-11 Matthias BraunRevert "gcse requires unreachable code removed"
2011-05-06 Andreas Zwinkaugcse requires unreachable code removed
2011-05-05 Matthias Braunthere's no need to hide rtsopt from the options
2011-04-27 Matthias Braundo extensive verification by default
2011-04-27 Matthias Braunuse lower_CopyB as a phase
2011-04-14 Matthias Braunfix target-triple handling
2011-04-07 Matthias Braunfix for last commit
2011-04-07 Matthias Braunrefactor machine/os initialisation part so it can be...
2011-03-31 Christoph MallonSimplify/Clean up firm_option().
2011-03-30 Matthias Braunbring gcse back as own phase
2011-03-30 Matthias Braunsimplify more driver stuff and remove more unused options
2011-03-30 Matthias Braunadapt to simplified opt_funccall interface
2011-03-30 Matthias Braunremove a bunch of unimplemented/obsolete commandline...
2011-03-25 Andreas ZwinkauRemove gcse optimization
2011-03-17 Andreas ZwinkauPut parallelize-mem into safe-defaults
2011-03-15 Matthias Braunfix whitespace errors
2011-03-04 Matthias Brauncompound parameter lowering is done in lower_for_target now
2011-02-09 Matthias Braunfix warning
2011-02-04 Christoph MallonWhitespace fixes.
2010-12-01 Matthias Braunadapt to latest libfirm
2010-10-11 Matthias Braunwork when strings are const char*
2010-10-11 Matthias Braunperform archep lowering before the target-lowering...
2010-10-06 Matthias Braunadd -mtriple= to specify target architecture; refactor...
2010-09-22 Matthias Braunadapt to latest libfirm
2010-09-22 Matthias Braunset graph to phase_low directly after running lower_for...
2010-09-10 Matthias Braunadapt to latest firm (no need to explicitely invoke...
2010-08-18 Matthias Braunadapt to libfirm API changes
2010-07-28 Matthias Braunadapt to latest libfirm
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-06-25 Matthias Braunadapt to new firm dumper interface
2010-06-17 Matthias Braunremove unused dbg_printf function
2010-05-28 Matthias Braunfirm backend is not optional anymore
2010-05-25 Matthias Braunmake use of the new possibility to avoid firm_parameter_t
2010-04-15 Matthias Braunenable loop inversion by default seems to be stable now
2010-04-12 Christoph MallonAdd option (-ffp-vrp) for fixpoint VRP.
2010-04-10 Christoph MallonClean up the list of optimisations.
2010-04-07 Matthias Brauncombo should be enabled by default
2010-03-29 Matthias Braunadd missing opt_frame, use per-irg tailrec optimisation...
2010-03-12 Matthias Braunfix warnings and remove unnecessary current_ir_graph...
2010-03-07 Matthias Braunremove unused entities directly before backend so we...
2010-02-10 Jonas FietzAdd option to enable VRP analysis
2010-02-08 Christian Helmercparser now knows 'unroll-loops'.
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-01-22 Matthias Braunast2firm already layouts structs no need to have such...
2010-01-09 Michael BeckFixed some usages of type_name in DBG().
2010-01-07 Matthias Braunfix -O0
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Matthias Braunset dbg_retrieve in ast2firm where it is defined
2010-01-04 Michael BeckFixed broken r26886: bring back debug info for middle...
2010-01-02 Matthias Braunremove gen_firm_asm because I am too lazy to fix it...
2010-01-02 Matthias Braundbg_snprint is no more
2009-12-21 Matthias Braunfix last commit
2009-12-21 Matthias Braunuse functions instead of macros, reformat/reindent
2009-12-21 Matthias Braunadapt to timer changes
2009-12-16 Matthias Braunmost of the -fopt flags are handled now by looking...
2009-11-28 Christoph MallonDo not use tab to align table columns.
2009-11-28 Christoph MallonUnbreak build: loop_optimization() is undeclared.
2009-11-23 Christian HelmerOptions for loop optimization added.
2009-08-07 Matthias Braunextend/fix timing stuff
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Matthias Brauncondeval is called jump threading now
next