Added gen_ir.py support for Call. Sort generated irio code
[libfirm] / ir / ir /
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...
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
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 Matthias Braunmin and max are no more
2009-01-14 Michael Beck- recode r25185 "the Firm way"
2009-01-14 Moritz KrollConv(X) & all_one(mode(X)) = Conv(X)
2009-01-05 Moritz KrollFixed debug info for defaultProj
2008-12-29 Michael Beck- add ir_bk_outport and ir_bk_inport
2008-12-25 Moritz KrollMake get_idx_irn(irg, idx) public (useful for debugging...
2008-12-25 Michael Beck- add missing ir_bk_debugbreak case
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-19 Michael Beck- fixed CSE and Combo for Builtin nodes
2008-12-18 Michael Beck- more simplification in skip_Tuple
2008-12-18 Michael Beck- always skip tuple, its useless to prevent that
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-15 Michael Beck- renamed cons_flags to ir_cons_flags
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Matthias Braunredefine mode_E to 96 bits
2008-12-13 Matthias Braunfix new_Block users
2008-12-13 Matthias Braunnew_Block should not set curr_block too
2008-12-13 Matthias Braunintroduce fp_no_float_fold flag for frontends which...
2008-12-13 Christoph MallonClean up new_const_code_irg() a bit.
2008-12-12 Michael Beck- remove NoMem from keep list
2008-12-12 Michael Beck- Do not remove keep-alives during optimize_graph_df...
2008-12-12 Michael Beck- implemented remove_End_Bads_and_doublets()
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-12-10 Michael Beck- changed handling of block walks: we might reach a...
2008-12-10 Michael Beck- add a currently non-functioning mtp_property_returns_...
2008-12-09 Matthias Brauninclude be.h in firm.h, assert that get_value/set_value...
2008-12-09 Michael Beck- do not optimize away labeled blocks
2008-12-05 Michael Beck- BugFix: NEVER skip BAD nodes when creating Phi's...
2008-12-05 Michael Beck- BugFix: wrong assertion fixed
2008-12-03 Moritz KrollAdded first version of partial specification for IR...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-28 Matthias Braunfix warning
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-27 Michael Beck- BugFix: use mode_is_reference() instead of != mode_P
2008-11-26 Michael Beck- replce parameter type from size_t to unsigned, so...
next