libfirm
2009-03-02 Matthias Braunsimplify hungarian interface
2009-02-28 Matthias Braunfix some warnings
2009-02-27 Michael Beck- renamed Resource.h into resource.h
2009-02-27 Michael Beck- BugFix: value_param_tp must always exist
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-27 Michael Beck- fixed warnings
2009-02-27 Michael Beck- add doxygen comment
2009-02-27 Michael Beck- fixed comments
2009-02-22 Christoph MallonLINTify: s/fall through/FALLTHROUGH/.
2009-02-22 Christoph MallonAsk env where python is.
2009-02-22 Christoph MallonWhen sorting calls enforce a total order, because qsort...
2009-02-21 Moritz KrollMake Visual Studio happy
2009-02-21 Moritz Krollirio: Ex/Import non-internal modes
2009-02-21 Moritz Krolltypo
2009-02-21 Michael Beck- BugFix: the block of a Confirm can (and is in most...
2009-02-21 Michael Beckupdated for rename
2009-02-21 Moritz Krollirio: Save all attributes of Cond
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-21 Moritz KrollName cond.pred attribute consistent to getter/setters...
2009-02-21 Moritz Krollirio: Map id of body block of const irg to new const irg
2009-02-21 Moritz Krollirio: Improved dump order to allow self-referencing...
2009-02-21 Moritz Krollirio: Save method variadicity
2009-02-21 Moritz KrollFixed set_method_value_param_type()
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
2009-02-20 Moritz Krollirio: Added union support. Save calling_convention...
2009-02-20 Moritz Krollirio: Fixed symbols with same string but different...
2009-02-20 Moritz KrollFixed new_tarval_from_str() for boolean and reference...
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-02-19 Moritz KrollFixed reading infinity floats from strings
2009-02-18 Moritz Krollirio: Added CopyB support
2009-02-18 Moritz Krollirio: Fixed wrong line numbers
2009-02-18 Moritz Krollirio: Added support for Builtin nodes
2009-02-18 Matthias Braunsmall changes to make unionfind a tiny bit more efficie...
2009-02-18 Moritz Krollirio: Fixed importing entities with atomic values
2009-02-18 Moritz Krollirio: Added support for Quot and Mod nodes
2009-02-18 Moritz Krollirio: Also dump the frame types of irgs
2009-02-18 Moritz Krollirio: Implemented importing entity initializers
2009-02-17 Moritz Krollirio: Started adding support for entity initializers
2009-02-17 Moritz KrollAdded has_entity_initializer() and get_initializer_kind...
2009-02-11 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-02-11 Moritz Krollirio: Fixed ir_cons_flags import for Load and Store...
2009-02-10 Michael Beck- ensure that the end block is always last/first
2009-02-10 Michael Beck- skip Confirm and Cast for address calculation
2009-02-10 Michael Beck- BugFixes: WAW can inly be done immediately if both...
2009-02-06 Moritz Kroll- Added ir_export which is supposed to export the whole irp
2009-02-05 Michael Beck- don't call it Schn... it's a symbol table
2009-02-04 Moritz KrollUpdated Visual Studio project. Somehow it doesn't under...
2009-02-04 Moritz KrollPrepare ir_io scripts for Jam
2009-02-04 Michael Beck- add missing Load and Builtin support for opcode()
2009-02-04 Moritz KrollAdded first version of IR importer/exporter
2009-02-02 Michael BeckBugFixes:
2009-02-02 Michael BeckBugFix:
2009-02-02 Michael Beck- add doxygen comments to all functions
2009-02-01 Michael Beck- switch off debug mask
2009-02-01 Michael Beck- fixed exchange
2009-02-01 Michael Beck- new dataflow driven load/store optimization, inspired...
2009-01-30 Michael Beck- BugFix: fixed wrong usage of classify_pointer()
2009-01-28 Matthias Braunupdate NEWS, fix warning, remove unnecessary genconfigu...
2009-01-27 Matthias Brauninitialize backend opcode right after frontend opcodes
2009-01-22 Michael Beck- Bugfix irg_out_block_walk() was doing wrong things...
2009-01-22 Michael Beck- indentation
2009-01-22 Michael Beck- do not create useless Confirm(x == true) and Confirm...
2009-01-21 Moritz KrollAdded Dummy node which does not CSE with anything
2009-01-20 Michael Beck- set this-call when removing trampolines
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunsimply kill the pins in besched phase, everything is...
2009-01-20 Michael Beck- renamed variadicity to ir_variadicity
2009-01-20 Michael Beck- when control flow is changed, invalidate the entity...
2009-01-20 Michael Beck- check for peculiarity_description for inner functions
2009-01-20 Michael Beck- say debug message BEFORE the irg is killed
2009-01-20 Michael Beck- check for entities on the frame only (no more value_p...
2009-01-20 Michael Beck- set the entity state to NOT computed after inlining
2009-01-20 Michael Beck- make a direct call from a trampoline call if possible
2009-01-20 Michael Beck- undo erroneous checkin
2009-01-20 Michael Beck- fixed handling of outer frame access
2009-01-20 Michael Beck- teach the analyzer how to handle inner functions
2009-01-19 Michael Beck- mostly implemented access to outer frame variables...
2009-01-19 Michael Beck- do not lower Sels to outer frame
2009-01-19 Michael Beck- implemented get_irg_value_param_type()
2009-01-19 Michael Beck- do not kick inner functions from the frame type
2009-01-19 Matthias Braunassert that edges are enabled before using them
2009-01-19 Matthias Braunnot buggy (said Michael)
2009-01-19 Michael Beck- Fixed ir_bk_inner_trampoline
2009-01-19 Matthias Braunget_irn_n_edges is implemented nowhere (there's #define...
2009-01-19 Michael Beckcorectly handle this_call
2009-01-19 Michael Beck- added ir_bk_inner_trampoline: this allows to defer...
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2009-01-18 Michael Beck- fixed typos
2009-01-16 Michael Beck- really remove Min/Max, fix r25220
2009-01-16 Michael Beck- BugFix: do NOT dump loop info IF it is not valid
2009-01-16 Michael Beck- add missing \n
2009-01-16 Michael BeckBugFix:
2009-01-16 Matthias Braunmin and max are no more
2009-01-16 Matthias Braunfix warning
2009-01-15 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-14 Michael Beck- add support for statistics and merge debug info
2009-01-14 Michael Beck- add support for cond_eval statistics
next