libfirm
2006-04-07 Christian Würdigadded const irn classifier
2006-04-07 Christian Würdigadded addtional statistics
2006-04-07 Michael BeckAdd some Processor specific instruction selections
2006-04-06 Michael BeckHandle new ia32_isa_t type
2006-04-06 Michael Beckadd code for MinGW gas support
2006-04-06 Michael Beckcreate push ebp/pop ebp for frame pointer setups
2006-04-06 Michael Beckmoved be_return creation to it's own function, allowein...
2006-04-06 Christian Würdigremoved 64bit convs
2006-04-06 Christian Würdigactivated deadnode elimination
2006-04-06 Michael Beckhandle keep-alive Blocks
2006-04-06 Christian Würdigadded attr compare function for converts (fixed Conv...
2006-04-06 Christian Würdigfixed binop emitter for Source AM
2006-04-06 Sebastian HackFixed a bug
2006-04-06 Michael Beckfixed return type of be_set_IncSP_pred()
2006-04-06 Sebastian HackAdded beinsn.c
2006-04-06 Sebastian HackAdded included support for be_insn_t
2006-04-06 Sebastian HackAdded insn support
2006-04-05 Michael BeckAdd tarval attribute to fConst
2006-04-05 Michael Beckremoved the arm_transform_env_t structure
2006-04-05 Christian Würdigfixed ia32_emit_binop
2006-04-05 Christian Würdigfixed DivMods
2006-04-05 Christian Würdigfixed prologue
2006-04-05 Michael Beckused generic functions for transform
2006-04-05 Michael Beckremoved unnecessary tabs
2006-04-05 Christian Würdigadded ia32 optimization options libcore conform
2006-04-05 Sebastian HackGet additional ignore registers from ABI
2006-04-05 Sebastian HackFixed some bugs
2006-04-05 Sebastian HackAdded EOL :-)
2006-04-05 Michael Beckused generic function for the transformers
2006-04-05 Christian Würdigmade omitfp default, option is now noomitfp
2006-04-05 Michael Beckadd support for fp to gp convert
2006-04-04 Michael BeckImplement access functions for machine nodes with machi...
2006-04-04 Christian Würdigfixed commutative flag for adds
2006-04-04 Michael Beckimplemented basic int<->fp conversion
2006-04-04 Michael Beckhandle vfild and vfist needed for mode conversion
2006-04-04 Michael Beckfixed fist/fistp emit
2006-04-04 Christian Würdigskip optimized IncSPs
2006-04-04 Christian Würdigadded function to set be_IncSP pred
2006-04-04 Christian Würdigadded CJmp statistics
2006-04-04 Christian Würdigdebug statistic macros
2006-04-04 Christian Würdigfixed address mode
2006-04-04 Christian Würdigfixed indents, typos
2006-04-04 Michael Beckused new machine user bit 0 to detect x87 instructions
2006-04-04 Michael Beckuse the new machine user bit to mark x87 instructions
2006-04-04 Michael BeckAdd peephole optimization to create Push & Pop, might...
2006-04-04 Michael Beckia32_finish_irg_walker() now always calls peephole...
2006-04-04 Michael BeckPush, Pop, Enter and Leave added
2006-04-04 Michael BeckBugFix: Check that the frame_pointer is a Proj(Barrier...
2006-04-04 Michael Beckbe_get_IncSP_mem() added
2006-04-03 Michael BeckFixed register allocation for fp != sp
2006-04-03 Michael Beckused irtools.h
2006-04-03 Michael Beckfixed prolog & epilog for ebp usage
2006-04-03 Michael Beckadd missing FP_USED()
2006-04-03 Michael Beckinclude "obst.h" instead of <obstack.h>
2006-04-03 Michael Beckused new scheduler interface with nodeset
2006-04-03 Michael Beckadd more info for be_Call and be_IncSP
2006-04-03 Michael Beckused "obst.h" instead of <obstack.h>
2006-04-03 Michael Beckadded DBG_OPT_LEA( to report Lea craetion to the firm...
2006-04-03 Michael Beckadded missing include
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-04-03 Michael Beckbe numbers have the be_ prefix to distinguish them...
2006-04-03 Michael Beckadd missing initialization
2006-04-03 Christian Würdigfixed function param type into const
2006-04-03 Christian Würdigrenamed ppc isa option into ppc32
2006-04-03 Christian Würdigfixed options
2006-04-03 Christian Würdigregister options for cmdline
2006-04-03 Michael Beckchanged for new interface
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckupdated for new i/f and latest backend praktikum changes
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Christian Würdigadded statistics for perm lowering
2006-04-02 Michael BeckBig Changes:
2006-04-02 Michael Beckremoved ia32_register_additional_opcodes(), not needed...
2006-04-02 Michael Beckused entity ld_name
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-04-02 Michael Beckremoved ppc32_register_additional_opcodes(), not needed...
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-04-02 Michael Beckfixed doxygen comments
2006-04-02 Michael Beckremoved mips_register_additional_opcodes(), not needed...
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-04-02 Michael Beckremoved unused be_opt_error_handler()
2006-04-02 Michael Beckadd missing op_be_CopyKeep
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-04-02 Michael Beckinclude "obst.h" instead of hand generated code
2006-04-02 Michael Beckcreate enum for all architecture specific opcodes
2006-03-31 Christian Würdigfixed Jump Tables
2006-03-31 Michael Beckremoved wrong instructions with traps on overflow
2006-03-31 Michael Beckremoved IncSP schedule before me work-around (did not...
2006-03-31 Michael Beckadd ia32 command line handler for fp-unit and architecture
2006-03-31 Christian Würdigextended test file
2006-03-31 Christian Würdigadded silence emitter for Projs and Phis
2006-03-31 Christian Würdigchanged SwitchJmp emitter (but still broken in some...
2006-03-31 Christian Würdigfixed addressmode
2006-03-31 Michael Beckadd functions for command line handling
2006-03-31 Michael BeckFixed docu
next