summaryrefslogtreecommitdiffhomepage
path: root/ir/tr/tr_inheritance.c
Commit message (Expand)AuthorAge
* Reorganize include directivesMatthias Braun2017-02-17
* Replace get_{struct|union|class}_XXX with get_compound_XXX where possibleMatthias Braun2015-12-07
* Remove unnecessary #include "debug.h".Christoph Mallon2015-07-19
* remove a bunch of is_XXX firm_kind convenience functionsMatthias Braun2014-09-30
* Make arguments of is_SubClass_of constant.Andreas Fried2014-09-19
* remove type_not_visited() and use !type_visited() insteadMatthias Braun2014-03-31
* remove unused/outdated OO features from core libfirmMatthias Braun2014-02-14
* do not include config.h anymoreMatthias Braun2013-05-04
* coding style cleanup, use C99Matthias Braun2013-03-13
* cleanup: Remove unnecessary #include.Christoph Mallon2012-12-21
* remove license stuff from filesMatthias Braun2012-12-12
* documentation: Remove explicit filename after @file.Christoph Mallon2012-12-12
* remove class cast optimizationMatthias Braun2012-12-04
* cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO...Christoph Mallon2012-12-03
* Add wrapper macros for pset_first() and pset_next(), which have the return ty...Christoph Mallon2012-07-13
* Let foreach_set() declare the iterator variable.Christoph Mallon2012-07-13
* Add the return type as parameter to the macros set_find() and set_insert().Christoph Mallon2012-07-13
* Use foreach_set() instead of reimplementing it.Christoph Mallon2012-07-13
* remove class_inheritance verifierMatthias Braun2011-12-14
* hashptr.h: use inline functions instead of #defineMatthias Braun2011-12-14
* remove unnecessary comments before functionsMatthias Braun2011-12-14
* remove $Id$, it doesn't work with git anywayMatthias Braun2011-11-10
* Fixed inconsistent uses of DEBUG_ONLY.Sebastian Buchwald2011-09-15
* split irg and irp resources, add IRP_RESOURCE_TYPE_LINKMatthias Braun2011-08-04
* fix more cparser warnings, cleanup some libcore codeMatthias Braun2011-06-21
* Fixed some warning about unused variables.Sebastian Buchwald2011-05-27
* Fix polymorphic entity lookup in case method entities are not duplicated in e...Julian Oppermann2011-03-14
* Further spread size_t.Michael Beck2011-02-11
* further spread size_t (all warnings on linux/gcc fixed)Matthias Braun2011-02-09
* Further spread size_t.Michael Beck2011-02-09
* make firm compilable with a c++ compilerMatthias Braun2010-11-04
* Put a space after if/for/switch/while.Christoph Mallon2010-02-13
* Put opening curly brace of functions on a separate line.Christoph Mallon2010-02-13
* use more IR_RESOURCE_TYPE_VISITED, remove pointless inc_master_type_visited c...Matthias Braun2010-02-04
* Rework linkage types in firm.Matthias Braun2010-02-03
* Primitive, Pointer, Array and Method types are anonymous nowMatthias Braun2010-01-05
* - constifyMichael Beck2009-04-07
* - constifyMichael Beck2009-04-06
* rename mangling stuff to avoid name clashesMatthias Braun2008-11-14
* s/\<\(LC_\)\?INLINE\>/inline/.Christoph Mallon2008-10-14
* remove #ifdef HAVE_CONFIG_HsMatthias Braun2008-10-11
* - all visited flags use the ir_visited_t type nowMichael Beck2008-09-22
* s/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.Christoph Mallon2008-09-11
* update copyright messageMichael Beck2008-01-02
* ported to modern debug interfaceMatthias Braun2007-11-16
* - removed useless spacesMichael Beck2007-11-07
* fixed warningsMatthias Braun2007-06-17
* moved external headers into include dirMatthias Braun2007-06-01
* Changed headerMichael Beck2007-04-27
* added new licence headerChristian Würdig2007-04-27