summaryrefslogtreecommitdiffhomepage
path: root/ir/opt/garbage_collect.c
Commit message (Expand)AuthorAge
* Reorganize include directivesMatthias Braun2017-02-17
* Fix ir_visibility_external_private handlingMatthias Braun2015-10-05
* Move ir_node struct from irtypes.h to irnode_t.h, remove irtypes.h, cleanupMatthias Braun2015-09-10
* tr: Only IR_ENTITY_NORMAL has an initializer now.Christoph Mallon2014-10-31
* rename error.h to panic.hMatthias Braun2014-05-28
* cleanup, use C99Matthias Braun2014-05-16
* garbage_collect: simplify by using get_irn_entity_attr()Matthias Braun2014-04-15
* garbage_collect: need to follow aliases while markingMatthias Braun2014-04-07
* garbage_collect: cleanup, use C99Matthias Braun2014-04-07
* irprog: Add and use foreach_irp_irg{,_r}().Christoph Mallon2014-03-18
* Split EntConst into Address and Offset.Christoph Mallon2014-01-28
* Split SymConst into EntConst and TypeConst.Christoph Mallon2014-01-27
* further cleanup in get/set_entity_irg/additional_propertiesMatthias Braun2013-10-31
* remove overly complicate pass management codeMatthias Braun2013-05-15
* do not include config.h anymoreMatthias Braun2013-05-04
* cleanup: Remove unnecessary #include.Christoph Mallon2012-12-21
* remove license stuff from filesMatthias Braun2012-12-12
* make remove_irp_irg API privateMatthias Braun2012-10-29
* Remove compound path initializers.Christoph Mallon2012-06-14
* Introduce IR_LINKAGE_NO_CODEGENMatthias Braun2012-05-04
* ir_visibility cleanupMatthias Braun2012-05-04
* 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
* Fixed backward iteration using size_t again.Michael Beck2011-02-11
* use long for now so at least not half the testsuite is brokenMatthias Braun2011-02-11
* Windows has no ssize_t ...Michael Beck2011-02-11
* fix bugs introduced in last commitMatthias Braun2011-02-09
* Further spread size_t.Michael Beck2011-02-09
* make some more optimisations independent of current_ir_graphMatthias Braun2010-10-06
* fix trailing whitespaces and tabulators in the middle of a lineMatthias Braun2010-10-06
* simplify confusing entity/owner interfaces. There is no public way anymore to...Matthias Braun2010-05-21
* Put a space after if/for/switch/while.Christoph Mallon2010-02-13
* don't ignore entities in SelsMatthias Braun2010-02-12
* a new garbage collection pass less conservative than gc_irgs (but does not re...Matthias Braun2010-02-05