Added x XOR x = 0 case
[libfirm] / ir /
2004-11-08 Michael BeckAdded x XOR x = 0 case
2004-11-08 Michael BeckMake some more inline functions
2004-11-08 Michael BeckAdded some more doxygen docu.
2004-11-08 Michael BeckMake more inline functions
2004-11-08 FIRM Projekt Accountremoved debug assertion
2004-11-05 Florian Liekwegwhitespace
2004-11-05 Florian Liekwegcopied comment to where it might be useful
2004-11-05 Florian Liekwegadded raise
2004-11-05 Götz Lindenmaierbugfix. type may be null.
2004-11-05 Michael BeckImproved hashing of nodes:
2004-11-05 Michael BeckFixed address count calculation. Every Load was visited...
2004-11-05 FIRM Projekt Accountinter_arity bugfix
2004-11-04 Florian Liekwegadded initialisation
2004-11-04 Florian Liekwegexpanded pto, added initialisation, added debugging...
2004-11-04 Florian Liekwegfixed end block handling
2004-11-04 Florian Liekwegadded qset
2004-11-04 Florian LiekwegNicer Colors
2004-11-03 Michael Beckcalculate the number of uses of every address, this...
2004-11-03 Michael Beckreplaced all recursive computed_value calls ba value_of()
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-11-03 Michael BeckFixed some border cases:
2004-11-03 Michael BeckAdded needed include of trouts.h
2004-11-02 Florian Liekwegfixed multi-input join (thx, Boris) --flo
2004-11-02 Götz Lindenmaierout edges for entities and types
2004-11-01 FIRM Projekt Accountbugfix
2004-10-29 Florian Liekweg(mostly) generic timimg
2004-10-29 Florian LiekwegAdded c_name for debugging
2004-10-29 Florian LiekwegAdded Join
2004-10-29 Michael BeckRemoved last changes
2004-10-29 Michael BeckRemoved last change, did not work with fltcalc
2004-10-29 Götz Lindenmaieradapted to new function name in irtypeinfo,
2004-10-29 Götz Lindenmaierprogram name handling
2004-10-29 Götz Lindenmaieroptimize cast nodes
2004-10-29 Götz Lindenmaiertype for SymConst
2004-10-29 Götz Lindenmaieradded routine to read flag
2004-10-29 Götz Lindenmaiernew Const constructor
2004-10-29 Götz Lindenmaierconsider also calls: disptab
2004-10-29 Götz Lindenmaiermodified function name, SymConst supprot
2004-10-29 Götz Lindenmaierrenames access rouitne, SymConst support
2004-10-29 Götz Lindenmaiertypedef needed for C++
2004-10-29 Götz Lindenmaiercopying consts with type support
2004-10-29 Götz Lindenmaierverify primitives
2004-10-29 Götz Lindenmaiercomment
2004-10-28 Michael BeckImproved Sub rule
2004-10-28 Michael BeckLets zeor/sign extend sc_val_to_long()
2004-10-27 Sebastian HackAdapted linux kernel list implementation for use in...
2004-10-27 Sebastian Hackia32 bitsets make now use of sse.
2004-10-27 Michael BeckClear the ir_op after creation, so all operations get...
2004-10-27 Michael BeckAdded operation for reassociation
2004-10-27 Michael BeckFixed calculation of remainder
2004-10-26 Michael BeckReassociation added
2004-10-26 Michael BeckReassoiation optimization added
2004-10-25 Boris Boeslerhandling some "unknown_type"-stuff
2004-10-25 Boris Boeslerseperated read.h (public interface) and read_t.h (types)
2004-10-25 Florian LiekwegCopy Only works
2004-10-25 Götz Lindenmaierbugfix
2004-10-22 Florian Liekwegmoved utils to pto_util
2004-10-22 Florian Liekwegexecute 'pre' for a change. Also, add CVS log
2004-10-22 Boris Boeslerprohibit inlining of pseudo ir_graphs
2004-10-22 Michael Becktypo fixed
2004-10-22 Michael Beckchanged constant names
2004-10-22 Michael Beckchanged architecture dependant function names
2004-10-22 Michael BeckUsed new arch_dep names
2004-10-22 Michael BeckAdded Division by constant elimination algorithm from
2004-10-22 Boris Boeslernew test: is_pseudo_ir_graph()
2004-10-22 Boris Boeslerreplaced char* by idents, minor fix in Firm codegen...
2004-10-22 Boris Boeslerminor change for pseudo graphs
2004-10-22 Florian LiekwegCorrectly handle proj_args
2004-10-21 Boris Boesleradded lots of stuff:
2004-10-21 Florian Liekwegstrdup fix
2004-10-21 Florian Liekwegwhitespace fix
2004-10-21 Florian LiekwegMoved memwalk stuf into irmemwalk
2004-10-21 Götz Lindenmaiercomments
2004-10-21 Michael BeckAdded Goetz' proposal to replace loads of constant...
2004-10-20 Florian Liekwegadd ana2
2004-10-20 Florian LiekwegAdded ana2, added ecg and pto
2004-10-20 Florian LiekwegRemoved ecg
2004-10-20 Michael Beckdoxygen comments extended
2004-10-19 Michael BeckLoad optimization extended: searches now Loads in the...
2004-10-19 Michael BeckFixed get_irn_pinned() after wrong repair
2004-10-19 Michael BeckAdded overflow mode for interger operations (was alread...
2004-10-19 Michael BeckAdded carry flag to ADD, make alignment calculation...
2004-10-19 Michael BeckSet the pinned state to float if we can detect that...
2004-10-19 Michael BeckAdded the new state pin_state_exc_pinned t some Operations
2004-10-19 Michael BeckUsed now get_type_size_bits() and get_type_alignment_bi...
2004-10-19 Michael BeckAdded a alignment to types.
2004-10-19 Michael Beckremoved the align attribute
2004-10-19 Michael Beckset_opt_fragile_ops() function added
2004-10-19 Michael Beckset_opt_fragile_ops() added
2004-10-18 Florian Liekwegavoid warning
2004-10-18 Florian Liekwegminor fix
2004-10-18 Götz Lindenmaierbrackets
2004-10-18 Michael Beckadded new pinned flag for fragile ops
2004-10-18 Michael Beckadded get_opt_fragile_ops()
2004-10-18 Michael Beckadded additional pin state
2004-10-18 Michael BeckAdded get_irn_pinned() function
2004-10-15 Sebastian HackAdded bitfiddling routines and a bitset implementation
2004-10-14 Michael Beckenabled global output again
2004-10-14 Florian Liekweg...
next