index
:
libfirm
am-cmp
amd64-fma
autotransform
better-lcssa
beverify
blocksched
boolopt-improvement
closures
constbits.fix
cpu2017
duffs
exc
exc-kahlert
exceptions
execfreq
execfreq-new
firm2vhdl
gitlab-ci-testing
icore
improve-loop-unrolling
inlining
inlining2
jfirm-compat
keep-alive-blocks
lowfat_sanitizer
lto
master
matze_inlining
multi-file
pagecache
pdeq_new
proc-clone
regalloc-compressed
regalloc-compressed-fixes
regalloc-compressed-static
regalloc-reference
riscv
riscv64
rotate
same_as
scalar-replace-copyb
scratchpad_mem
set_b_value
sgraf/and-broken
sparc-double-registers
sparc-double-registers-rebased
target
temp-copy-lower-in-scalar-replace
test-al-al
tmp-amd64-improvements
vfirm
vhdl-backend
Graph-Based Intermediate Representation
matthias.braun@kit.edu
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
be
/
bedump.c
Commit message (
Expand
)
Author
Age
*
be: Refine modelling of additional register pressure.
Christoph Mallon
2019-03-24
*
be: Add the typedef 'be_add_pressure_t' for additional register pressure.
Christoph Mallon
2019-03-19
*
be: Factor out code to decide whether a basic block needs a label.
Christoph Mallon
2018-05-31
*
be: Dump additional register pressure.
Christoph Mallon
2018-04-28
*
Reorganize include directives
Matthias Braun
2017-02-17
*
be: Improve flag dumping code
Matthias Braun
2016-04-25
*
be: Remove flag 'aligned' from register requirements.
Christoph Mallon
2016-03-21
*
Fix typos: datastructure -> data structure.
Sebastian Buchwald
2015-12-21
*
bearch: Introduce kills_value constraint and use it for ia32_fisttp
Matthias Braun
2015-08-21
*
be: Dump register information at Projs, too.
Christoph Mallon
2015-07-28
*
be: Give the none register requirement a register class.
Christoph Mallon
2015-07-27
*
Remove the unused function be_dump_ifg().
Christoph Mallon
2015-07-19
*
Remove the unused function be_liveness_dump().
Christoph Mallon
2015-07-19
*
bearch: Use bool:1 instead of a bitset for remainin reg_req types
Matthias Braun
2015-07-01
*
bearch: rework must_be_different constraint
Matthias Braun
2015-07-01
*
bearch: rework should_be_same constraint
Matthias Braun
2015-07-01
*
Remove produces_sp register constraint
Matthias Braun
2015-07-01
*
remove arch_register_req_type_limited, look whether the limited pointer is !=...
Matthias Braun
2015-06-19
*
cleanup: Move the implementation of bitset_fprint() into .c, to not spill #in...
Christoph Mallon
2015-05-29
*
be: Make the error checks in be_dump_reqs_and_registers() more fine-granular.
Christoph Mallon
2015-01-29
*
belive: Replace the union for head and nodes of the liveness sets by a struct...
Christoph Mallon
2015-01-09
*
be: Remove arch_register_req_type_normal.
Christoph Mallon
2014-12-04
*
be: Cleanup in bedump.
Christoph Mallon
2014-12-04
*
be: Factorise common dump formatters for booleans and registers.
Christoph Mallon
2014-11-27
*
move arch_dump functions to be_dump
Matthias Braun
2014-10-18
*
merge belive_t.h and belive.h
Matthias Braun
2014-08-21
*
do not include config.h anymore
Matthias Braun
2013-05-04
*
beifg: Let be_ifg_foreach_node() declare its iterator internally.
Christoph Mallon
2012-12-15
*
remove license stuff from files
Matthias Braun
2012-12-12
*
beifg: Let be_ifg_foreach_node() declare the node variable.
Christoph Mallon
2012-12-07
*
beifg: Let be_ifg_foreach_neighbour() declare the node variable.
Christoph Mallon
2012-12-07
*
rework liveness dumper
Matthias Braun
2012-11-28
*
slightly optimize liveness code
Matthias Braun
2012-11-26
*
Add a wrapper macro for ir_nodehashmap_get(), which has the return type as ad...
Christoph Mallon
2012-07-13
*
Let co_gs_foreach_neighb() declare the iterator variable.
Christoph Mallon
2012-07-13
*
Let foreach_set() declare the iterator variable.
Christoph Mallon
2012-07-13
*
avoid macros in irdump interface
Matthias Braun
2011-12-07
*
belive: move dumper to bedump, checker to beverify
Matthias Braun
2011-12-05
*
introduce bedump
Matthias Braun
2011-12-05