fix a bunch of stuff in my last commit
[libfirm] / include /
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...
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 Matthias Braunchange functions to use the usual ir_ prefix
2008-12-09 Matthias Braunavoid structs in public API where easily possible ...
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Christoph MallonInclude alloca.h only, if HAVE_ALLOCA_H is set.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-26 Michael Beck- replce parameter type from size_t to unsigned, so...
2008-11-22 Christoph MallonUpdate installed header list.
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-11-19 Christoph MallonFix comment.
2008-11-19 Sebastian BuchwaldAdded new_rd_Const_long to header.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-15 Christoph MallonFix typos.
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
2008-11-06 Michael Beck- add missing include
2008-11-06 Michael Beck- removed "firm-jni" hack: unused and questionable...
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-11-06 Michael Beck- add the IRG-LINK resource
2008-11-03 Moritz KrollAdded new storage class for pointer constants
2008-11-02 Michael Beck- fixed RELEASE build
2008-10-28 Michael Beck- implemented apply phase
2008-10-28 Michael Beck- add block Phi list resource
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
next