minir_dumping should do something usefull now
[libfirm] / include /
2010-04-29 Matthias Braunugly cheat so the java binding generator uses the name...
2010-04-26 Christoph Mallons/full\>/ful/.
2010-04-15 Matthias Braunauto* updates
2010-04-13 Matthias BraunSlightly improve documentation.
2010-04-12 Michael BeckAdd pass constructor C99 feature removed.
2010-04-12 Christoph MallonAdd minimal fixpoint VRP.
2010-04-09 Michael BeckPartly undo r27277 and add a prototype for (formally...
2010-04-09 Michael BeckAdd a type_dbg_info_ptr type, just like all others.
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-03-01 Matthias Braunraw_bitset dependes on bitfiddle and other internals...
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas Fietzadd some documentation to vrp.h
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-02-24 Matthias Brauncleanups and bugfixes in the tarval module and a new...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-19 Christoph MallonUpdate/correct documentation about SymConsts.
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonRemove whitespace at EOL, remove empty lines at beginni...
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-11 Olaf LiebeRemoved ir_common_linkages enum (wrong and not helpful)
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-09 Christian HelmerAdded missing do_loop_unrolling
2010-02-08 Matthias Braunmake firm compile again
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-04 Matthias Braunoops
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckAdd get_tarval_lowest_bit() and get_tarval_popcnt(...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
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
next