Added MRIS scheduling preprocessor
[libfirm] / ir /
2006-04-11 Sebastian HackAdded MRIS scheduling preprocessor
2006-04-11 Sebastian HackMinor changes
2006-04-11 Michael BeckBugFixes:
2006-04-11 Christian Würdigset add with immediate commutative
2006-04-11 Christian Würdigfixed am optimizer
2006-04-11 Christian Würdigadded cast to avoid warning
2006-04-11 Christian Würdigfixed copy insertion
2006-04-11 Christian Würdigfixed Source AM
2006-04-11 Christian Würdigremoved ident stuff
2006-04-11 Christian Würdigfixed statistic calls
2006-04-11 Michael Beckadd a memory input to all constants, needed for the...
2006-04-11 Michael Beckremoved warnings
2006-04-11 Michael Beckdirectly call stat_be_block_regpressure() and stat_be_b...
2006-04-10 Michael BeckImplemented full list scheduler using delay and earlies...
2006-04-10 Christian Würdigadded permutation lowering statistics
2006-04-10 Michael Beckbestat is only compiled if FIRMSTAT is defined
2006-04-10 Michael Beckadd a Keep of the vfCom eax output
2006-04-10 Michael BeckFixed be_Return simulation: pop the stack only if float...
2006-04-10 Michael Beckforeach_nodeset() ideom added
2006-04-10 Michael Beckbe_Return nodes now have an attribute telling the numbe...
2006-04-10 Sebastian HackFixed a typo
2006-04-10 Christian Würdigchanged function variables type
2006-04-10 Christian Würdigchanged labels back to block number instead of lokal...
2006-04-10 Sebastian HackMake keep nodes in return blocks dead if there are any
2006-04-10 Christian Würdigfixed be_sched_ready statistics
2006-04-09 Michael BeckAdd floating point compares
2006-04-08 Christian Würdigadded scheduling statistics for number of ready nodes
2006-04-08 Michael Beckrenamed register classes
2006-04-08 Michael Beckused new outs feature
2006-04-08 Michael Beckhandle empty comments in automatic emitters right
2006-04-08 Michael Beckadd comment for new outs feature
2006-04-08 Michael Beckused new outs feature
2006-04-08 Michael BeckUsed new node index so hash node sets ... convert the...
2006-04-08 Michael BeckAdded an assertion to find next time wrong compare...
2006-04-08 Michael BeckFixed a nasty bug: wrong compare function was used
2006-04-07 Michael Beckused new "outs" feature
2006-04-07 Michael BeckAdded "outs", allowing to specify that a node has more...
2006-04-07 Christian Würdigremoved printf
2006-04-07 Christoph MallonMissing \n at EOF
2006-04-07 Adam Szalkowskifixed wrong dependencies which caused recompilation...
2006-04-07 Christian Würdigadded reg pressure statitics
2006-04-07 Christian Würdigadded missing includes
2006-04-07 Christian Würdigfixed indents
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>
next