libfirm
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-23 Michael Beckupdated
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-07-23 Matthias Braunplace spill entities at other end of frame
2008-07-22 Michael Beckadded doxygen comment
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-22 Matthias Braundon't break vcg compatibility
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-22 Matthias Braunconst changes and enhancements to irouts
2008-07-22 Matthias Braunmakefile updates
2008-07-21 Michael Beck- lattice elements can now contain Symbolic Constants
2008-07-21 Matthias Braundeactivate/activate are also called for EDGE_KIND_DEP...
2008-07-20 Sebastian Buchwaldtypo
2008-07-20 Sebastian Buchwald- clear action obstack after each application on a...
2008-07-18 Sebastian Buchwaldtypo
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-18 Matthias Braundocument mode_b stuff
2008-07-17 Moritz KrollFixed and simplified rot matcher
2008-07-17 Moritz Krollprint FAILED if reference compiler fails, we don't...
2008-07-17 Moritz Krollrot matcher incorrect
2008-07-16 Michael Beckfixed crop list handling
2008-07-15 Sebastian BuchwaldConvert const node to symconst node with the value...
2008-07-15 Michael Beck- add compute for Sub and Cmp
2008-07-15 Matthias Braun'fix' comment
2008-07-15 Matthias Braunbitop,shift,constant test
2008-07-15 Matthias Braunlocalopts for bitoperations in combinations with shifts...
2008-07-15 Sebastian Buchwaldtypo
2008-07-14 Michael Beckmostly finished version of combo
2008-07-14 Michael Beckvalue_of() is now a simple wrapper around a function...
2008-07-14 Michael Beck- when printing tarvals, differentiate between tarval_b...
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-07-14 Michael Beck- add tarval_top and tarval_bottom as alias for tarval_...
2008-07-14 Matthias Braunirdump_grgen is moved
2008-07-14 Matthias Brauninclude our own header file
2008-07-14 Matthias Braunremove unnecessary include
2008-07-14 Matthias Braunresize should be declared INLINE
2008-07-14 Matthias Braundon't emit debug messages
2008-07-14 Matthias Braundon't emit N_EINCL/N_BINCL as it has to be a proper...
2008-07-10 Michael Beckinitial version of Cliff Click's Combo Optimization
2008-07-09 Matthias Braunfix some situations where too few spills were placed
2008-07-09 Matthias Braunrevert accidental commit
2008-07-09 Matthias Braunrevive belady late spilling
2008-07-09 Matthias Braunsome rot/shift by constant optimisations
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-07-09 Matthias Braunfix warning
2008-07-09 Matthias Braunfix warnings
2008-07-09 Michael Beck- fixed warnings
2008-07-09 Michael Beck -BugFix: exp_gen sets must be cleaned
2008-07-09 Michael Beck- BugFix: Antic_in computation must always add exp_gen
2008-07-09 Michael Beck- BugFix: *__remove_iterator(): after _next(), the...
2008-07-08 Michael Beck- add a doxygen comment
2008-07-08 Michael Beck- small indentation changes
2008-07-08 Michael Beck- small cleanup
2008-07-08 Michael Beckfixed warnings
2008-07-08 Michael Beckremoved unused (and buggy) trans_set, thios is NOT...
2008-07-08 Michael Beckfor now, deactivate edges, they will crash with this...
2008-07-08 Michael Becknew GVN-PRE implementation
2008-07-08 Michael Beck- ir_node_hash() now takes a const ir_node *
2008-07-03 Michael Becklinked versions of irnodeset and irnodemap
2008-07-03 Michael Beckallow derived hashsets to have an own resize
2008-07-03 Michael Beckfixed doxygen comment
2008-07-01 Matthias Braunfix warning
2008-06-30 Michael Beck- can build without iterator
2008-06-27 Michael Beckchange the costs for multiplication in the size case...
2008-06-27 Michael Beckdo a correct rounding when calculating 70%, or small...
2008-06-27 Michael Beckadded be_peephole_before_exchange_and_kill() to fix...
2008-06-26 Christoph MallonFix transformation, when the load mem proj of a dest...
2008-06-25 Michael Beckfixed stabs primitive types: must use decimal limits
2008-06-25 Michael Beck- fixed ir_printf format (%lu and %ld now working)
2008-06-25 Michael Beckfixed handling of modifiers (%ld works now)
2008-06-25 Michael Beck- BugFix: do NOT skip Loads generally, they might creta...
2008-06-25 Michael Beck- fixed stabs output
2008-06-25 Michael Beckfixed some bugs in the pop generation, still not all
2008-06-24 Michael Beckadd test for return padding
2008-06-24 Christoph MallonAdd ARM TstBra and use it for comparison with 0.
2008-06-24 Christoph MallonGammelfix: Add a be_Copy in the ARM prologue for the...
2008-06-24 Christoph MallonFix printing shift amount for ARM mov.
2008-06-24 Christoph MallonAdd 0x prefix for printing ARM IncSP amount in hex.
2008-06-24 Michael Beck- added peephole optimization: transform Load->IncSP...
2008-06-24 Michael Beckbetter usage
2008-06-23 Christoph MallonFix parsing of debug commands.
2008-06-23 Matthias Braunanchor nodes are not real liveness users
2008-06-23 Michael Beckconvert rotl x, const into rotr x,32-const
2008-06-23 Michael BeckImproved version of gen_Rotl()
2008-06-23 Michael Beck- add support for Rotl
2008-06-23 Michael BeckBugFix: always emit the block label for labelled blocks...
2008-06-23 Michael BeckBugFix: cannot change the pin state of already pinned...
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-20 Andreas Zwinkaudump the modify_flags flag, too
2008-06-19 Michael Beck- reduce complexity of remove_End_keepalive()
2008-06-19 Michael Beckfixed indentation
2008-06-19 Michael Beck- BugFix: whech checking Blocks, is_Block_dead() must...
2008-06-19 Michael Beck- be_peephole_IncSP_IncSP() must return the new node
2008-06-18 Sebastian Buchwalddisable CSE in PBQP-transform phase, this is necessary...
2008-06-18 Michael Beck- BugFix: add missing reroute
2008-06-18 Michael Beck- BugFix: when peephole combines two IncSP nodes, let...
2008-06-18 Michael Beck- fixed architecture flags
2008-06-18 Christoph MallonAvoid endless iteration when normalising returns.
2008-06-18 Michael Beck- make normalize_n_returns() more aggressive: remove...
2008-06-18 Michael BeckBugFix: must initialize Blocks with removable
next