Remove the unused nodes ia32_l_vfdiv, ia32_l_vfmul, ia32_l_vfprem, ia32_l_vfsub.
[libfirm] / include /
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...
2007-07-11 Michael Beckmoved access functions to more locigal places
2007-07-11 Michael Beckupdated macros
2007-07-10 Michael BeckAdd ~x + 1 = -x algebraic simplification
2007-07-10 Michael Beckfixed doxygen docu
2007-07-10 Michael BeckAdd ~(x-1) = -x algebraic simplification
2007-07-10 Michael BeckAdd -(~x) = x + 1 algebraic simplification
2007-07-10 Michael Beckindentation changed
2007-07-10 Michael Beckadded is_Not(), added missing is_Psi() declaration
2007-07-10 Matthias Braunmissing Makefile
2007-07-10 Matthias Braunadd is_Eor
2007-07-09 Michael Beckadd optimizations for Or,And,Eor and Shift
2007-07-09 Matthias Braunadd missing dbginfo.h include
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Michael Beckfixed ir_visited_t type
2007-07-05 Matthias Braundeclare an NULL_OBST
2007-07-04 Matthias Braunalways do if conversion when opt_if_conv is called
2007-07-02 Matthias Braunno trighraphs in comments
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-22 Michael Beckadd the backend_marked flag
2007-06-22 Matthias Braunattribute is pointless here and should have been __attr...
2007-06-21 Sebastian HackAdded string hashing function
2007-06-21 Sebastian HackAdded GCC memset inline hint
2007-06-21 Sebastian HackAdapted to stat events
2007-06-18 Michael Beckremoved prefer fastcall: backends can now decide how...
2007-06-18 Michael Beckmtp_property_private added
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods...
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods...
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-15 Sebastian Hackbitset_min and _max where either buggy or slow. I remov...
2007-06-15 Matthias Braunadded is_And and is_Or
2007-06-13 Sebastian HackFixed some bugs and started statistic code
next