libfirm
2009-03-19 Michael Beck- simplified memop flags: we NEVER must kill solely...
2009-03-19 Michael Beck- add rbitset_set_all()
2009-03-18 Michael Beckfixed comment
2009-03-17 Michael Beck- BugFix: the end block might be unreachable, check...
2009-03-17 Michael Beck- BugFix: use env.rbs_size everywhere
2009-03-17 Michael Beck- BugFix: initialize blocks using teh normal block...
2009-03-13 Michael Beck- BugFix: initialize memop->mem
2009-03-10 Michael Beck- BugFix: new Loads might be removed later, but we...
2009-03-10 Michael Beck- Do not produce Loads WITHOUT memory
2009-03-10 Michael BeckNew still buggy version:
2009-03-10 Matthias BraunPIC fixes for global vars
2009-03-09 Moritz KrollUpdated Makefile.am
2009-03-09 Michael Beck- C99 feature removed
2009-03-09 Michael Beck- C99 feature removed
2009-03-09 Michael Beck- deleted old (and imcomplete) implementation: the...
2009-03-09 Matthias Braunnew register allocator
2009-03-08 Matthias Braunfix
2009-03-08 Matthias Braunanalysis of address_tkane for union types is not that...
2009-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
2009-03-02 Moritz KrollFix .ctors and .dtors section declaration in MinGW...
2009-03-02 Moritz KrollFixed Makefile.am due to r25581
2009-03-02 Moritz Kroll- Fixed masking of upper nibble of bitfield constants...
2009-03-02 Moritz Krollirio: Added support for DivRL
2009-03-02 Moritz KrollRenamed is_Div_remainderless to get_Div_no_remainder
2009-03-02 Moritz Krollirio: Readded support for strictConv
2009-03-02 Matthias Braunadd missing non-inline implementation of get/set_entity...
2009-03-02 Matthias Braunadd alignment to entities
2009-03-02 Matthias Braunpartially revert alignment changes, ELF/GAS seem to...
2009-03-02 Moritz KrollReverted changes from 25529
2009-03-02 Matthias Braunfix some cases of PIC emitting
2009-03-02 Matthias Braunfix alignment for .comm variables
2009-03-02 Matthias Braunremove old files
2009-03-02 Matthias Braunuse DB instead of DBG
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
next