libfirm
2004-09-08 Michael BeckUnknown and Bad are pinned now, speeding up code placem...
2004-09-08 Michael BeckAdded more checks for Phi nodes
2004-09-08 Michael BeckBad and Unknown are pinned instructions yet, speeding...
2004-09-08 Michael BeckRemove useless assert()
2004-09-08 Michael BeckMake sure dead blocks will be reached by irg_block_walk()
2004-09-08 Michael Beck- dead_node_elimination: copies now node numbers, make...
2004-09-08 Michael Beckbugfix when dumping dominator info
2004-09-08 Michael Beckblocks without dominators (i.e. dead blocks) return...
2004-09-08 Michael Beckbugfix: check for address entity needed
2004-09-08 Michael Beckcolor and name Start and End block in cfg graphs
2004-09-08 Götz Lindenmaierugly fix for firmjni
2004-09-07 Götz Lindenmaierbetter organization of flags
2004-09-07 Götz Lindenmaiernew verbosity flags
2004-09-06 Michael BeckAdded support for DAG's and distribution tables
2004-09-06 FIRM Projekt... there were results from some temporary test programs...
2004-09-03 Sebastian Hack- Fixed block dumper semantics
2004-09-03 Götz Lindenmaierchecked in the dumper, that requires this
2004-09-03 Götz Lindenmaieraccess routines for memops,
2004-09-02 Götz Lindenmaierfixed test: new reference
2004-09-02 Götz Lindenmaiercomments
2004-09-02 Götz Lindenmaiercomments
2004-09-02 Götz Lindenmaiermoved dumpers to irdumptxt.c
2004-09-02 Götz Lindenmaiermore analyses for cache optimization
2004-09-02 Götz Lindenmaieradded test for callee flag
2004-09-02 Götz Lindenmaieradded test dumper
2004-09-02 Rubino Geiß- fixed error with cse and programs containing endless...
2004-09-02 Michael Beckforget one change :-(
2004-09-02 Michael Beckadded options to statistic functions
2004-09-02 Michael Beckadded options to statistic functions
2004-09-02 Michael Beckrenamed tarval function for new naming scheme
2004-09-02 Michael Beckrenames internal function to avoid name clash with...
2004-08-31 Götz Lindenmaierchanged information in entity nodes
2004-08-31 Götz Lindenmaiermissing header
2004-08-31 Götz Lindenmaierremoved never finished code
2004-08-31 Götz Lindenmaieradded dumper for callgraph
2004-08-31 Götz Lindenmaiermissing test for extenal visibility added
2004-08-31 Götz Lindenmaierremoved old code
2004-08-31 Götz Lindenmaiermore state administration
2004-08-31 Götz Lindenmaiermore status flags
2004-08-31 Götz Lindenmaierformatted, more verbose debug output,
2004-08-31 Götz Lindenmaiermode loop analyses
2004-08-31 Michael Beckassert was too restrictive
2004-08-31 Michael Beck*** empty log message ***
2004-08-29 Götz Lindenmaieradded one node in const code irg==> new node numbers
2004-08-29 FIRM Projekt... added one node in const_code_irg ==> new node numbers
2004-08-27 Rubino Geißinitial_mem memory for const irg graph
2004-08-27 Götz Lindenmaieradded initial mem to const code irg: constant division...
2004-08-24 Götz Lindenmaierbugfixes inlineing
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
next