add missing include
[libfirm] / ir / be /
2007-05-15 Christian Würdigremoved color map (just skip ignore colors in main...
2007-05-15 Christian Würdigbe_abi_put_ignore_regs returns now number of ignore...
2007-05-15 Christoph MallonConstify.
2007-05-15 Christoph MallonRemove unused variable.
2007-05-15 Christian Würdigfixed strange obstack usage
2007-05-14 Christian Würdigfixed handling of other_same/other_different constraint...
2007-05-14 Christian Würdigremoved unused function
2007-05-14 Christian Würdigrevert iteration direction over interfering neighbours
2007-05-14 Andreas SchösserBugFix: skip_Proj when asking for should_be_same requir...
2007-05-14 Matthias Braunreuse old proj numbers for projs where only the mode...
2007-05-14 Christian Würdigpartly reverted and reimplemented the changes from...
2007-05-14 Michael Beckgen_decls removed
2007-05-14 Matthias Braunwe can convert reference to mode_Iu now
2007-05-14 Matthias Braunupdate docu
2007-05-13 Matthias Brauntcc testprogram
2007-05-13 Matthias Braunmove worst.c to extreme/ dir so it is not tested in...
2007-05-13 Matthias Braunworkaround memperm problems with different entity sizes...
2007-05-13 Matthias Braunrevert accidentally comitted changs in recursive.c
2007-05-13 Matthias Braunallow specification of names for in parameters in spec...
2007-05-13 Matthias Braunnew file demonstrating array initializer bugs
2007-05-13 Matthias Braunptr2int conversion test
2007-05-13 Matthias Braunfile demonstrating a control flow optimisation bug
2007-05-12 Michael BeckSet the initial EBP Proj to ignore.
2007-05-11 Christian Würdiginitial checkin of a function with really large basic...
2007-05-11 Christian Würdigadded some defines for node inputs
2007-05-11 Michael Beckcalculate chunks on demand (saving memory)
2007-05-11 Christian Würdigreduced stack overhead by transforming nodes as early...
2007-05-11 Matthias Braunppc32 gen_decls is not used anymore
2007-05-10 Michael Becksome doxygen comments added
2007-05-10 Michael Becktypo fixed
2007-05-10 Michael BeckAlign the size of Alloc/Free nodes to the stack minimum...
2007-05-10 Michael Beckdoxygen comments added
2007-05-10 Michael Beckchanged type to unsigned to suppress warnings
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-05-10 Sebastian HackSmall changes
2007-05-10 Sebastian Hackfixed a compile error:
2007-05-10 Matthias Braunreformatted, add is_ia32_Store8Bit to is_ia32_St
2007-05-09 Matthias Braunlast change with mode suffix was wrong for x87 nodes...
2007-05-09 Matthias Braunnodes that support dest AM aren't always mode l
2007-05-09 Matthias Braunmode suffix changes
2007-05-09 Matthias Braunseveral fixes to dest address mode
2007-05-09 Matthias Braunwe can only handle 32bit compares at the moment
2007-05-09 Matthias Braunwe have to change register_requirement when using dest am
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-09 Michael BeckFixed .comm output for mingw (no elf)
2007-05-09 Michael BeckBugFix:
2007-05-08 Matthias Braundon't die on divs whose result is unused
2007-05-08 Matthias Braunadd correct compare functions for be nodes
2007-05-07 Michael Beckspill-slot coalescing added
2007-05-07 Michael Beckmade the birg non-const (needed for the spill-slot...
2007-05-07 Michael Beckspill-slot coalescing added
2007-05-07 Michael Beckmade the birg non-const (needed for the spill-slot...
2007-05-07 Michael Beckspill-slot coalescing added
2007-05-07 Michael Beckmade the birg non-const (needed for the spill-slot...
2007-05-07 Michael Becktypo fixed
2007-05-07 Michael Beckarch_get_frame_entity() now takes a const irnode *
2007-05-07 Matthias Braundon't put dbg into the environment
2007-05-07 Matthias Braunrenumber source/dest registers
2007-05-07 Matthias Braunstart counting at 0 for dest and source registers
2007-05-07 Matthias Braunmips backend updates:
2007-05-06 Matthias Braunarm_gen_decls not needed anymore, hackaround to make...
2007-05-06 Matthias Braunrevert changes from autoheader that were not intended
2007-05-06 Matthias Braunfix doxygen warning
2007-05-06 Michael Beckremoved ppc32_gen_decls
2007-05-06 Michael Beckswitch to new style emitter
2007-05-05 Michael Beckfixed isa template initializer
2007-05-05 Michael Beckremoved dead declarations
2007-05-05 Michael Beckremoved dead declarations
2007-05-05 Michael Beckused entities are now marked
2007-05-05 Michael Beckswitch to new style emitter
2007-05-05 Michael Beckmade be_emit_cstring() 'statement like'
2007-05-05 Michael BeckBugFix: be_Call/function prolog: call the ld_name inste...
2007-05-05 Michael Beckdoxygen docu added
2007-05-05 Michael Beckremoved unused (and unimplemented) emit templates
2007-05-05 Matthias Braunremoved wrong assert
2007-05-05 Matthias Braunupdate svn:ignore
2007-05-05 Matthias Braunfix mips
2007-05-05 Matthias Braunfix error when compiling without FIRM_STATISTICS
2007-05-05 Michael Beckdoxygen comments added
2007-05-04 Michael Becktypo fixed
2007-05-04 Matthias Braunremove conv after load and before stores
2007-05-04 Christoph MallonFix incorrect range check in liveness (s/<=/</).
2007-05-02 Michael BeckC99 features removed
2007-05-02 Matthias Braunadded doxygen comments
2007-05-02 Matthias Braundoxy comments
2007-05-02 Matthias Braundoxy comments
2007-05-02 Matthias Braundoxy comments
2007-05-02 Matthias Braunadded doxygen comments
2007-05-02 Matthias Brauncleanups, use the new tarval emitter
2007-05-02 Matthias Braunno strange comments after #include
2007-05-02 Matthias Braunadd an tarval emit function
2007-05-02 Matthias Braunadded doxygen comments, transform mips to new emit...
2007-05-02 Michael Beckupdated header
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Oliver...
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Moritz...
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Matthias Braunadjust doxygen comments
2007-04-30 Matthias Braunadapt generators to new header style
2007-04-30 Christian Würdigremoved unused header
2007-04-30 Christian Würdigcopymin uses now heur4 as default
next