remove obsolete file
[libfirm] / ir /
2008-01-18 Michael Beckmore support for exceptions added
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
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-14 Michael Beckused new generic irloop functions
2008-01-14 Michael Beckadd new generic irloop functions
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-13 Michael Beckdeleted was used uninitialized
2008-01-12 Michael Beckmore INTERPROCEDURAL_VIEW #ifdef's
2008-01-12 Michael Beckupdate gigo():
2008-01-12 Michael Beckwhen setting a block to dead, set its dom_depth to...
2008-01-12 Michael Beckcosmetic changes
2008-01-11 Michael BeckC99 features removed
2008-01-11 Matthias Brauntime execfreq
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-11 Matthias Braunonly print irg names when statevs are not enabled
2008-01-11 Matthias Braunrefactor time measurement
2008-01-10 Matthias Braunspillslot timer is removed
2008-01-10 Matthias Braunfix last commit
2008-01-10 Matthias Braunfix time measureing in chordal_regalloc
2008-01-10 Michael BeckImproved checking of partBlocks()
2008-01-10 Michael BeckBugFix: equivalent_node_Bound() was too greedy, reduced...
2008-01-10 Michael Beckmade code better debugable
2008-01-10 Michael Beckimproved doxygen comment
2008-01-10 Michael Beck- is_Bound added
2008-01-10 Michael BeckBugFix: wrong mode used
2008-01-10 Michael Beck- BugFix: ensure that the Unknown node is lowered with...
2008-01-09 Michael Beckadd two assertion to detect uninitialised variables
2008-01-09 Michael Beckfixed release build
2008-01-09 Michael Beck- fixed typo
2008-01-09 Michael Becktypo fixed
2008-01-08 Michael BeckFixed is_exception_flow(), Raise has only "regular...
2008-01-08 Michael Beckdo not use new_Bad(), as this depends on current_ir_gra...
2008-01-08 Matthias Braunfix warning
2008-01-07 Michael Beckget_irn_MacroBlock(): if the Block of a node is Bad...
2008-01-07 Matthias Braunmove statev_sql.py to scripts dir
2008-01-07 Matthias Braunonly timing results to console if statevs are not enabl...
2008-01-07 Michael BeckC99 features removed
2008-01-07 Michael BeckFix assert
2008-01-07 Michael BeckBugFix: is_stored() was completely broken
2008-01-07 Michael Beckensure, that every Block has a MacroBlock header
2008-01-07 Matthias Braunstarted working on a linearscan spiller (doesn't spill...
2008-01-07 Matthias BraunLongLong test should be compiled in c99 mode
2008-01-06 Michael Becksmall BugFix: must check the Store value, not it's...
2008-01-06 Michael Beckfixed detection of malloc property:
2008-01-06 Michael Beck- removed skip_HighLevel()
2008-01-06 Michael BeckDo not mark Sel as an high-level op.
2008-01-06 Michael Beck- edges_assure_kind() added
2008-01-06 Michael BeckCSE now uses MacroBlock() instead of Block for performi...
2008-01-06 Michael Beckget_irn_MacroBlock() added
2008-01-04 Matthias Braunfix for last commit
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-04 Matthias Braunfix warnings
2008-01-04 Matthias Braunfix warning
2008-01-02 Michael Beckupdate copyright message
2008-01-02 Michael Beck- implemented be_Unwind
2008-01-02 Michael BeckYasm don't like fnstsw, requires an %ax argument. Gas...
2008-01-02 Michael Beckadded GNU_FLAVOUR_YASM to support the YASM assembler
2008-01-01 Michael Beckdetect and handle malloc and nothrow functions
2008-01-01 Michael Beckcleaned up code:
2008-01-01 Michael BeckImproved implementation:
2007-12-31 Michael Beckimproved _get_entity_irg() implementation
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-30 Michael Beckeven more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckadd missing include
2007-12-30 Michael Beckmade some function parameters const
2007-12-30 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-12-29 Michael BeckBugFix: must handle regular exception flow
2007-12-29 Michael Becktypo fixed, cleaned up a bit
2007-12-29 Michael BeckHandle MacroBlock edges: These are Block->Block edges...
2007-12-29 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-12-29 Michael BeckFixed critical edges construction: Ignore real exceptio...
next