libfirm
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
2008-01-18 Matthias Braunremove obsolete file
2008-01-18 Michael Beckmore support for exceptions added
2008-01-17 Michael Beckfixed wrong variable usage
2008-01-17 Michael Beckadd support for malloc-like routines
2008-01-17 Michael Beckfixed wrong variable usage
2008-01-17 Michael Becksome cleanup
2008-01-16 Matthias Brauntest case for empty asm statements
2008-01-16 Matthias Braunfix the sub to neg_add case when the flags of the sub...
2008-01-16 Matthias Braunfixed a few warnings
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-16 Matthias Braunreset timers after emitting them
2008-01-15 Michael Beckrenamed pmap_foreach to foreach_pmap, like other foreac...
2008-01-15 Michael BeckReplaced bitsets with O(|nodes|^2) memory requirement...
2008-01-14 Matthias Braunmichael said I should commit this fix
2008-01-14 Michael BeckC99 features removed
2008-01-14 Matthias Braunforgot to add new files
2008-01-14 Matthias Braunuse new hashset for edges, making the compiler 5% faste...
2008-01-14 Matthias BraunImplement get_irg_graph_nr in release mode
2008-01-14 Matthias Braunavoid warnings in release mode
2008-01-14 Matthias Braunbug fix for new initializers
2008-01-14 Matthias Braunmake be_transform_node slightly more efficient
2008-01-14 Matthias Braunavoid warning in release mode
2008-01-14 Matthias Braunmeasure chrodal constraints with constraint timer
2008-01-14 Matthias Braunalign timer results
2008-01-14 Matthias Braunimprove efficiency of stats code
2008-01-14 Michael Beckadd some interesting comment ;-)
2008-01-14 Michael Beckreduce the size of the affinity chunk by one
2008-01-14 Michael Beckuse float instead of double to save some space
2008-01-14 Michael Beckcosmetic changes
next