libfirm
2008-03-04 Michael Beckclean up code
2008-03-04 Michael Becktest for new tail recursion eliminaton
2008-03-03 Michael Beckremoved useless environment
2008-03-03 Michael BeckSupress warning
2008-03-03 Michael BeckImproved tail recursion optimization:
2008-03-03 Michael BeckAllow to restart SSA construction on a graph in phase...
2008-03-03 Michael Beckcreate irg_set_nloc() and made it global visible
2008-03-03 Michael Beck- renamed init_cons() to firm_init_cons()
2008-02-29 Michael Beck- some doxygen comments added
2008-02-29 Michael Beck- fixed typos
2008-02-29 Michael Beckuse waitq_empty() instead of pdeq_empty()
2008-02-28 Michael Beckinline_leave_functions() can now inline recursive calls
2008-02-28 Michael Becknew_ir_node() uses always flexible array for End nodes
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckadd some comment
2008-02-28 Michael Beckcreate_irg_copy() implemented
2008-02-28 Michael Beckmissing ; added
2008-02-28 Michael Beckadd missing MacroBlock copy
2008-02-28 Michael Beckclone_frame_type() implemented
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-02-28 Michael Beckuse set_nodes_block() instead of set_irn_n(*,-1,*)
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-28 Michael Beckenable -restrict; use -m32 gcc option
2008-02-26 Michael Beckfixed indentation
2008-02-26 Michael Beck- fixed comment
2008-02-25 Michael Beckadd comment
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-02-22 Michael Beck- remove x86 test, seems to be useless
2008-02-22 Christoph MallonSeveral fixes for normal scheduler.
2008-02-22 Michael BeckBugfix:
2008-02-21 Michael Beckadded for upcoming release
2008-02-21 Michael Beckadded for upcoming release
2008-02-21 Michael Beckbugfix: update_scc() must mark already seen SCC nodes...
2008-02-20 Michael Beckremoved verbose output
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckbugfix: do NOT shadow another local var :-(
2008-02-20 Michael Beckbetter lftr:
2008-02-20 Michael Beckadd prototype for set_opt_overflow_unsafe_transform()
2008-02-20 Michael BeckAdd get_opt_overflow_unsafe_transform() option.
2008-02-20 Michael Beckindentation changed
2008-02-20 Michael Beckincrease development version
2008-02-20 Michael BeckAdd cc_frame_on_caller_stk calling convention for alloc...
2008-02-19 Michael BeckHopefully better version of osr:
2008-02-19 Michael Beckfixed commnet, indent
2008-02-18 Michael BeckBugFix: assertion fixed
2008-02-18 Michael Beck- fix fehler109.c:
2008-02-18 Matthias Braunrelease notes
2008-02-18 Matthias Brauncopy associated type instead of removing the lowered_flag
2008-02-18 Matthias Braunbump version number for next release
2008-02-18 Matthias Braunno declaration of free needed
2008-02-17 Matthias Braunwhen lowering 64bit Conds, construct new Cmps/Conds...
2008-02-17 Matthias Braunremove tf_lowered_type flag when cloning method types...
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-02-16 Matthias Braunimplement bitfield dumping for new initializer style
2008-02-16 Matthias Braunfix compile error in bespillremat
2008-02-16 Matthias Braunallow get_mode_one for mode_b
2008-02-15 Matthias Braunfehler109
2008-02-14 Matthias Braunrelnotes for release
2008-02-14 Matthias Braunrelnotes for release
2008-02-14 Matthias Braunneed to include obstack
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-14 Matthias Braunlittle helper script to easy creation of the file list
2008-02-14 Matthias Braunadd obstack and libcore to libfirm
2008-02-14 Matthias Braunremove empty describing files
2008-02-13 Matthias Braundon't mention LIBCORE in public headers
2008-02-13 Matthias Braunrename timing* to stat_timing* to avoid name clashes
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-02-13 Matthias Braunlibfirm timing code adapted from libcore
2008-02-13 Matthias Braunbump version number for release
2008-02-13 Matthias Braunhandle failing tarval computations gracefully
2008-02-13 Matthias Braunmore work on belady3 (still not ready yet)
2008-02-13 Matthias Braunfix arm scheduler
2008-02-13 Matthias Braunremove debug printf
2008-02-12 Matthias Braunfix string initializer emitting 1 char too much
2008-02-11 Michael Beck- BugFix: don't create a Sync, if the memory predecesso...
2008-02-07 Christoph Mallonsvn:eol-style native, svn:keywords Id.
2008-02-07 Christoph MallonFix errors and warnings.
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-01-28 Matthias Braunimplement/fix assembler clobbers
2008-01-28 Matthias Braunimplement/fix assembler clobbers
2008-01-23 Michael Beckset the right macro block header for to upper part...
2008-01-23 Michael Beckmore fixes for part_block()
2008-01-23 Michael Beckuse the new Phi list of blocks
2008-01-23 Michael Beckadd prototypes for *_Phi_next(), _Block_phis()
2008-01-22 Michael Becktypo fixed
2008-01-22 Michael Beck- when fixing teh Phi list, use the new functions
2008-01-22 Michael BeckBetter set support:
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-22 Michael Beckhonors the irg_inline_forced property
2008-01-22 Michael Beckinlining should work again
2008-01-22 Michael BeckC99 features removed
2008-01-22 Matthias Braunyet another spill harness (by the llvm master _sabre_...
2008-01-21 Matthias Braunfirst code for yet another belady spiller (doesn't...
2008-01-21 Matthias Braunadd missing #include
2008-01-21 Matthias Braunfix using_irn_visited in optimized mode
2008-01-21 Matthias Braunimprove docu, use using_block_visited debug help
2008-01-18 Matthias Braunremove obsolete files
next