summaryrefslogtreecommitdiffhomepage
path: root/ir/be/beifg.c
Commit message (Expand)AuthorAge
* Reorganize include directivesMatthias Braun2017-02-17
* Remove unused copy statistics.Christoph Mallon2015-07-19
* bearch: Use bool:1 instead of a bitset for remainin reg_req typesMatthias Braun2015-07-01
* cleanup: Remove unnecessary #include.Christoph Mallon2014-12-29
* be: Remove the thin wrapper macro arch_register_class_n_regs().Christoph Mallon2014-11-13
* becopopt: cleanupMatthias Braun2014-08-21
* merge belive_t.h and belive.hMatthias Braun2014-08-21
* remove beintlive_t headerMatthias Braun2014-07-18
* rename error.h to panic.hMatthias Braun2014-05-28
* all: Make formatting of else clauses more consistent.Christoph Mallon2014-04-08
* do not include config.h anymoreMatthias Braun2013-05-04
* cleanup: Remove unnecessary #include.Christoph Mallon2012-12-21
* beifg: Collect ifg statistics in one pass instead of two.Christoph Mallon2012-12-16
* beifg: Factorise code to count interference components.Christoph Mallon2012-12-16
* beifg: Remove be_ifg_connected(), which is just a wrapper for be_values_inter...Christoph Mallon2012-12-15
* beifg: Simplify the implementation of be_ifg_foreach_node().Christoph Mallon2012-12-15
* beifg: Let be_ifg_foreach_node() declare its iterator internally.Christoph Mallon2012-12-15
* beifg: Remove the unused function be_ifg_nodes_break().Christoph Mallon2012-12-15
* beifg: Slightly simplify accumulating the results in be_ifg_stat().Christoph Mallon2012-12-15
* beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_s...Christoph Mallon2012-12-15
* remove license stuff from filesMatthias Braun2012-12-12
* beifg: Let be_ifg_foreach_node() declare the node variable.Christoph Mallon2012-12-07
* beifg: Let be_ifg_foreach_neighbour() declare the node variable.Christoph Mallon2012-12-07
* beifg: Use dom_tree_walk_irg(irg, ...) instead of dom_tree_walk(get_irg_start...Christoph Mallon2012-12-05
* bearch: Use arch_register_req_is().Christoph Mallon2012-11-27
* Let list_for_each_entry(), list_for_each_entry_reverse() and list_for_each_en...Christoph Mallon2012-07-20
* Add the * for the type in foreach_pset() automatically.Christoph Mallon2012-07-13
* Let foreach_pset() declare its iterator variable.Christoph Mallon2012-07-13
* Use foreach_pset().Christoph Mallon2012-07-13
* plug memory leaksMatthias Braun2011-12-22
* introduce bedumpMatthias Braun2011-12-05
* remove irbitset.hMatthias Braun2011-11-14
* remove $Id$, it doesn't work with git anywayMatthias Braun2011-11-10
* rename ir_phase to ir_nodemap and simplify interfaceMatthias Braun2011-10-20
* big refactoring of arch_XXX functionsMatthias Braun2011-08-15
* make firm compilable with a c++ compilerMatthias Braun2010-11-04
* change register allocator and related interfaces to use ir_graph* instead of ...Matthias Braun2010-07-02
* remove general ifg interface and always use ifg_std, this considerably simpli...Matthias Braun2010-06-23
* - fix most of the -Wunreachable-code and -Wlogical-op warningsMatthias Braun2010-03-10
* make firm (mostly) -Wmissing-prototypes cleanMatthias Braun2010-03-09
* Put a space after if/for/switch/while.Christoph Mallon2010-02-13
* keep timer interface simple - no names and descriptions for timers anymore, y...Matthias Braun2009-12-21
* reorganize backend headers (kill some _t variants in favor of a be_types.h)Matthias Braun2009-08-05
* - Part1 of backend reorganisation:Matthias Braun2008-10-23
* remove #ifdef HAVE_CONFIG_HsMatthias Braun2008-10-11
* static.Christoph Mallon2008-10-11
* Remove the unused attribute const arch_env_t *arch_env from struct coloring_t...Christoph Mallon2008-10-11
* Remove the unused parameter const arch_env_t *env from arch_irn_get_flags(), ...Christoph Mallon2008-10-11
* Remove the unused parameter const arch_env_t *env from arch_set_irn_register().Christoph Mallon2008-10-11
* Remove the unused parameter const arch_env_t *env from arch_get_irn_register().Christoph Mallon2008-10-11