irop: Constify get_op_ops().
[libfirm] / include / libfirm / typerep.h
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallontr: Remove the unused type_info from class types.
2012-12-04 Matthias Braunimprove docu, fix doxygen warnings
2012-12-04 Matthias Braunremove Cast node
2012-11-25 Christoph Mallondocumentation: Update (i.e. mostly delete) information...
2012-05-09 Matthias Braunimprove docu of ir_visibility_external
2012-05-04 Matthias BraunIntroduce IR_LINKAGE_NO_CODEGEN
2012-05-04 Matthias Braunir_visibility cleanup
2012-04-26 Matthias Brauntrverify: cleanup, check irg.entity == entity.irg
2012-03-12 Matthias Braunsupport for variable sized compound/array types
2011-12-21 Matthias Brauntyperep: freeing a type frees contained entities
2011-12-19 Christoph MallonCorrect typos, mostly s/there/their/.
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-15 Matthias Braunadd is_unknown_entity(), is_unknown_type(), is_none_type()
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-14 Matthias Braunremove class_inheritance verifier
2011-12-14 Matthias Braunmove set_entity_irg to private API
2011-12-14 Matthias Braunammend to remove #defines
2011-12-14 Matthias Brauntyperep: remove unnecessary #defines
2011-12-14 Matthias Brauntyperep: remove alternative names
2011-12-09 Matthias BraunRework API documentation
2011-11-17 Matthias Braunupdate documentation
2011-11-17 Matthias Brauntype list fixes
2011-09-22 Matthias Brauncleanup comments in public headers
2011-08-22 Matthias Brauna const parameter is enough for get_method_XXX()
2011-08-22 Matthias Braunadd special constant to represent VA_START-address...
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-20 Andreas ZwinkauRemove type lower functions from API
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-15 Michael BeckMake remove_compound_member() an official API method.
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-01-08 Matthias Braunfix doxygen warnings
2010-11-17 Matthias Braunadd entity_has_ld_ident function
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-28 Matthias Braunremove set_.*_member type functions, as you can too...
2010-10-12 Andreas ZwinkauAPI stripping
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-08-12 Matthias Braundocument the new behaviour of set_entity_owner which...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-06-21 Matthias Braunmove VTABLE_NUM_NOT_SET constant to public header
2010-06-01 Matthias Braunremove todo nodes from public API, they were outdated...
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-21 Matthias Braunallocate memory for overwrites/overwrittenby on demand
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-05-20 Matthias Braunremove unused (and IMO unnecessary) define
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-02-11 Olaf LiebeRemoved ir_common_linkages enum (wrong and not helpful)
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-24 Sebastian Buchwald@note instead of @Note
2009-08-24 Matthias Braunfix comment
2009-08-24 Sebastian BuchwaldMoved file description.
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
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-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
2009-03-02 Matthias Braunadd alignment to entities
2009-02-21 Moritz Krolltypo
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
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-01-20 Michael Beck- renamed variadicity to ir_variadicity
2009-01-19 Matthias Braunnot buggy (said Michael)
2008-12-15 Matthias Braunremove duplicated macros
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-11-19 Christoph MallonFix comment.
2008-09-26 Michael Becksimplified code, fixed comments
2008-09-23 Michael Beck- detected const methods with possible endless loops...
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-19 Matthias Braunfix optimize build
2008-09-18 Michael Beck- add get_compound_graph_path_type()
2008-08-21 Christoph Malloncc_fixed is dead, all hail stickyness_sticky!
2008-08-21 Michael Beck- sticky methods can be called from outside (by inline...
2008-08-13 Michael Beck- fixed fastcall/regparam/thiscall registers for ia32
2008-08-13 Christoph Mallon- Introduce cc_fixed: the calling convention must not...
next