libfirm
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-19 Christian Würdigremoved unused include
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-19 Christian Würdigfixed signed vs unsigned warning
2007-04-19 Christian Würdigadded new heur4
2007-04-19 Christian Würdigfinished implementation, will compile but is untested yet
2007-04-19 Matthias Braungenerate C89
2007-04-19 Christian Würdigadded cast to avoid compiler warning
2007-04-19 Christian Würdigadded cast to avoid compiler warning
2007-04-19 Christian Würdigchanged key to double
2007-04-19 Christian Würdigfixed CRLF
2007-04-19 Andreas SchösserTransformation from ProjIs to ProjIu now also works...
2007-04-19 Matthias Braunanother fix
2007-04-19 Matthias Braunfix
2007-04-19 Matthias Braunrevert accidentaly mode change of xmm registers
2007-04-19 Matthias Braunfirst step for generating flag datastructures, generato...
2007-04-19 Matthias Braunbespilloc is outdated, unfinished and broken. You can...
2007-04-18 Michael Beckbe_node_get_irn_reg(): nodes of mode_T do NOT return...
2007-04-18 Michael BeckFixed misplaced assert
2007-04-18 Matthias Braunnew pset implementation
2007-04-18 Matthias Braunforgot to add this back
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-18 Matthias Braunsome workaround to avoid condeval creating Phibs which...
2007-04-18 Christian Würdiginitial checkin of priority queue implementation
2007-04-18 Christian Würdiginitial checkin of heur4
2007-04-18 Christian Würdigremoved unused include
2007-04-16 Matthias Braunadded some special cases so spilled unknown get handled...
2007-04-16 Matthias Braun- Fix address_mode optimizer not removing nodes
2007-04-16 Christian Würdigfixed assure constraint (skip Proj)
2007-04-16 Christian Würdigremoved unitialized used vartiable
2007-04-16 Michael Beckmissing files added
2007-04-16 Michael Beckremoved obsolete irphase.h
2007-04-10 Christian Würdigadded newline at end of file
2007-04-10 Michael Beckremoved double ir_phase definition
2007-04-10 Michael Beckirg_reg_walk_func() added
2007-04-10 Michael Beckadded ir_region and ir_reg_tree
2007-04-10 Michael Beckadded natural loop
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckadded initialization of block attributes
2007-04-09 Michael Beckadd structural region attribute to block nodes
2007-04-09 Michael Beckfixed IfThen
2007-04-09 Michael Beckcomments added
2007-04-09 Michael Beckremoved flexible array and set, use lists in implementation
2007-04-08 Michael BeckStructure Analysis initial version, current limitations:
2007-04-06 Matthias Brauncheck that alignment of frame_type is set before using...
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-06 Christoph MallonMake be_spill_belady() static.
2007-04-06 Christoph MallonFix build: add missing typedef for ir_phase and more...
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael BeckRemoved, type now defined in firm_types.h
2007-04-05 Michael Beckremoved warnings
2007-04-05 Michael Beckindentation changed
2007-04-05 Michael Beckk_ir_region added
2007-04-04 Michael Beckindention changed
2007-04-04 Michael BeckC99 feature removed
2007-04-02 Matthias Braunwe save entities not idents in ia32 symconsts now
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-04-02 Matthias Braunfix TLS emitting
2007-04-02 Matthias Braunfix mode for vfild
2007-04-02 Matthias Brauntype fix in comment
2007-04-02 Matthias Braunin the backend we can have arbitrary nodes in the start...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-04-02 Matthias Brauncheck for correct float rounding
2007-04-02 Matthias Braundon't rely on undefined behaviour in optest
2007-03-31 Michael Beckfixed initializer
2007-03-31 Matthias Braundon't let some perl interpret as array...
2007-03-30 Michael BeckCRLF line endings
2007-03-30 Andreas Schösseradded "get_VProj_proj" and "set_VProj_proj"
2007-03-30 Andreas Schösserfixed inline to INLINE
2007-03-30 Andreas Schösserremoved ";"
2007-03-30 Andreas Schösserchanged inline to INLINE, removed C99
2007-03-30 Andreas Schösserchanged inline to INLINE, removed C99
2007-03-30 Christian Würdigfixed inline to INLINE
2007-03-30 Christian Würdigadded missing define for win32
2007-03-29 Christian Würdigfixed phi spilling
2007-03-29 Christian Würdigswitched to ir_nodeset
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Michael BeckRemoved ANNOUNCE macro
2007-03-29 Michael Becknewer version (still seems to be buggy)
2007-03-29 Matthias Braundon't call be_spill_phis for phis of other reg classes
2007-03-29 Christian Würdigadded missing source
2007-03-29 Matthias Brauntest
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-28 Christian WürdigBugFix: spill delayed phis which are not in start workset
2007-03-28 Christian Würdigswitched to ir_nodeset
2007-03-28 Matthias Braunfix firm backend
2007-03-27 Christian Würdignew register requirements
2007-03-27 Christian Würdigadded some convenience function to create and delete...
2007-03-27 Christian Würdigadded comments
2007-03-27 Christian Würdigadded missing source
2007-03-27 Christian Würdigadded missing source
2007-03-27 Christian Würdigfixed typo
2007-03-27 Christian Würdignstall raw_bitfield.h
next