libfirm
2004-08-19 Götz Lindenmaierthe inevitable inconsistencies removed
2004-08-19 Götz Lindenmaierfixed some errors, pushed closer to inteded firm semantics
2004-08-19 Götz Lindenmaierfixed complicated code, commented out one optimization...
2004-08-16 Rubino Geißremoved C++ style comments
2004-08-16 Rubino Geißfixed typo
2004-08-16 Rubino Geißadded const to suffix char *
2004-08-16 FIRM Projekt... removed dumping of callgraph: order of edges is arbitra...
2004-08-14 Götz Lindenmaieradapted to new semantics
2004-08-13 Götz Lindenmaiermore
2004-08-13 Götz Lindenmaier*** empty log message ***
2004-08-13 Götz Lindenmaier more names
2004-08-13 Götz Lindenmaieradded includes
2004-08-13 Götz Lindenmaieradaption to new libfirm
2004-08-13 Beyhannew reference
2004-08-13 Beyhanbugfix ... forgot to include old_fctnames
2004-08-13 Beyhannormalized names of functions, enums ...
2004-08-05 Götz Lindenmaierdon't output diffs -- only files. better for vcg
2004-08-05 Götz Lindenmaierloop tree dumper was broken
2004-08-03 FIRM Projekt... Michael added optimization of Div
2004-08-02 Michael BeckThe phase of the code_code_irg is phase_high now.
2004-08-02 Michael BeckFixed mode of computed_value_SymConst
2004-08-02 Michael BeckThe const irg has not an initial_mem
2004-08-02 Götz Lindenmaieradded wrapper to call local optimize for nodes
2004-07-29 Michael Beckenable Rot constant folding (why was it commented out)
2004-07-27 Michael BeckAdded jumptable optimization (aka Proj(Cond(mode_int)) )
2004-07-27 Michael BeckFixed indent :-(
2004-07-27 Michael BeckCleaned up, removed global File handle
2004-07-27 Michael Beckinvisible line style for ordering edges
2004-07-27 Michael BeckFixed Proj(Cond(mode_int))
2004-07-27 Michael Beckadded tpo_node & tpo_unknown
2004-07-26 Florian Liekweg*** empty log message ***
2004-07-23 Götz Lindenmaier new header
2004-07-23 FIRM Projekt... ???
2004-07-22 Götz Lindenmaiermore heapanalysis support
2004-07-22 Götz Lindenmaierinclude callgraph header
2004-07-22 Götz Lindenmaierdumper and datastructure for callgraph
2004-07-22 Götz Lindenmaiersome compfortable macros
2004-07-22 Götz Lindenmaiercallgraph analyses
2004-07-22 Götz Lindenmaierstuff to test callgraph
2004-07-22 FIRM Projekt... adapted to new init_firm semantics
2004-07-22 Götz Lindenmaierbugfix: missing test for new symconst
2004-07-21 Michael BeckFixed funcCall parameter offset
2004-07-21 Michael Beckoptimized a bit :-)
2004-07-20 Götz Lindenmaierfix for firmjni
2004-07-20 Götz Lindenmaierbugfix for undefined state
2004-07-20 Michael Beckdoxygen cokmnets updated
2004-07-20 Michael Beckadded prototypes from irgwalk_blk.c
2004-07-20 Michael Beckirgwalk_blk.c added
2004-07-20 Michael BeckAdd parameter struct to init_firm()
2004-07-20 Michael Beckadded comments, removed out-commented code
2004-07-20 Michael Beckadded option bitmask to init function
2004-07-20 Michael Beckremoved single node pattern
2004-07-20 Michael Beckadded mode_code parameter to edges
2004-07-20 Michael Beckremoved globals and add them to the initialization...
2004-07-19 Michael Beckadded statistics for blocks
2004-07-16 Götz Lindenmaieradded a routine to compute array indicees.
2004-07-16 Götz Lindenmaiernew support for initialization of compound entities.
2004-07-16 FIRM Projekt... update to changed cgana param list
2004-07-16 Michael Beckfixed documentation, removed out-commented code
2004-07-16 Michael Beckadded needed header
2004-07-15 Hannes Jakschitschpreprocessor directives added for cplusplus compatibility
2004-07-15 Hannes Jakschitsch*** empty log message ***
2004-07-15 Hannes Jakschitschpreprocessor directives added for cpluscplus compatibility
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-14 Florian Liekwegbraces, whitespace
2004-07-14 Florian LiekwegOptionally do whole-program assumption; (OBEY)
2004-07-14 Florian LiekwegOptionally do whole-program assumption; obey stickiness...
2004-07-14 Götz Lindenmaiernormalized name
2004-07-13 Michael Beckallowing -1 to be returned for size_bytes
2004-07-13 Beyhanremoved empty entries from arrays
2004-07-13 Michael BeckDeactivated WAR opts
2004-07-12 Michael BeckFixed function naming
2004-07-12 Götz Lindenmaierbugfix: too many stores removed
2004-07-12 Götz Lindenmaierfix for firmjni
2004-07-09 Michael Beckfixed max value
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-08 Götz Lindenmaierfirmstat added
2004-07-08 Götz Lindenmaiervarious changes
2004-07-08 Michael Beckadded dbg_read_after_write constant
2004-07-08 Michael Becked ircons_t.h now
2004-07-08 Michael Beckverify is NOT done in RELEASE mode, add inline header
2004-07-08 Michael Beckused ircons_t.h now
2004-07-08 Michael BeckRemoved old and unused debug.[ch] support
2004-07-08 Michael BeckAdded Load-after-Store and Store-after-Store optimizati...
2004-07-08 Michael BeckAdded DBG_OPT_RAW (Read after write optimization)
2004-07-08 Michael Beckadded constant for Read-After-Write optimization
2004-07-08 Michael Beckchanged last assert into ASSERT_AND_RET
2004-07-08 Götz Lindenmaierinlinening of functions
2004-07-08 Götz Lindenmaier*** empty log message ***
2004-07-07 Michael Beckfixed position parameters for the default_initialize_lo...
2004-07-07 Michael Beckstructs and classes can have a mode, iff they are layou...
2004-07-07 Michael Beckadded firmstat and tr_vrfy.h again ;-)
2004-07-07 Florian Liekwegtolerate Bad nodes in cg_walk
2004-07-07 Florian LiekwegWS change
2004-07-07 Michael Beckadded stat to include path
2004-07-07 Michael Beckadded stat subdirectory to include path
2004-07-06 Beyhanadded type field to symconst
2004-07-06 Götz Lindenmaierbetter hasah for symconst
2004-07-06 Beyhannew SymConst semantics
next