renamed cdep type to ir_cdep and placed it into firm_types.h
[libfirm] / include /
2007-11-16 Michael Beckrenamed cdep type to ir_cdep and placed it into firm_ty...
2007-11-16 Michael Beckadd doxygen comments
2007-11-14 Michael Beck- added mapper for hyperbolic functions
2007-11-14 Michael Beck- added more classification functions for floating...
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Michael Becki_mapper_log() added
2007-11-11 Matthias Braunno need to include iroptimize.h in be.h
2007-11-09 Christoph MallonAdd a phase for bool optimisation.
2007-11-08 Matthias Braunadd an get_irg_idx
2007-11-08 Matthias Braunadd support for graph_idx
2007-11-07 Michael Beck- removed useless spaces
2007-11-06 Michael Becktype finalization added
2007-11-06 Michael Beck- added missing skip_tid()
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-06 Michael Beck- made some arguments const
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-03 Matthias Braunstarted updating the automake files
2007-11-03 Matthias Braunmake get_Block_matured get_Block_cfgpred_block accept...
2007-11-01 Michael BeckAdd mapper for strcmp and memcpy
2007-10-31 Michael Beckadd i_mapper_Sqrt() and i_mapper_Pow() for some constants
2007-10-31 Michael Becktarval_is_minus_one() added
2007-10-31 Michael Beckadd doxygen comments
2007-10-19 Michael BeckFixed broken indentation of r16286
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
2007-10-19 Michael Beckrenamed type_state to ir_type_state
2007-10-19 Matthias Braunmake it possible to specify custom mode for set lowering
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-10 Michael Beckadded statistic events for Cmp optimizations
2007-10-10 Michael Becktypo fixed
2007-10-04 Matthias Braun- introduce an "end-block" to the absgraph, so the...
2007-10-04 Michael Beckadd the mode to the asm constraints
2007-10-04 Matthias Braunfirm revision and build changed to strings
2007-10-03 Michael Beckadded get_nodes_MacroBlock()
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-27 Michael BeckRemoved USE_FAST_PHI_CONSTRUCTION and USE_EXPLICIT_PHI_...
2007-09-20 Michael Beck- introduced better running flags
2007-09-18 Matthias Braunremove (probably accidently comitted) write_node/read_n...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Christoph MallonRemove enum tarval_classification_t.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-15 Matthias Braunforgot to comitt 2 files
2007-09-15 Sebastian HackAdded the fabulous Gauss-Seidel linear equation solver...
2007-09-14 Michael Becka & (a ^ b) ==> a & ~b added
2007-09-14 Michael Beck- added DBG_OPT for various transformations
2007-09-13 Michael Beckadd DeMorgan rules that reduce the number of instructions
2007-09-13 Michael Beckadded -(x >>u 31) and -(x >>s 31)
2007-09-13 Michael Beckadd more algebraic optimizations
2007-09-13 Michael Beckis_Cast() added
2007-09-12 Michael Beckadded all constructors for Mulh
2007-09-12 Michael Beckmore support for Mulh nodes
2007-09-12 Michael BeckMulh is now an official opcode
2007-09-06 Michael Beckforbid the Add(x,x) -> Mul(x,2) optimization after...
2007-09-05 Michael Beckimproved MulC implementation
2007-09-05 Michael Beckimplement the Youfeng Wu algorithm for MulC
2007-09-05 Michael Becktarval_divmod added
2007-08-31 Matthias Braunmake display of node idx configurable and disable it...
2007-08-21 Michael Beckirg_block_edges_walk() implemented
2007-08-21 Matthias Braunfix header installation
2007-08-20 Michael BeckAdd - (a - b) = b - a transformation
2007-08-17 Sebastian HackDropped some consts
2007-08-17 Sebastian Hackmore on array sets
2007-08-17 Sebastian HackRemoved old implementaion of fast liveness checks
2007-08-14 Andreas SchösserAdded libfirm version macros again. They are only set...
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-08-03 Matthias Braunadd is_Shl, is_Shr, is_Shrs, is_Rot
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckindentation fixed
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Sebastian HackRemoved the "specializable" arrayset
2007-08-02 Sebastian HackMinor changes
2007-08-01 Michael Beckadd base type for primitive types to better represent...
2007-07-25 Michael Beckadded ieee754 exact flag which allows more cases to...
2007-07-24 Michael Becktarval_ieee754_set_immediate_precision(), tarval_enable...
2007-07-24 Michael Beckindentation fixed
2007-07-24 Michael Beck add symconst_label, node constructors have pin state
2007-07-24 Michael Beckadd symconst_label
2007-07-24 Michael Beckadd prototype for get_irp_next_label_nr()
2007-07-24 Michael Beckir_label_t added
2007-07-23 Michael BeckFS_OPT_FP_INV_MUL added
2007-07-23 Michael BeckCleaned up the tarval handling:
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-20 Matthias Braunautomake updates, set version number from configure...
2007-07-19 Matthias Braunfix mode_arithmetic return
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-16 Andreas SchösserRemoved old "modecodes" that were never registered
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-13 Michael BeckAdd get_block and set_block operations.
2007-07-12 Michael Beckget_mirrored_pnc() added on request
2007-07-11 Sebastian HackAdded sorted array sets.
2007-07-11 Sebastian HackAdded a new version of the live chk
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-07-11 Michael Beckop_Anchor added
2007-07-11 Michael Becktypo fixed
2007-07-11 Michael Beckinproved doxygen docu
2007-07-11 Michael Beckmoved the ip_view_state to firm_types.h
2007-07-11 Michael Beckcommented out JACk support stuff: move to the jack...
next