libfirm
2007-05-15 Matthias Braunmake lots of irn functions accept const ir_node
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 Andreas SchösserAdded some new files to ir/ana. Now contains extgrs...
2007-05-14 Michael Beckgen_decls removed
2007-05-14 Matthias Braunwe can convert reference to mode_Iu now
2007-05-14 Matthias Braunallow conversion of reference tarvals to mode_Iu
2007-05-14 Matthias Braunupdate docu
2007-05-13 Christoph MallonAltering (and especially removing) control flow predece...
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 Christian Würdigremoved stdint.h again -- mallon soll die typen halt...
2007-05-13 Matthias Braunallow specification of names for in parameters in spec...
2007-05-13 Matthias Braunreadded stdint.h header, otherwise you have no uintptr_...
2007-05-13 Christoph MallonFix typos and remove stale comment.
2007-05-13 Matthias Braunnew file demonstrating array initializer bugs
2007-05-13 Christian Würdigremoved include <stdint.h> (windows has none)
2007-05-13 Matthias Braunptr2int conversion test
2007-05-13 Matthias Braundon't spam source folders with graphs, warn when execut...
2007-05-13 Matthias Braunfile demonstrating a control flow optimisation bug
2007-05-13 Christoph Mallon- Remove incorrect comment
2007-05-13 Christoph MallonRemove the first if-conversion implementation.
2007-05-12 Michael Beckproperties updated
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ürdigBugFix: declare as extern, otherwise linker will create...
2007-05-11 Matthias Braunfix when debug mode is disabled
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ürdigBugFix: pass dumper object instead of FILE pointer
2007-05-11 Christian Würdigreduced stack overhead by transforming nodes as early...
2007-05-11 Christoph MallonFirst iteration to detotalise memory in loops.
2007-05-11 Matthias Braunppc32 gen_decls is not used anymore
2007-05-11 Sebastian HackChanged edge classification:
2007-05-11 Michael Becktypo fixed
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 Beckupdated header
2007-05-10 Michael BeckAdded new header
2007-05-10 Michael Beckneed firm_config.h include because of __attribute__...
2007-05-10 Michael Beck__attribute__ must be defined here, it is used in headers
2007-05-10 Michael Beckchanged type to unsigned to suppress warnings
2007-05-10 Michael BeckAdded new header
2007-05-10 Michael BeckFixed header
2007-05-10 Michael BeckFixed header
2007-05-10 Michael BeckAdd declarations for bitset_andnot(), bitset_or() and...
2007-05-10 Michael Beckused bitset_pos_t type to suppress warnings
2007-05-10 Sebastian HackAdded btset intersection test and a "fast" bitset empty...
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-05-10 Sebastian HackAdded generic Depth First Search facility
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-09 Michael Beckmade more arguments const
2007-05-09 Christoph MallonHandle non-load/store nodes in a crude way for now...
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-08 Matthias Braunadd is_Mul
2007-05-08 Christoph MallonAdd is_Conv().
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 Christoph MallonFirst try of the new load/store optimization.
2007-05-07 Matthias BraunREADME update
2007-05-07 Matthias Braunimproved .depend handling
2007-05-07 Matthias Braundon't put dbg into the environment
2007-05-07 Matthias Braunfix e-mail address
2007-05-07 Matthias Braunremoved some outdated files
2007-05-07 Matthias BraunREADME update
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 Braunuse libcore CFLAGS
2007-05-06 Matthias Braunreverting another accidental commit
2007-05-06 Matthias Braunrevert changes from autoheader that were not intended
2007-05-06 Matthias Braunuse pkg-config for libcore detection
next