summaryrefslogtreecommitdiffhomepage
path: root/ir/be/bedump.c
Commit message (Expand)AuthorAge
* be: Refine modelling of additional register pressure.Christoph Mallon2019-03-24
* be: Add the typedef 'be_add_pressure_t' for additional register pressure.Christoph Mallon2019-03-19
* be: Factor out code to decide whether a basic block needs a label.Christoph Mallon2018-05-31
* be: Dump additional register pressure.Christoph Mallon2018-04-28
* Reorganize include directivesMatthias Braun2017-02-17
* be: Improve flag dumping codeMatthias Braun2016-04-25
* be: Remove flag 'aligned' from register requirements.Christoph Mallon2016-03-21
* Fix typos: datastructure -> data structure.Sebastian Buchwald2015-12-21
* bearch: Introduce kills_value constraint and use it for ia32_fisttpMatthias Braun2015-08-21
* be: Dump register information at Projs, too.Christoph Mallon2015-07-28
* be: Give the none register requirement a register class.Christoph Mallon2015-07-27
* Remove the unused function be_dump_ifg().Christoph Mallon2015-07-19
* Remove the unused function be_liveness_dump().Christoph Mallon2015-07-19
* bearch: Use bool:1 instead of a bitset for remainin reg_req typesMatthias Braun2015-07-01
* bearch: rework must_be_different constraintMatthias Braun2015-07-01
* bearch: rework should_be_same constraintMatthias Braun2015-07-01
* Remove produces_sp register constraintMatthias Braun2015-07-01
* remove arch_register_req_type_limited, look whether the limited pointer is !=...Matthias Braun2015-06-19
* cleanup: Move the implementation of bitset_fprint() into .c, to not spill #in...Christoph Mallon2015-05-29
* be: Make the error checks in be_dump_reqs_and_registers() more fine-granular.Christoph Mallon2015-01-29
* belive: Replace the union for head and nodes of the liveness sets by a struct...Christoph Mallon2015-01-09
* be: Remove arch_register_req_type_normal.Christoph Mallon2014-12-04
* be: Cleanup in bedump.Christoph Mallon2014-12-04
* be: Factorise common dump formatters for booleans and registers.Christoph Mallon2014-11-27
* move arch_dump functions to be_dumpMatthias Braun2014-10-18
* merge belive_t.h and belive.hMatthias Braun2014-08-21
* do not include config.h anymoreMatthias Braun2013-05-04
* beifg: Let be_ifg_foreach_node() declare its iterator internally.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
* rework liveness dumperMatthias Braun2012-11-28
* slightly optimize liveness codeMatthias Braun2012-11-26
* Add a wrapper macro for ir_nodehashmap_get(), which has the return type as ad...Christoph Mallon2012-07-13
* Let co_gs_foreach_neighb() declare the iterator variable.Christoph Mallon2012-07-13
* Let foreach_set() declare the iterator variable.Christoph Mallon2012-07-13
* avoid macros in irdump interfaceMatthias Braun2011-12-07
* belive: move dumper to bedump, checker to beverifyMatthias Braun2011-12-05
* introduce bedumpMatthias Braun2011-12-05