libfirm
2008-04-07 Michael Beck- optimize Tuple nodes away before calling scalar repla...
2008-04-07 Michael Beck- Do not set phase_low here. currently ssa-construction...
2008-04-07 Michael Beck- uses new SSA constructor interface, shortening and...
2008-04-05 Michael Beckupdated
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-05 Michael Beckswitch scalar replacement to new style debug output
2008-04-05 Michael Beckafter inlining, the loop-info is inconsistent
2008-04-05 Michael Beck- init function for inlining added
2008-04-04 Michael BeckImproved inliner: rerun scalar_replacement() if address...
2008-04-04 Michael BeckImproved param weights: handle Id and Tuple nodes
2008-04-04 Michael BeckBugFix:
2008-04-04 Michael BeckBugFix: store the weigths to the right location
2008-04-04 Michael Beckfixed obstack initialization, removed unused variable
2008-04-04 Michael Beck- only local visible methods get the big benefice
2008-04-04 Michael Beckfixed indentation, deleted useless comment
2008-04-04 Michael Beckcalculate benefice on real callee
2008-04-04 Michael Beckno bonus for recursive inlining
2008-04-04 Michael Beckfixed warnings
2008-04-04 Michael Becknew benefice based heuristic inliner added
2008-04-04 Andreas Zwinkauadd missing include <config.h>
2008-04-04 Matthias Braunadd missing else for data in data section
2008-04-04 Michael Beck- improced param weight calculation
2008-04-04 Michael Beckcosmetic
2008-04-04 Michael BeckMoved inlining and DCE (which is implemented like inlin...
2008-04-04 Michael Beck- code cleanup
2008-04-04 Michael BeckC99 features removed
2008-04-04 Michael Beckhandle the macro block properly
2008-04-04 Michael Becksome cosmetic
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-04-03 Matthias Braunmake mangle3 public
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-04-03 Matthias Braunfix warnings
2008-04-03 Michael Beckimproved Cmp(x, 0) optimizations
2008-04-02 Matthias Braunfix warning
2008-04-02 Matthias Braunhelper function for creating unique identifiers
2008-04-02 Michael Beckswitch off usage of global_pointer again: globals are...
2008-04-02 Christoph MallonSkip Projs in cost calculation.
2008-04-02 Michael Beckadd list_head typedef
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Christoph MallonRemove dead code.
2008-04-02 Michael Beckadd is_Global() and get_Global_ent()
2008-04-02 Michael BeckC99 features removed
2008-04-02 Michael Becksome comments added and fixed
2008-04-02 Michael BeckC99 features removed
2008-04-02 Michael Beckfixed Win32 build
2008-04-02 Michael Beckskip Bitfield Sels when doing memory disambiguation
2008-04-02 Christoph MallonMake Ld/St parallelisation work (but seems to be broken...
2008-04-01 Matthias BraunMove grgen stuff to seprarate directory (will adapt...
2008-04-01 Andreas Zwinkauinserted pbqp transformation step
2008-04-01 Andreas Zwinkaumoved firmext code into the backend dir
2008-04-01 Christoph MallonAllow exchanging nodes with oparity_dynamic and delete...
2008-04-01 Christoph MallonImprove equivalent_node_Sync() and transform_node_Sync...
2008-04-01 Christoph MallonAdd del_Sync_n().
2008-04-01 Michael Beckrenamed functions to clarify its usage
2008-03-31 Christoph MallonMove Syncs out of the way before removing a block.
2008-03-31 Christoph MallonLet the Syncs float!.
2008-03-31 Christoph MallonDo not dump block edges for blocks.
2008-03-31 Andreas Zwinkaufixing grgen dumper to autogenerate file names
2008-03-30 Matthias Braunsome mach-o related fixes
2008-03-30 Matthias Braunmore elegant solution for tls dumping
2008-03-30 Matthias Braunsimplify begnuas.c by not sorting entities into sections
2008-03-30 Matthias Brauncleanups
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-30 Matthias Braunremove pointless continues
2008-03-30 Matthias Braunimprove debug message
2008-03-30 Matthias Braunreference are integermode too for the backend
2008-03-30 Matthias Brauncleanup/fix arm callflags
2008-03-30 Matthias Braunsimplify testcase
2008-03-30 Matthias Braunversion bump
2008-03-30 Matthias Braunremove duplicated obstack.h declare obstack_printf
2008-03-30 Matthias Braunadd missing include
2008-03-30 Matthias Braundon't rely on obstack hacks
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-03-22 Matthias Brauntest commit
2008-03-20 Michael Becktestcase for new Confirm code
2008-03-20 Michael Becksmall improvements:
2008-03-20 Michael Beckfixed comment
2008-03-20 Michael Beckwhen propagating constants in the x == Const case,...
2008-03-20 Michael Beckis_Abs() added
2008-03-19 Michael BeckBugFix: scalar replacement should not remove volatile...
2008-03-19 Matthias Braunsetjump test
2008-03-17 Christoph Mallon- Fix comments
2008-03-16 Sebastian HackBelady2 fixes
2008-03-16 Sebastian HackAdded functions to set a range of bits to 1 or 0
2008-03-12 Michael Beckuse .word instead of .value, older gas don't support it
2008-03-12 Michael Beckneed suffixes for mvf, mnf
2008-03-11 Michael Beckset the isa right
2008-03-11 Michael Beckinstructions with immediates are not commutative
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckfixed CondJmp attributes
2008-03-11 Michael Beckset the global isa object
2008-03-11 Michael Beckuse assure_irg_outs()
2008-03-11 Matthias Braunfix out flags for mode_T nodes
2008-03-11 Michael Beckupdated be_AddSP semantics
2008-03-11 Matthias Braunwe do need stack:I|S...
2008-03-11 Matthias Braunstack:S is enough no need to specify I (explicitely)
next