no unnecessary and cryptic abreviations: rename vrfy to verify
[cparser] / driver / firm_opt.c
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-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 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 Matthias Brauncondeval is called jump threading now
2009-04-07 Michael Beck- 2009 patch
2009-03-08 Michael Beck- do not expand the frame size for inner functions...
2009-01-27 Christoph MallonIndendation.
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-03 Michael Beck- free-standing is a negative option
2008-12-11 Christoph MallonResolve warnings.
2008-12-09 Matthias Braunadapt to latest firm changes
2008-12-09 Matthias Braunadapt for latest firm changes
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-12-08 Moritz KrollCompiles now with Cygwin, if -Werror is disabled in...
2008-11-28 Matthias Braunarch_op is no more
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-13 Matthias Braunpass correct modes to 64bit lowerer
2008-11-06 Michael Beck- renamed option end-melt to shape-blocks
2008-10-28 Michael Beck- add option -end-melt
2008-09-29 Michael Beck- set the new combo flag
2008-09-26 Michael Beck- add -finline-max-size= and -finline-threshold= parameter
2008-09-24 Matthias Braunincrease inline limit
2008-09-23 Michael Beck- add missing initialization of have_const_functions
2008-09-23 Matthias Braunhandle DM_CONST, lower inline limit, force optimize_fun...
2008-09-19 Matthias Braunfix gcse
2008-09-04 Matthias Braunconvert more driver code to new style
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-08-28 Michael Beckuse the spare_size flags
2008-08-21 Michael Becksynchronized with edgcpfe: enabled combo by default
2008-08-06 Matthias Braunimplement transparent_union
2008-08-05 Christoph MallonAdd #include <stdbool.h>.
2008-08-04 Matthias Braunnew exprimental phase handling
2008-08-01 Moritz KrollActivate switch lowering
2008-08-01 Matthias Braunplease disable it if it needs further testing...
2008-08-01 Moritz KrollMoved lower_Switch call into irg loop...
2008-08-01 Moritz KrollAdded 'outdefined' call to switch lowering.
2008-07-30 Michael BeckSynchronized with edgfe:
2008-07-25 Matthias Braunrevert accidental commit
2008-07-25 Matthias Braunsupport for libc builtins
2008-07-14 Matthias Braunsync driver with edgfe
2008-07-14 Matthias Braunsync driver with firm
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-06-20 Michael Becksynchronized with eccp
2008-06-06 Michael Becksynchronize with eccp
2008-05-31 Matthias Braunfix rts_mapping code, add alloca mapping
2008-05-30 Michael Becksynchronized with eccp
2008-05-05 Michael Beckchanged for new inline I/F
2008-04-11 Michael Becksynchronized with edgfe, using new inline heuristic
2008-04-03 Michael Beckwe can safely enable set_opt_sel_based_null_check_elim...
2008-03-10 Michael BeckBugFix: compute the layout of the frame types AFTER...
2008-03-06 Matthias Braunremove loop_unrolling opt
2008-02-20 Michael Beckremoved set_opt_overflow_unsafe_transform(), not needed...
2008-02-20 Michael Beckhandle the new overflow_unsafe_transform option right...
2008-02-16 Matthias Braunlower const_code nodes
2008-01-06 Michael Beckopt_funccall() now takes an additional parameter
2007-12-30 Michael Becksynchronize with edgfe:
2007-12-14 Matthias Braunmark_private works again
2007-12-14 Matthias Braundisable cc optimisations for now until they are fixed
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-07 Matthias Braunfixed a bunch of icc warnings
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars