summaryrefslogtreecommitdiffhomepage
path: root/ir/stat
Commit message (Expand)AuthorAge
* Add OpenBSD support.Brian Callahan2018-05-18
* stat_ev: Only enter/leave maximum priority if stat_ev is enabled.Andreas Fried2017-07-21
* Reorganize include directivesMatthias Braun2017-02-17
* Assign return value for following check.Manuel Mohr2016-11-03
* Remove firmstatMatthias Braun2015-09-19
* Remove hook_merge_nodesMatthias Braun2015-09-19
* Always include irmode_t.h inside libfirmMatthias Braun2015-09-10
* Move ir_node struct from irtypes.h to irnode_t.h, remove irtypes.h, cleanupMatthias Braun2015-09-10
* Simplify interface of be_block_get_entry().Christoph Mallon2015-07-16
* Use a null pointer instead of an artificial disabled pointer for the global f...Christoph Mallon2015-07-16
* Clean up firmstat a bit.Christoph Mallon2015-07-16
* Remove the unused function stat_calc_mean_distrib_tbl().Christoph Mallon2015-07-16
* Remove the unused block sched statistics.Christoph Mallon2015-07-16
* Remove the unused function stat_register_dumper_func().Christoph Mallon2015-07-16
* Remove unused Perm statistics.Christoph Mallon2015-07-16
* cleanup: Remove unnecessary #include <limits.h>.Christoph Mallon2015-01-25
* remove a bunch of unused convenience printers from libcoreMatthias Braun2014-12-31
* debug: Clean up panic messages.Christoph Mallon2014-11-13
* util: Add an use MEMCPY().Christoph Mallon2014-10-27
* stat: Remove the unused if-conversion statistics.Christoph Mallon2014-10-22
* ia32: Remove remaining three optimisation statistics.Christoph Mallon2014-10-22
* stat: Remove unused ia32 stat entries.Christoph Mallon2014-10-22
* stat: Cleanup.Christoph Mallon2014-10-19
* stat: Use an internal identifier instead of (faked) ir_ops.Christoph Mallon2014-10-19
* normalize util.h includesMatthias Braun2014-09-30
* rename proj attribute from Proj to num and change type to unsignedMatthias Braun2014-09-17
* put irg link directly into node attributsMatthias Braun2014-09-17
* cleanup: remove pointless #endif commentsMatthias Braun2014-08-21
* statev: cleanup, optimized hot function, show warnings if something failsMatthias Braun2014-07-08
* rename error.h to panic.hMatthias Braun2014-05-28
* all: Add and use QSORT() and QSORT_ARR().Christoph Mallon2014-04-10
* all: Make formatting of else clauses more consistent.Christoph Mallon2014-04-08
* Generalized ~x + 1 => -x to ~x + C => (C - 1) - x.Sebastian Buchwald2014-03-20
* add more const qualifiers to hook_merge_nodes()Matthias Braun2014-03-14
* all: Do not change current_ir_graph during walking/analyses/...Christoph Mallon2014-03-13
* stat: Do not use current_ir_graph.Christoph Mallon2014-03-04
* irhooks: Remove the parameter ir_graph* from hook_new_node.Christoph Mallon2014-03-04
* Add and use foreach_irn_pred{,_r}().Christoph Mallon2014-02-17
* Split TypeConst into Align and Size.Christoph Mallon2014-01-28
* Split EntConst into Address and Offset.Christoph Mallon2014-01-28
* Split SymConst into EntConst and TypeConst.Christoph Mallon2014-01-27
* get rid of mode_is_datab()Matthias Braun2013-11-12
* Use panic("foo") instead of assert(!"foo").Christoph Mallon2013-07-24
* Fixed wrong computation of start timer.Sebastian Buchwald2013-07-08
* get rid of an explicit Rotl nodeMatthias Braun2013-06-06
* remove overly complicate pass management codeMatthias Braun2013-05-15
* do not include config.h anymoreMatthias Braun2013-05-04
* remove assure_doms from public API, use assure_irg_properties insteadMatthias Braun2013-03-12
* More consequent disabling of statev.Sebastian Buchwald2013-02-11
* stat: Nullify pointers during cleanup.Manuel Mohr2013-01-30