libfirm
2007-08-03 Sebastian HackAdded proper phi spilling
2007-08-02 Michael Beckfixed: wrong environment transmitted
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckpreliminary code for unaligned Load/Store lowering...
2007-08-02 Michael Beckindentation fixed
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Matthias Braunfix testapps
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Matthias Braunfixed several AM problems (and disabled most of the...
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Michael Beckadded comment, removed debug output
2007-08-02 Michael Beckreverse loop for speed
2007-08-02 Sebastian HackAdded a belady version with a different global pass.
2007-08-02 Sebastian HackRemoved the "specializable" arrayset
2007-08-02 Sebastian HackMinor changes
2007-08-02 Michael Beckuse the new bitfield types to check for bitfield access...
2007-08-02 Matthias Braunimprove fehler55
2007-08-02 Matthias Braunfehler55
2007-08-01 Matthias Braunfix bad mode in a%a optimisation
2007-08-01 Matthias Braunno need for Zex commands, we already had the Conv ...
2007-08-01 Michael Beckadd Zex8/Zex16 instructions
2007-08-01 Michael BeckAdded again the ptr Add, removing was wrong
2007-08-01 Michael Beckfixed broken get_tarval_sub_bits() implementation:...
2007-08-01 Michael Beckfixed bitfield initializers:
2007-08-01 Michael Beckimproved test by adding a bitfield add
2007-08-01 Michael Beckimproved test by cheching negative numbers yet
2007-08-01 Michael Beckdump the new base type attribute
2007-08-01 Michael Beckadd base type for primitive types to better represent...
2007-08-01 Matthias Braunfehler54 (should already work now)
2007-08-01 Matthias Braunwe can't pass 64bit values in a single register
2007-07-31 Matthias Braunfix copy&paste error
2007-07-31 Michael Beckfixed bitfield lowering: do not touch Load/Store that...
2007-07-31 Michael Beckchanged signature of sign_extend()
2007-07-31 Michael Beckfixed new_tarval_from_long() (added missing sign extend...
2007-07-31 Michael Becktransform Load & 0xFF into Loadzx
2007-07-31 Michael Beckadd one more Or/And related case
2007-07-31 Michael Beckremoved the load/store smaller optimization
2007-07-31 Christoph MallonShow correct expected result of fehler53.
2007-07-30 Matthias Braunfehler53 (similar to fehler 45 apparently... (another...
2007-07-30 Michael Beckchanged indentation
2007-07-30 Matthias Braunsome testcases I didn't commit yet
2007-07-26 Matthias Braunworkaround firm problems when current_ir_graph is not...
2007-07-25 Matthias Braunsimplify fehler52
2007-07-25 Matthias Braunfehler52: argv problems found in 176.gcc
2007-07-25 Matthias Braunprettify fehler51
2007-07-25 Matthias Braunsimplify fehler35
2007-07-25 Matthias Braunfix fehler50
2007-07-25 Michael Beckfixed handling of keep-alive edges
2007-07-25 Matthias Braunfix for icc compilation
2007-07-25 Matthias Braunfix for icc compilation
2007-07-25 Michael Beckadd more cases for integer division
2007-07-25 Michael Beckdo some transformation only for two complement, allow...
2007-07-25 Michael Beckadded ieee754 exact flag which allows more cases to...
2007-07-25 Michael Beckadd IJmp instruction
2007-07-25 Michael Beckemit new block labels
2007-07-25 Michael Beckrenamed function to be_gas_label_prefix()
2007-07-24 Michael Beckadd 2.0*x = x+x and x/c = x*(1.0/c) for some constants
2007-07-24 Michael Becktarval_ieee754_set_immediate_precision(), tarval_enable...
2007-07-24 Michael Beckmore cleanup; non-functioning fc_set_immediate_precisio...
2007-07-24 Michael Beckmark labelled blocks as non-empty, preventing them...
2007-07-24 Michael Beckdon't assume mode_X nodes have only one successor,...
2007-07-24 Michael Beckdon't keep IJmps, not needed anymore
2007-07-24 Michael Beckdump the block label
2007-07-24 Michael Beckadd support for symconst_label
2007-07-24 Michael Beckindentation fixed
2007-07-24 Michael Beckadd label attribute to blocks, ir_prog
2007-07-24 Michael Beckadd symconst_label
2007-07-24 Michael Beck add symconst_label, node constructors have pin state
2007-07-24 Michael Beckadd symconst_label
2007-07-24 Michael Beckadd symconst_label
2007-07-24 Michael Beckadd prototype for get_irp_next_label_nr()
2007-07-24 Michael Beckstart label number with 1, reserve the 0
2007-07-24 Andreas SchösserAdded Test Program which breaks backend
2007-07-24 Michael Beckget_irp_next_label_nr() added
2007-07-24 Michael Beckir_label_t added
2007-07-23 Michael Becksc_div() returns non-zero if divide without remainder
2007-07-23 Matthias Braunfehler50
2007-07-23 Michael BeckFS_OPT_FP_INV_MUL added
2007-07-23 Matthias Braunyou can store mode_b now
2007-07-23 Matthias Braunwarning fix
2007-07-23 Matthias Braun(crude) support for non 32-bit modes in cmp
2007-07-23 Sebastian HackAdded if for unreachable blocks
2007-07-23 Michael BeckCleaned up the tarval handling:
2007-07-23 Michael Beckdoxygen comment fixed
2007-07-20 Matthias Braunmissing FIRM_ENABLE_HOOKS
2007-07-20 Matthias Braunmore missing includes
2007-07-20 Matthias Braunmore missing includes
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-20 Matthias Braunnew way to generate firm_config.h
2007-07-20 Matthias Braunmore automake fixes
2007-07-20 Matthias Brauntypo fix
2007-07-20 Matthias Braunautomake updates, set version number from configure...
2007-07-20 Matthias BraunMakefile updates
2007-07-19 Christoph MallonImplement constant folding for Psib.
2007-07-19 Matthias Braundon't display outedge warnings for blocks
2007-07-19 Matthias Braunfix mode_arithmetic return
2007-07-19 Matthias Braunfix outedge verififer
2007-07-19 Matthias Braunmore asserts
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Michael Beckget_mode_arithmetic() returns a mode_arithmetic now
next