- implemented __builtin_(ffs|ctz|clz|popcount|parity)
[libfirm] / include /
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-18 Michael Beck- do not use tuple result for builtins, not needed yet
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-15 Matthias Braunremove duplicated macros
2008-12-15 Michael Beck- renamed cons_flags to ir_cons_flags
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Matthias Braunintroduce fp_no_float_fold flag for frontends which...
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-12 Michael Beck- remove NoMem from keep list
2008-12-12 Michael Beck- implemented remove_End_Bads_and_doublets()
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-12-10 Matthias Braunless includes
2008-12-10 Matthias Braunadd missing includes
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-12-10 Matthias Braunmove some typedefs to firm_types, move functions from...
2008-12-10 Michael Beck- add a currently non-functioning mtp_property_returns_...
2008-12-09 Matthias Brauninclude be.h in firm.h, assert that get_value/set_value...
2008-12-09 Matthias Braunchange functions to use the usual ir_ prefix
2008-12-09 Matthias Braunavoid structs in public API where easily possible ...
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Christoph MallonInclude alloca.h only, if HAVE_ALLOCA_H is set.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-26 Michael Beck- replce parameter type from size_t to unsigned, so...
2008-11-22 Christoph MallonUpdate installed header list.
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-11-19 Christoph MallonFix comment.
2008-11-19 Sebastian BuchwaldAdded new_rd_Const_long to header.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-15 Christoph MallonFix typos.
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
2008-11-06 Michael Beck- add missing include
2008-11-06 Michael Beck- removed "firm-jni" hack: unused and questionable...
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-11-06 Michael Beck- add the IRG-LINK resource
2008-11-03 Moritz KrollAdded new storage class for pointer constants
2008-11-02 Michael Beck- fixed RELEASE build
2008-10-28 Michael Beck- implemented apply phase
2008-10-28 Michael Beck- add block Phi list resource
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-27 Michael Beck- introduced IR_RESOURCE_ENTITY_LINK
2008-10-24 Michael Beck- add a hook for normalizing a node
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-16 Moritz KrollYOU MAKE BUNNY CRY (and rebuild the libedgfe!)
2008-10-15 Michael Beck- move the helper irms_is_ to an extra enum to prevent...
2008-10-15 Michael Beck- speed up mode_is_*() calls
2008-10-15 Moritz KrollMade xmalloc.h C++ compatible
2008-10-13 Michael Beck- Fixed doxygen comment
2008-10-11 Matthias Braunremove unused support for wchar idents
2008-10-11 Matthias Braunavaoid gcc extensions here
2008-10-11 Matthias Braun- remove some now unnecessary firm_config.h
2008-10-11 Matthias Braunhooks are always enabled now -> one less option
2008-10-07 Michael Beck- we need irg_walk_blkwise_dom_top_down() instead of
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Michael Beck- implemented irg_walk_blkwise_dom_graph()
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-10-02 Michael Beckadd global_null_ptr_elimination flag
2008-10-02 Michael BeckBugFix of r22380 (fixes 176.gcc):
2008-09-29 Michael Beck- add a combo flag again, so inlining can use combo...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-28 Matthias Braunfix warning in optimized build
2008-09-28 Michael Beck- add and fix some comments
2008-09-26 Michael Becksimplified code, fixed comments
2008-09-24 Matthias Braunpush functions into a priority queue and inline in...
2008-09-24 Matthias Braunrename key to priority in pqueue
2008-09-24 Matthias Brauncleanup pqueue a little bit
2008-09-23 Michael Beck- detected const methods with possible endless loops...
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-23 Matthias Braunmove declaration of inline functions around
2008-09-23 Matthias Braunfree_methods was a bad base for callgraph walks, use...
2008-09-23 Matthias Braunrevive and improve callgraph dumper
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-21 Matthias Braunintroduce a IR_SEGMENT_FIRST
2008-09-21 Matthias Braunmore consts
2008-09-19 Matthias Braunfix optimize build
2008-09-18 Michael Beckadd missing svn:keywords properties
2008-09-18 Michael Beck- add missing prototype
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-18 Michael Beck- add get_compound_graph_path_type()
2008-09-11 Christoph MallonTypo in comment.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-11 Christoph MallonTypo in comment.
2008-09-09 Michael Beck- give enums tags so MSVC debugger is happy
2008-09-09 Michael Becktarval_ieee754_get_mantissa_size() implemented
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-08-26 Michael Beckmore DBG_OPT cases
2008-08-26 Michael Beckfixed meanings of optimizations
2008-08-24 Michael Beckadded skip_Pin()
2008-08-21 Christoph MallonAdd is_Carry(), get_Carry_left(), get_Carry_right().
2008-08-21 Christoph MallonUse Doxygen group comment.
2008-08-21 Christoph Malloncc_fixed is dead, all hail stickyness_sticky!
2008-08-21 Michael Beck- sticky methods can be called from outside (by inline...
2008-08-19 Michael Beckfixed name clash
next