libfirm
2007-05-30 Michael Beckget_divop_resmod() added
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-30 Matthias Braunplace spills after keeps
2007-05-29 Michael Beckfixed turn_into_tuple()
2007-05-29 Michael Beckcopy 'n' paste error fixed
2007-05-29 Michael Beckconvopt.[ch] added
2007-05-29 Matthias Braunspill phis in daemel spiller
2007-05-29 Matthias Braunadded the daemel spiller(tm) :-), it should be similar...
2007-05-29 Matthias Brauncleanups in spill helper code
2007-05-29 Matthias Braunia32 was missing spill cost estimates
2007-05-28 Christoph MallonConstify.
2007-05-28 Christoph MallonRemove unused variables.
2007-05-27 Christoph MallonMake the conv opt analysis and transformation code...
2007-05-26 Christoph Mallon- Push Convs through Phis
2007-05-26 Christoph MallonAdd the -f{,no-}deconv switches do {en,dis}able the...
2007-05-25 Michael BeckBugFix: type conversion must signed extend for the...
2007-05-25 Michael BeckBugFix: _divmod() returned wrong result for -x/x :...
2007-05-25 Michael Beckint instruction added
2007-05-25 Michael BeckUse new result mode and updated X_regular for the runti...
2007-05-25 Michael Beckhandle the new X_regular Proj's
2007-05-25 Michael Beckadd_hidden_param() handle the new X_regular Proj
2007-05-24 Christoph MallonAdd missing break in a switch which caused an incorrect...
2007-05-24 Michael Beckturn_into_tuple() should use get_irn_n(..., -1) instead...
2007-05-24 Michael BeckDo not add Bad nodes to the keep-alive
2007-05-24 Michael Beckfixed verify for new X_regular Proj's
2007-05-23 Michael Beckremoved impossible address modes
2007-05-23 Michael Becksome doxygen comments added
2007-05-23 Michael BeckFixed the (meanwhile wrong) turn_into_tuple(...,4)...
2007-05-23 Christoph MallonCond nodes are a kind of cf node, too. Therefore also...
2007-05-23 Matthias Braunemit .skip if a string initializer is shorter than...
2007-05-23 Matthias Braunfehler 16, found in 255.vortex
2007-05-23 Matthias Braunfix height computation for phi nodes
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael Beckmissing include added
2007-05-23 Michael Beckadded a callback function to check whether a given...
2007-05-23 Michael Beckadd_irn_keepalive()
2007-05-23 Michael Beck- changed Phi0 attribute to be a struct
2007-05-23 Christian Würdigadded some comments
2007-05-23 Michael BeckUsed new Div result mode
2007-05-23 Michael BeckVerify new result mode
2007-05-23 Michael BeckAdd result mode to Division operations.
2007-05-23 Christoph MallonUse the more verbose comment on the edges-execfreq...
2007-05-23 Matthias Braunfix uninitialized variables
2007-05-22 Christoph MallonLoads do not remove any nodes from the exec after sets...
2007-05-22 Christoph MallonFix constness.
2007-05-22 Matthias Braunworkaround
2007-05-22 Matthias Braunliveness variants with ir_nodeset_t
2007-05-22 Matthias Braunfix my last committ
2007-05-22 Matthias Brauncorrect usage of get_irn_generic_attr
2007-05-22 Matthias Braunfix
2007-05-22 Matthias Braunadd get_irn_generic_attr_const
2007-05-22 Christian WürdigBugFix: the order of the coloring is important!
2007-05-21 Matthias Braunsimplify testcase
2007-05-21 Matthias Braundemonstrate another frontend bug
2007-05-21 Matthias Braunbe a bit less exact with float results so we don't...
2007-05-21 Matthias Brauntestcase for conv optimisation bugs
2007-05-21 Matthias Braunfix conv optimisation, remove wrong asserts
2007-05-21 Matthias Braundon't do the tests twice
2007-05-21 Matthias Braunmade testcase smaller
2007-05-21 Matthias Braunmade testcase smaller
2007-05-21 Matthias Braunnext bug found in 179.parser
2007-05-21 Matthias Braunonly use addressmode for 32 bit modes
2007-05-21 Matthias Braunfix it in a more ugly way
2007-05-21 Matthias Braundisable locale
2007-05-21 Michael BeckAdd code to kill dead kept Phi nodes
2007-05-21 Michael BeckBugFix:
2007-05-21 Matthias Braunadd TODO items
2007-05-21 Matthias Brauncommitt the conv optimisation
2007-05-21 Matthias Braunsort reports differently
2007-05-21 Michael BeckFixed an assert
2007-05-21 Michael Beckoptimize_graph_df() now removes superfluous keep-alive...
2007-05-21 Michael Beckget_irn_generic_attr() cannot have a const argument
2007-05-21 Michael BeckHash() should return an unsigned
2007-05-20 Michael BeckFixed the last fix again:
2007-05-20 Michael BeckBugFix for the cfoptbug.c:
2007-05-20 Michael BeckC99 construct removed
2007-05-20 Michael Becklower_hl.h added
2007-05-18 Michael Beck[r13918]
2007-05-18 Matthias Brauninclude lower_hl.h in complete header
2007-05-18 Matthias Braunemit execfreqs for all blocks. ignore the am_flavour...
2007-05-18 Matthias Braunbackends can specify costs for spill and reload
2007-05-18 Matthias Braunrework rematerialisation code to look at execution...
2007-05-18 Christoph MallonLoads shall only remove stores from the exec after...
2007-05-17 Matthias Braunfixed the 'reformatting' of the last committ which...
2007-05-17 Christoph MallonUse the proper magic word (get_Block_n_cfgpreds())...
2007-05-16 Matthias Braunwe should normalize to multiple returns (it's not worki...
2007-05-16 Matthias Braunget_irn_generic_attr supports const ir_node* now
2007-05-16 Matthias Braunsupport for custom attribute types on nodes
2007-05-16 Matthias Braunadjust schedule verifier
2007-05-16 Matthias Braunmore asserts
2007-05-16 Matthias Braunset remat flag for be_StackParam
2007-05-16 Matthias Braunsimplify remat test
2007-05-16 Michael Beckldst2 added
2007-05-16 Michael Beckadd missing include
2007-05-16 Matthias Braunfix
2007-05-16 Matthias Braunfix typo so that irnodeset really uses node numbers...
2007-05-15 Christian Würdigremoved color map (just skip ignore colors in main...
2007-05-15 Christian Würdigbitset_popcnt returns number of set bits as unsigned
2007-05-15 Christian Würdigbe_abi_put_ignore_regs returns now number of ignore...
2007-05-15 Christoph MallonConstify.
next