libfirm
2004-12-06 Michael BeckADded support for multiline defines
2004-12-02 Michael Beckadded new firm_config.h generation
2004-12-02 Michael BeckAdded firm_config.h creation
2004-12-02 Michael Beckused firm_config.h instead of config.h
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael Beckfixed typos
2004-12-02 Michael Beckfixed comment
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael BeckFixed: check additional restriction before Mulh instruc...
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael Beckadded missing include directory
2004-12-02 Michael Beckinstall new firm_config.h header
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael Beckremoved bool
2004-12-02 Michael Beckused new FOURCC magic
2004-12-02 Michael Beckremoved unneeded header
2004-12-02 Michael Beckused new firm_config.h, removed POINSON (unclear if...
2004-12-02 Michael Beckmake FOURCC macro produce right ordering for bigendien...
2004-12-02 Michael Beckused new firm_config.h include
2004-12-02 Michael BeckRenamaed host.h to align.h, removed unneeded things
2004-12-02 Michael Beckrenamed cookies -> magic
2004-12-02 Michael BeckADT Headers can be installed in libfirm/adt now
2004-12-02 Michael Becksorted to support the filter tools (automatic generatio...
2004-12-02 Michael BeckAdded rules to install adt files
2004-12-02 Michael Beckneeded utilities for configure
2004-12-02 Sebastian HackConstified a little bit.
2004-12-02 Michael Beckcontaining the famous FOURCC macro
2004-12-01 Michael BeckFixed coloring of address expressions
2004-12-01 Michael BeckUsed the new is_Block_dead() check. local_optimize...
2004-12-01 Michael BeckAdded a new attribute to block nodes: dead
2004-12-01 Michael Becktypo fixed
2004-12-01 Sebastian HackAdded convenience macros for pointers.
2004-11-30 Götz Lindenmaiermore verbose node info
2004-11-30 Götz Lindenmaieradded test of text output
2004-11-30 Götz Lindenmaieradded new acceessers
2004-11-30 Götz Lindenmaieradded new accessers
2004-11-30 Götz Lindenmaiermore verbose info output of irnoded
2004-11-30 Florian Liekweginclude 'dump'
2004-11-30 Michael Beckfixed type, bugfix for out's
2004-11-30 Michael Beckchanged dumper, updated reference files
2004-11-30 Florian LiekwegInclude pto_mod
2004-11-30 Michael Beckenhanced dumper: dumps yet Bad blocks in local-const...
2004-11-30 Florian Liekweginclude irgwalk when using irg_walk
2004-11-30 Florian Liekwegfix initialisation; do correct iteration
2004-11-30 Florian Liekweginsert report changes
2004-11-30 Florian LiekwegCorrectly reset main graph; remove dbugging stuff
2004-11-30 Florian Liekwegfix graph dumping, remove 'HERE's
2004-11-30 Michael Beckclean up a bit
2004-11-30 Michael BeckAdded stat() to describe if configured for STAT
2004-11-30 Michael Becktypo fixed
2004-11-30 Michael Beckfixed indentation, allow Proj(Bad)
2004-11-30 Sebastian HackAdded ir_printf to firm.h
2004-11-30 Sebastian HackAdded custom data registration facility.
2004-11-30 Sebastian HackMade ir_debug internal.
2004-11-30 Sebastian HackSome bug fixes
2004-11-30 Michael BeckSet explicitely the tarval mode to wrap around
2004-11-30 Michael Beckremoved irprintf.h as global header
2004-11-30 Michael BeckRemoved config.h include, which is NOT installed
2004-11-29 Sebastian HackMoved irprintf.h from INSTALL_SOURCES to firm internal.
2004-11-29 Michael Beckimplemented address calculation identification
2004-11-29 Michael Beckadded iterator.[ch]
2004-11-29 Michael Beckfixed typo
2004-11-29 Michael Beckupdated docu
2004-11-29 Michael Beckmore doxygen docu added
2004-11-29 Michael BeckImproved doxygen docu
2004-11-29 Sebastian HackAdded iterators.
2004-11-29 Sebastian HackAdded iterator and callback functionality.
2004-11-29 Michael BeckMore doxygen docu
2004-11-29 Sebastian Hackremoved senseless ir_sndebugf()
2004-11-29 Sebastian HackSmall modifications. Swapped %n and %N
2004-11-29 Michael Beckneeded is_Bad check
2004-11-29 Sebastian HackAdded irprintf.h to thelist of includes
2004-11-29 Sebastian HackAdded printf style dumping facility for firm types.
2004-11-26 Rubino Geiß**************************************************...
2004-11-26 Michael BeckProblem fixed: do not optimize Div's with a Bad input
2004-11-26 Florian Liekwegdebugging annotations
2004-11-26 Florian Liekwegprepare add of 'link' field to tarvals
2004-11-26 Florian Liekwegrecognize class consts vs. ptr-to-class consts
2004-11-26 Florian Liekwegverify pto_{load,store}
2004-11-26 Florian Liekwegrecognize dummy loads
2004-11-26 Florian Liekwegdon't free inside obstacks (thx, michael)
2004-11-26 Michael Becktypo fixed
2004-11-26 Michael Beckadded some comments
2004-11-26 Michael BeckCleaned up code a bit
2004-11-26 Götz Lindenmaieradded test whether loop invariant
2004-11-26 Michael Beckbetter doxygen docu
2004-11-26 Götz Lindenmaierstuff needed in loop unrolling.
2004-11-26 Sebastian HackJust fixed a typo (HASHPTR -> HASH_PTR)
2004-11-26 Michael Beckusing the new hashptr.h
2004-11-26 Michael Beckrevised all sets/maps hashing pointers to use the HASHP...
2004-11-26 Michael BeckAdded a phase that normalizes the proj positions
2004-11-25 Michael BeckAdded AddP(P, ConvIu(Is)) and similiar constructs optim...
2004-11-24 Florian LiekwegDon't insert nomems when using heap anal
2004-11-24 Florian LiekwegAdded pto.c as main entry point
2004-11-24 Florian LiekwegBugfixes
2004-11-24 Florian LiekwegAnnotated after writing Tech Report
2004-11-24 Florian Liekwegadd pto.c pto.h
2004-11-24 Florian LiekwegC99
next