libfirm
2007-06-02 Matthias Braunfix float/pinned flags of be nodes
2007-06-02 Christoph MallonConstify.
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckremoved unused offs_sign attribute, added exc_label...
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckcreate is_$arch_op() function
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckrenamed daemel into naive :-)
2007-06-01 Michael Becktypo fixed
2007-06-01 Michael Beckremoved wrongly placed
2007-06-01 Matthias Braunmove pseudo irg
2007-06-01 Matthias Braunmove adt headers
2007-06-01 Matthias Braunforgto to add that
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Christoph MallonConstify.
2007-05-31 Michael BeckInitialization fixed
2007-05-31 Michael Beckbedaemelspill.c added
2007-05-31 Michael BeckAdd constraints to the ASM node
2007-05-31 Matthias Braunmore work on daemel spiller
2007-05-31 Michael Beckadded constraints to ASM nodes
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-31 Matthias Braunfix assembler nodes
2007-05-31 Michael Beckfixed partBlock construction
2007-05-30 Michael BeckAdded test for inline assembler
2007-05-30 Michael Beckis_ASM() added
2007-05-30 Michael Beckpreliminary emitter for ASM nodes
2007-05-30 Michael Beckschedule ASM nodes
2007-05-30 Michael Beckplaced the call the _get_irn_intra_arity() again into...
2007-05-30 Michael Beckenabled non-ia32 backends again: undo change 14191
2007-05-30 Michael Beckreorder opcode registration to match iro_* order
2007-05-30 Michael BeckDo not waste an opcode number. This ensures the 1:1...
2007-05-30 Michael BeckIA32-Backend expects that the irg has a iro_* to opcode...
2007-05-30 Michael Beckreorder opcode registration to match iro_* order
2007-05-30 Christian Würdigchanged attribute name from asm to assem as asm is...
2007-05-30 Andreas Schösservproj nodes
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Michael Beckrenamed reserved word asm :-)
2007-05-30 Michael BeckAdded preliminary ASM node.
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-05-30 Michael BeckAdd missing keep bits to fld* instructions
2007-05-30 Michael BeckAdd constructors for PartBlock
2007-05-30 Matthias Braunfix xStoreSimple and SetST0
2007-05-30 Michael Beckget_divop_resmod() added
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-30 Matthias Braunplace spills after keeps
2007-05-29 Michael Beckfixed turn_into_tuple()
2007-05-29 Michael Beckcopy 'n' paste error fixed
2007-05-29 Michael Beckconvopt.[ch] added
2007-05-29 Matthias Braunspill phis in daemel spiller
2007-05-29 Matthias Braunadded the daemel spiller(tm) :-), it should be similar...
2007-05-29 Matthias Brauncleanups in spill helper code
2007-05-29 Matthias Braunia32 was missing spill cost estimates
2007-05-28 Christoph MallonConstify.
2007-05-28 Christoph MallonRemove unused variables.
2007-05-27 Christoph MallonMake the conv opt analysis and transformation code...
2007-05-26 Christoph Mallon- Push Convs through Phis
2007-05-26 Christoph MallonAdd the -f{,no-}deconv switches do {en,dis}able the...
2007-05-25 Michael BeckBugFix: type conversion must signed extend for the...
2007-05-25 Michael BeckBugFix: _divmod() returned wrong result for -x/x :...
2007-05-25 Michael Beckint instruction added
2007-05-25 Michael BeckUse new result mode and updated X_regular for the runti...
2007-05-25 Michael Beckhandle the new X_regular Proj's
2007-05-25 Michael Beckadd_hidden_param() handle the new X_regular Proj
2007-05-24 Christoph MallonAdd missing break in a switch which caused an incorrect...
2007-05-24 Michael Beckturn_into_tuple() should use get_irn_n(..., -1) instead...
2007-05-24 Michael BeckDo not add Bad nodes to the keep-alive
2007-05-24 Michael Beckfixed verify for new X_regular Proj's
2007-05-23 Michael Beckremoved impossible address modes
2007-05-23 Michael Becksome doxygen comments added
2007-05-23 Michael BeckFixed the (meanwhile wrong) turn_into_tuple(...,4)...
2007-05-23 Christoph MallonCond nodes are a kind of cf node, too. Therefore also...
2007-05-23 Matthias Braunemit .skip if a string initializer is shorter than...
2007-05-23 Matthias Braunfehler 16, found in 255.vortex
2007-05-23 Matthias Braunfix height computation for phi nodes
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael Beckmissing include added
2007-05-23 Michael Beckadded a callback function to check whether a given...
2007-05-23 Michael Beckadd_irn_keepalive()
2007-05-23 Michael Beck- changed Phi0 attribute to be a struct
2007-05-23 Christian Würdigadded some comments
2007-05-23 Michael BeckUsed new Div result mode
2007-05-23 Michael BeckVerify new result mode
2007-05-23 Michael BeckAdd result mode to Division operations.
2007-05-23 Christoph MallonUse the more verbose comment on the edges-execfreq...
2007-05-23 Matthias Braunfix uninitialized variables
2007-05-22 Christoph MallonLoads do not remove any nodes from the exec after sets...
2007-05-22 Christoph MallonFix constness.
2007-05-22 Matthias Braunworkaround
2007-05-22 Matthias Braunliveness variants with ir_nodeset_t
2007-05-22 Matthias Braunfix my last committ
2007-05-22 Matthias Brauncorrect usage of get_irn_generic_attr
2007-05-22 Matthias Braunfix
2007-05-22 Matthias Braunadd get_irn_generic_attr_const
next