- Fix some more stuff in ir_spec.py
[libfirm] / ir /
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-18 Michael Beck- BugFix: assure out edges are valid (may be invalid...
2009-04-17 Sebastian Buchwalduse environment also in non-debug mode.
2009-04-09 Moritz KrollRemoved obsolete perl ir spec
2009-04-08 Michael Beck- use FASTCALL, not only regparam on private functions
2009-04-07 Michael Beck- BugFix: we exchange the value param entities, so...
2009-04-06 Michael Beck- fix 25793
2009-04-06 Michael Beck- replace costly bitset_popcount() ==/!=/> 0 by bitset_...
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- use firm debug facility instead of printf()
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-05 Michael Beck- fixed handling of Projs from fragile ops: skip only...
2009-04-04 Michael Beck- indentation
2009-04-04 Michael Beck- constify
2009-04-04 Michael Beck- updated exchange_types() to use the new type flags
2009-04-04 Michael Beck- fixed comment
2009-04-03 Michael Beck- add type flags for constructors/destructors
2009-04-03 Michael Beck- simplified
2009-04-03 Michael Beck- indentation
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-04-01 Michael Beck- use regparam for private functions, instead of fastcall
2009-03-31 Michael Beck- reserve used resources
2009-03-31 Matthias Braunremove pointless sc_argument class, cleanup
2009-03-30 Michael Beck- BugFix: arguments AND globals are not automatically...
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- BugFix: wrong end index fixed
2009-03-21 Michael Beck- register ALL possible addresses yet
2009-03-21 Michael Beck- get_Block_cfgpred_arr() IS supported, but should...
2009-03-20 Michael Beck- added Phi-translation for addresses
2009-03-20 Michael Beck- let %+F print entities of SymConst and Sel instructions
2009-03-19 Michael Beck- simplified memop flags: we NEVER must kill solely...
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 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- 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 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 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...
next