cleanup backend: make pre_spill_prepare_constraint independent of chordal allocator...
[libfirm] / ir / ir /
2009-07-31 Matthias Braunfix warning
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-26 Matthias Braunmark get_Block_irg inline to avoid warnings
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-24 Michael Beck- fixed warning
2009-06-24 Michael Beck- add an inline version of get_Block_irg()
2009-06-19 Matthias Braunanother instance of wrong block in new_Proj
2009-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-06-19 Matthias Braun- Get rid of the infamous Start->ProjX->Start backedge
2009-06-18 Matthias Braunfix wrong assert, expor copy_node_attr function to...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-02 Michael Beck- C99 features removed
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-29 Johannes Franzremoved unnecessary test
2009-05-29 Matthias Braunremove double declarataion spotted by cparser
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-15 Matthias Braungenerate a few more things automatically
2009-05-14 Michael Beck- fix r25941
2009-05-14 Christoph MallonFix compile errors.
2009-05-14 Michael Beck- cleaned up irp functions a bit
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-05-12 Matthias Braunimprove comments, remove unnecessary test
2009-05-11 Matthias Braunfix a bunch of stuff in my last commit
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-08 Michael Beck- C99 feature removed
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-05-08 Michael Beck- do not run node_is_in_irg_storage() in release mode...
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-05-07 Matthias Braunfix warning, add a panic when irio imports vector modes
2009-04-18 Michael Beck- removed old global handling artifact
2009-04-18 Michael Beck- improved hash_Const(): no need to hash the mode,...
2009-04-09 Moritz KrollRemoved obsolete perl ir spec
2009-04-03 Michael Beck- add type flags for constructors/destructors
2009-04-03 Michael Beck- simplified
2009-04-03 Michael Beck- constify
2009-04-03 Michael Beck- constify
2009-04-02 Moritz KrollAdded gen_ir.py support for Bound, CopyB, InstOf and...
2009-04-02 Moritz KrollRenamed attr.copyb.data_type to attr.copyb.type
2009-04-02 Moritz KrollAdded gen_ir.py support for Break and Filter
2009-04-02 Moritz KrollAdded gen_ir.py support for Alloc and Builtin
2009-04-02 Moritz KrollRenamed attr.builtin.builtin_tp to attr.builtin.type
2009-04-02 Moritz KrollAdded gen_ir.py support for Call. Sort generated irio...
2009-04-02 Moritz KrollRenamed attr.call.cld_tp to attr.call.type
2009-04-02 Moritz KrollAdded gen_ir.py support for DivRL and strictConv
2009-04-02 Moritz KrollAdded gen_ir.py support for Div, DivMod, Mod, and Quot
2009-04-02 Moritz KrollRenamed attr.divmod.res_mode to attr.divmod.resmode
2009-04-02 Moritz KrollRenamed attr.cast.totype to attr.cast.type. Added Cast...
2009-04-02 Michael Beck- BugFix: do not crash when dumping all-types graph...
2009-04-01 Moritz KrollPrepare for 'production'
2009-04-01 Moritz Krollgen_ir.py:
2009-03-30 Moritz KrollFixed obviously unused InstOf constructor
2009-03-30 Moritz KrollRenamed attr.load.load_mode to attr.load.mode
2009-03-30 Moritz KrollRenamed attr.sel.ent to attr.sel.entity
2009-03-21 Michael Beck- get_Block_cfgpred_arr() IS supported, but should...
2009-03-20 Michael Beck- let %+F print entities of SymConst and Sel instructions
2009-03-18 Michael Beckfixed comment
2009-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
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 alignment to entities
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-28 Matthias Braunfix some warnings
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-27 Michael Beck- fixed warnings
2009-02-21 Moritz KrollMake Visual Studio happy
2009-02-21 Moritz Krollirio: Ex/Import non-internal modes
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 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-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-02-18 Moritz Krollirio: Fixed wrong line numbers
2009-02-18 Moritz Krollirio: Added support for Builtin nodes
2009-02-18 Moritz Krollirio: Fixed importing entities with atomic values
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-11 Moritz Krollirio: Fixed ir_cons_flags import for Load and Store...
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 KrollAdded first version of IR importer/exporter
2009-01-28 Matthias Braunupdate NEWS, fix warning, remove unnecessary genconfigu...
2009-01-27 Matthias Brauninitialize backend opcode right after frontend opcodes
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 Michael Beck- renamed variadicity to ir_variadicity
2009-01-20 Michael Beck- make a direct call from a trampoline call if possible
2009-01-19 Michael Beck- implemented get_irg_value_param_type()
2009-01-19 Matthias Braunassert that edges are enabled before using them
2009-01-19 Michael Beck- added ir_bk_inner_trampoline: this allows to defer...
next