Added index -> node map to irgs
[libfirm] / ir / tr /
2006-05-09 Michael Beckfixed memory leak
2006-03-22 Christoph MallonBugged a fix
2006-03-22 Michael BeckBugFix: used tp instead of frame_type
2006-03-22 Michael Beckframe_alloc_area() added
2006-03-15 Michael Beckadded some macros for easier decoding of ptr_access
2006-03-05 Michael Beckclean up code
2006-03-03 Michael BeckBugFix: = was erronously used instead of ==
2006-02-21 Michael Beckfixed the type of the entity number
2006-02-21 Michael Beckfixed the type of the type number
2006-02-21 Michael Beckmade get_entity_nr() 64bit safe
2006-02-20 Michael Beckadded missing initialization
2006-02-14 Michael Becktypo fixed
2006-02-14 Michael Beckadd type flags replacing old frame_type and type state...
2006-02-08 FIRM Projekt Accountrenamed, poor firmjni construction cannot handle "final"
2006-02-02 Michael Beckadded type info and final flag to class types
2006-01-30 Michael Beckmore debug output
2006-01-27 Michael Beckmore debug output on failure
2006-01-27 Michael BeckBugFix: wrong op called
2006-01-27 Michael Beckget_union_member_index() and get_compound_member_index...
2006-01-27 Michael Beckget_member_index type operation added
2006-01-13 Michael Beckremoved unneeded includes
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-11 Michael Beckrenamed all type 'type' to new ir_type
2006-01-07 Michael Beckmore checks and diagnostic output added
2006-01-02 Michael Beckmake defines for identical enums (firmjni build process...
2005-12-31 Michael Becktrvrfy uses now verification flags
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-30 Michael Beckchanged names of unknown and none tpop
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-28 Michael Beckstruct type renamed to struct ir_type
2005-12-27 Michael Beckincludes firm_types.h now
2005-12-27 Michael Beckthe type 'type' is now called ir_type
2005-12-27 FIRM Projekt Accountworkaround for GCC's overflow bug
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-12-22 Michael Beckfixed fastcall and added function to set the number...
2005-12-08 Christian Würdigadded missing include
2005-12-05 Michael Beckadded missing stdio.h
2005-11-28 Michael Beckget_default_cc_mask() added
2005-11-28 Michael Beckget_default_cc_mask() added
2005-11-24 Sebastian HackFixed a typo
2005-11-18 Michael Beckfixed comments
2005-11-18 Michael BeckBugFix: true was wrongly converted to 0
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-14 Michael Beckcheck calling conventions for method types in equal_typ...
2005-11-13 Michael Beckreplace get_type_size() by get_type_size_bytes() and...
2005-11-09 Christian Würdigfix gcc 3.x hex const
2005-11-08 Michael Becka method type now has calling conventions and additiona...
2005-11-08 Michael Beckcalling convetions are now read from the method type
2005-11-08 Michael Beckcalling conventions are now stored in the method type
2005-11-04 Michael Beckparam_weight and param_access must be flexible arrays
2005-11-01 Michael Beckparam_weight added
2005-10-31 Michael Becknew_d_Unknown did not take a dbg_info parameter
2005-10-30 Michael Beckconvinience macros using 'base type' instead of 'super...
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info parameter
2005-10-28 Michael Beckused new tp_op_ops: removed most switches in tpop
2005-10-28 Michael Beckto_op_ops created, alloweing new type kinds to be creat...
2005-10-25 Michael Beckptr_access_store added
2005-10-25 Christian Würdigremoved useless includes
2005-10-24 Michael Beckpointer parameter access field added
2005-10-24 Michael Becknew entity hook added
2005-10-21 Michael Beckfirm_types.h used
2005-10-21 Michael Beckused firm_types.h now
2005-10-21 Michael Beckptr_access_kind type added
2005-10-19 Michael Beckadd win32 C function mangling
2005-10-17 Michael Beckadded calling conventions to entities
2005-10-11 Michael Beckuse INT_TO_PTR( macros for clean 64 bit compile
2005-09-08 Michael Beckadded additional graph properties, these can be set...
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-08-31 Michael BeckFixes for GCC 4.0: void * and pointer to function are...
2005-08-23 Michael BeckBugFix: add_compound_ent_value() did not generate right...
2005-08-18 Michael Beckenabled type_visited() function again
2005-08-18 Michael Beckremoved definition of old type_visited flag
2005-08-17 Michael Beckresreuctures compound path to make allocation/deallocat...
2005-08-16 Michael Beckfixed copy'n'paste error
2005-08-14 Götz Lindenmaierbugfix
2005-08-12 Michael Beckchanged back to old visit order
2005-08-12 Michael Beckcurrent_ir_graph must be set EVEN iff the raw interface...
2005-08-11 Michael Beckused now always the visited functions, no more access...
2005-08-11 Michael Beckrenamed type_visited to firm_type_visited
2005-08-11 Michael BeckBugfix: unset debug info is now initialized with NULL
2005-08-11 Michael Beckrenamed global flag type_visited into firm_type_visited
2005-08-03 Michael Beckused new mode_P_data instead of mode_P_mach
2005-08-03 Michael Becktypo fixed
2005-08-03 Michael Beckchanged mode_P_mach into mode_P_code
2005-08-01 Michael Beckadded flag for frame types
2005-08-01 Michael Beckfixed doxygen comment
2005-08-01 Michael Beckadd new_frame_type() and is_frame_type() functions
2005-07-26 Michael Beckused functions from entity_t.h and type_t.h to access...
2005-07-26 Michael Beckbugfix
2005-07-26 Michael Beckfixed some typos
2005-07-22 Michael Becktypos fixed
2005-07-22 Daniel Grund*** empty log message ***
2005-07-21 Götz Lindenmaierbugfix
2005-07-20 Michael Beckadding assertion to prevent recursive compound types
2005-07-11 Michael Beckfixed doxygen docu
2005-07-11 Michael Beckdoxygen docu updated
2005-07-06 Michael Becktypo fixed
2005-07-01 Götz Lindenmaieradded new check routines
next