- moved the imul mem,imm32 splitting into peephole optimizations
[libfirm] / ir / be /
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-01-28 Matthias Braunimplement/fix assembler clobbers
2008-01-28 Matthias Braunimplement/fix assembler clobbers
2008-01-23 Michael Beckuse the new Phi list of blocks
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-18 Michael Beckmore support for exceptions added
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 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-13 Michael Beckdeleted was used uninitialized
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 Beckmade code better debugable
2008-01-10 Michael BeckBugFix: wrong mode used
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 Matthias Braunstarted working on a linearscan spiller (doesn't spill...
2008-01-07 Matthias BraunLongLong test should be compiled in c99 mode
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
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
2007-12-29 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-12-28 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-12-19 Michael Beckchange x86 cpu names to match gcc -march switch
2007-12-17 Matthias Brauneven crazier
2007-12-17 Matthias Braundereferencing function pointers
2007-12-17 Matthias Braunreimplement the long long -> double, conversion. Remove...
2007-12-17 Matthias Braundouble,longlong conv problems
2007-12-14 Michael Beckrestored old behavior of dump_ir_*_sched() functions...
2007-12-12 Matthias Braunone more fehler
2007-12-11 Matthias Braunuse separate command for linking in makereport, remove...
2007-12-10 Michael Beckfixed comment: get_call_abi() get the call type, NOT...
2007-12-08 Matthias Braunfehler104: tarval problems with uneven sub bits
2007-12-07 Michael BeckBugFix: get the high mode from the second result in...
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-12-04 Michael Becktest cparser's __func__ and friends
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-28 Matthias Braunabort if switch gets too big
2007-11-27 Matthias Braunfactor out entity emitter and make sure @NTPOFF is...
2007-11-26 Matthias Braunmissing return 0
2007-11-26 Christoph MallonFixed warning regarding incompatible types in return.
2007-11-25 Michael BeckFixed warning regarding const
2007-11-23 Michael Becksome preliminary long double support
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-22 Matthias Braunremove #if 0 around arch_get_irn_ops, no idea why it...
2007-11-22 Michael Beckuse is_Const()
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-20 Matthias Braunno need to set the entity for array entries in compound...
2007-11-19 Matthias Braunit's irprofile.h now
2007-11-19 Michael Beckused new irprofile.h instead of old beprofile.h
2007-11-19 Michael BeckMoved beprofile to irprofile
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-18 Christoph Mallonreturn 0;
2007-11-18 Christoph MallonRename heapsort(). FreeBSD has a heapsort().
2007-11-17 Christoph Mallonde-bash-ify.
2007-11-16 Matthias Braunfix warnings
2007-11-16 Sebastian HackSome tweaks
2007-11-16 Sebastian HackChanges to the Appel dumper
2007-11-16 Sebastian HackSmaller changes in statistic output bechordal_main.c
2007-11-16 Sebastian HackThe tables can now also have other names.
2007-11-15 Matthias Braunfehler001 problem with endless loops
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Matthias Braunfix handling of default pns in the backend (they don...
2007-11-11 Matthias Brauninclude iroptimize.h
2007-11-09 Christoph MallonAdd crude tests for bool simplifications.
2007-11-08 Sebastian HackSupport ignore nodes
2007-11-08 Michael Beckmore tests added
next