Small cosmetic
[libfirm] / include /
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
2007-06-13 Michael Beckadded strictly_dominate functions
2007-06-13 Michael BeckAdded a kill_node() function to support the out edges
2007-06-13 Sebastian HackFiddled around some more
2007-06-13 Sebastian HackForgot to check in...
2007-06-11 Andreas SchösserRemoved functions for accessing VProj nodes
2007-06-10 Sebastian HackFixed a typo
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-06 Michael Beckremoved the get_register_from_name() callback
2007-06-05 Michael Beckopt_change_calling_conventions() added
2007-06-05 Sebastian HackSlimified the bitset implementation a little bit
2007-06-04 Sebastian HackAdded compiler.h for compiler hints, etc.
2007-06-04 Sebastian HackChanged the implementation of nlz in bitfiddle.
2007-06-03 Michael Becksome doxygen comments added
2007-06-03 Michael Beckindentation changed
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckadded constructors for bounded Confirms
2007-06-03 Michael Beckadd explicit types for the visited flag and the excepti...
2007-06-03 Michael BeckAdded next_region_nr attribute to the ir_prog.
2007-06-03 Michael BeckAdded exception region attribute to blocks and confirm...
2007-06-02 Matthias Braunadd is_Minus
2007-06-02 Matthias Braunreturn ident in get_ASM_text
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckremoved wrongly placed
next