minir_dumping should do something usefull now
[libfirm] / include /
2009-08-23 Michael Beck- add missing prototype
2009-08-23 Michael Beck- fixed typo
2009-08-23 Michael Beck- fixed pass manager
2009-08-20 Michael BeckAdd passes for inlining, private methods.
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonRemove the pointless function firm_init_hooks(). Its...
2009-08-19 Christoph MallonUndo r26380, another copy of the comment is still prese...
2009-08-19 Christoph MallonRestore comment, which was lost in r26362.
2009-08-19 Christoph MallonCorrect comments (indentation, typos).
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- properties changed
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Matthias Braunfix double typedef of ir_prog
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-08-16 Michael Beck- add more passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-08-16 Michael Beck- add pass for optimize_graph_df()
2009-08-16 Michael Beck- add pass for combo()
2009-08-16 Michael Beck- add pass for lower_intrinsics()
2009-08-16 Michael Beck- implemented a pass manager, so optimizations could...
2009-08-12 Matthias Braunfix rbitset_is_empty; put opening brace of functions...
2009-08-11 Matthias Braunadd rbitsets_have_common function
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-07-31 Matthias Braundeclare load/store alternative in iroptimize header
2009-07-31 Matthias Braunless abreviations: rebitset_cpy => rebitset_copy
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-10 Matthias Brauncondeval is called Jump Threading now
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
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-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-29 Michael Beck- implemented i_mapper_bswap()
2009-05-27 Matthias Braunremove firmnet and ycomp remote support (avoid unnecesa...
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-15 Michael Beck- more docu added
2009-05-15 Michael Beck- removed useless space
2009-05-15 Matthias Braunadd helper script for updating Makefile.am, update...
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-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-04-06 Michael Beck- fix 25801
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-04 Michael Beck- constify
2009-04-03 Michael Beck- removed commented out code
2009-04-03 Michael Beck- constify
2009-03-31 Matthias Braunremove pointless sc_argument class, cleanup
2009-03-30 Michael Beck- BugFix: arguments AND globals are not automatically...
2009-03-21 Michael Beck- get_Block_cfgpred_arr() IS supported, but should...
2009-03-19 Michael Beck- add rbitset_set_all()
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-03-02 Matthias Braunsimplify hungarian interface
2009-02-21 Moritz Krollirio: Ex/Import non-internal modes
2009-02-21 Moritz Krolltypo
2009-02-21 Michael Beckupdated for rename
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
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: Also dump the frame types of irgs
2009-02-17 Moritz KrollAdded has_entity_initializer() and get_initializer_kind...
2009-02-06 Moritz Kroll- Added ir_export which is supposed to export the whole irp
2009-02-04 Moritz KrollAdded first version of IR importer/exporter
2009-02-02 Michael Beck- add doxygen comments to all functions
2009-01-30 Michael Beck- BugFix: fixed wrong usage of classify_pointer()
2009-01-21 Moritz KrollAdded Dummy node which does not CSE with anything
2009-01-20 Michael Beck- renamed variadicity to ir_variadicity
2009-01-19 Michael Beck- implemented get_irg_value_param_type()
2009-01-19 Matthias Braunnot buggy (said Michael)
2009-01-19 Matthias Braunget_irn_n_edges is implemented nowhere (there's #define...
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 Matthias Braunmin and max are no more
2009-01-14 Michael Beck- add support for cond_eval statistics
2009-01-13 Christoph MallonCorrect documentation of return value.
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
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-24 Michael Beck- gcc uses UD2 for __builtin_trap()
next