fix for my last commit
[libfirm] / include /
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()
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-18 Michael Beck- do not use tuple result for builtins, not needed yet
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-15 Matthias Braunremove duplicated macros
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 Braunintroduce fp_no_float_fold flag for frontends which...
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-12 Michael Beck- remove NoMem from keep list
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 Braunless includes
2008-12-10 Matthias Braunadd missing includes
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-12-10 Matthias Braunmove some typedefs to firm_types, move functions from...
next