fix allow_ifconv being called with true/false swapped
[libfirm] / include /
2010-01-28 Christoph MallonMake the documenation of new_*Alloc() consistent: It...
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beck- part_block() does not change the current_block anymore
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2010-01-02 Matthias Braunbe consistent and only add extern C in the firm.h heade...
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-21 Matthias Braunmove iropt_dbg to private API (it had wrong includes...
2009-12-21 Matthias Braundon't include old_fctnames.h in firm.h - don't #define...
2009-12-21 Matthias Braunmove phiclass from public to private API
2009-12-21 Matthias Braunmove irlivechk from public to private
2009-12-21 Matthias Braunmake dfs.h private API
2009-12-21 Matthias Braunmake absgraph.h a private API (it never worked in the...
2009-12-21 Matthias Braunfirm.h was missing timing.h (and maybe others) - conver...
2009-12-18 Christoph MallonCorrect typo in comment.
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
2009-12-16 Matthias Braunput optimisation module init function declarations...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-11-19 Matthias Braunmemset is needed by some macros and defined in string.h
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-13 Michael Beck- add graph pass for edges_verify()
2009-09-05 Matthias Braunallow final_cost pointer to be NULL
2009-09-03 Christoph MallonSort file lists in Makefile.am.
2009-09-03 Christoph MallonAdd missing files to Makefile.am.
2009-09-02 Christoph MallonRemove removed files from Makefile.am.
2009-09-02 Matthias Braunmerge preferences along congruence classes
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-09-02 Christoph MallonCorrect typo in comment.
2009-08-28 Matthias Braunclarify comment
2009-08-26 Michael Beck- fixed r26421
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings.
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-24 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-24 Sebastian BuchwaldUse @version tag
2009-08-24 Sebastian Buchwald@note instead of @Note
2009-08-24 Sebastian BuchwaldUse @p to refer parameters.
2009-08-24 Matthias Braunfix comment
2009-08-24 Sebastian BuchwaldRemoved superfluous comment.
2009-08-24 Sebastian BuchwaldMoved file description.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-24 Sebastian Buchwaldtypo
2009-08-24 Sebastian Buchwaldtypo
2009-08-23 Michael Beck- add missing prototype
2009-08-23 Michael Beck- fixed typo
2009-08-23 Michael Beck- fixed pass manager
2009-08-20 Michael BeckAdd passes for inlining, private methods.
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonRemove the pointless function firm_init_hooks(). Its...
2009-08-19 Christoph MallonUndo r26380, another copy of the comment is still prese...
2009-08-19 Christoph MallonRestore comment, which was lost in r26362.
2009-08-19 Christoph MallonCorrect comments (indentation, typos).
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- properties changed
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Matthias Braunfix double typedef of ir_prog
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-08-16 Michael Beck- add more passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-08-16 Michael Beck- add pass for optimize_graph_df()
2009-08-16 Michael Beck- add pass for combo()
2009-08-16 Michael Beck- add pass for lower_intrinsics()
2009-08-16 Michael Beck- implemented a pass manager, so optimizations could...
2009-08-12 Matthias Braunfix rbitset_is_empty; put opening brace of functions...
2009-08-11 Matthias Braunadd rbitsets_have_common function
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-07-31 Matthias Braundeclare load/store alternative in iroptimize header
2009-07-31 Matthias Braunless abreviations: rebitset_cpy => rebitset_copy
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-10 Matthias Brauncondeval is called Jump Threading now
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-18 Matthias Braunfix wrong assert, expor copy_node_attr function to...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-29 Michael Beck- implemented i_mapper_bswap()
2009-05-27 Matthias Braunremove firmnet and ycomp remote support (avoid unnecesa...
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-15 Michael Beck- more docu added
2009-05-15 Michael Beck- removed useless space
2009-05-15 Matthias Braunadd helper script for updating Makefile.am, update...
2009-05-15 Matthias Braungenerate a few more things automatically
2009-05-14 Michael Beck- fix r25941
2009-05-14 Christoph MallonFix compile errors.
2009-05-14 Michael Beck- cleaned up irp functions a bit
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
next