libfirm
2009-06-01 Matthias Braunrework architecture specific timer code
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-06-01 Matthias Braunsmall fixes and improvements to mysql support
2009-05-30 Michael Beck- fixed warning
2009-05-30 Michael Beck- lftr() is still buggy
2009-05-30 Michael Beck- removed permanent debug output
2009-05-30 Michael Beck- BugFix: when a P<->I conversion for an induction...
2009-05-29 Johannes Franzremoved unnecessary test
2009-05-29 Matthias Braunremove double declarataion spotted by cparser
2009-05-29 Michael Beck- implemented i_mapper_bswap()
2009-05-28 Matthias Braunhacky workaround for some builtin_return_address defici...
2009-05-27 Matthias Braunlibtool adjust to improve win32 support
2009-05-27 Matthias Braunremove firmnet and ycomp remote support (avoid unnecesa...
2009-05-20 Matthias Braunwe don't depend on libcore anymore
2009-05-19 Michael Beck- BugFix: add missing check for frame entities. This...
2009-05-19 Matthias Braunremove bogus assert
2009-05-17 Matthias Braunfix my last commit
2009-05-17 Matthias Braunchange livense to LGPL
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-15 Michael Beck- more docu added
2009-05-15 Michael Beck- removed useless space
2009-05-15 Michael Beck- make errors and warnings more understandable
2009-05-15 Matthias Braunimprove sched_info datastructure, saving space and...
2009-05-15 Matthias Braunupdate filelist script
2009-05-15 Matthias Braunupdate configure, Makefile.am
2009-05-15 Matthias Braunadd helper script for updating Makefile.am, update...
2009-05-15 Matthias Braunfix mode querying for mode_T div nodes
2009-05-15 Matthias Braungenerate a few more things automatically
2009-05-15 Matthias BraunNEWS udpate
2009-05-14 Matthias Braunwhen inlining and return types of method-type/call...
2009-05-14 Michael Beck- fix r25941
2009-05-14 Christoph MallonFix compile errors.
2009-05-14 Matthias Brauneclipse C project is out of date and unmaintained
2009-05-14 Matthias Braunadd some hacks that fixes register pressure faithfullne...
2009-05-14 Michael Beck- removed unused header attribute from node_entry
2009-05-14 Michael Beck- cleaned up irp functions a bit
2009-05-14 Matthias Braunalways set graph state to KEEP_MUX in lower_mode_b
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-05-12 Matthias Braunimprove comments, remove unnecessary test
2009-05-11 Matthias Braunadd a newline to avoid warning
2009-05-11 Matthias Braunmore fixes for strange op entries
2009-05-11 Matthias Braunmore fixes (sorry for the breakages...)
2009-05-11 Matthias Braunfix a bunch of stuff in my last commit
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-08 Michael Beck- C99 feature removed
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-05-08 Michael Beck- fixed memory leaks
2009-05-08 Michael Beck- let loop run backwards
2009-05-08 Michael Beck- turn while into do-while
2009-05-08 Michael Beck- do not run node_is_in_irg_storage() in release mode...
2009-05-08 Michael Beck- removed needless cast
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-05-07 Matthias Braunredo pinned mode handling in spec generator
2009-05-07 Matthias Braunfix warning, add a panic when irio imports vector modes
2009-04-22 Matthias Braunremove pointless file for testing
2009-04-19 Michael Beck- version number updated
2009-04-19 Michael Beck- updated for newer type attribute names
2009-04-18 Michael Beck- removed old global handling artifact
2009-04-18 Michael Beck- improved hash_Const(): no need to hash the mode,...
2009-04-18 Michael Beck- BugFix: assure out edges are valid (may be invalid...
2009-04-17 Sebastian Buchwalduse environment also in non-debug mode.
2009-04-09 Moritz KrollRemoved obsolete perl ir spec
2009-04-08 Michael Beck- use FASTCALL, not only regparam on private functions
2009-04-07 Michael Beck- BugFix: we exchange the value param entities, so...
2009-04-06 Michael Beck- fix 25793
2009-04-06 Michael Beck- fix 25801
2009-04-06 Michael Beck- replace costly bitset_popcount() ==/!=/> 0 by bitset_...
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- use firm debug facility instead of printf()
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-05 Michael Beck- fixed handling of Projs from fragile ops: skip only...
2009-04-04 Michael Beck- indentation
2009-04-04 Michael Beck- constify
2009-04-04 Michael Beck- updated exchange_types() to use the new type flags
2009-04-04 Michael Beck- fixed comment
2009-04-03 Michael Beck- add type flags for constructors/destructors
2009-04-03 Michael Beck- simplified
2009-04-03 Michael Beck- removed commented out code
2009-04-03 Michael Beck- indentation
2009-04-03 Michael Beck- constify
2009-04-03 Michael Beck- constify
2009-04-02 Moritz KrollAdded gen_ir.py support for Bound, CopyB, InstOf and...
2009-04-02 Moritz KrollRenamed attr.copyb.data_type to attr.copyb.type
2009-04-02 Moritz KrollAdded gen_ir.py support for Break and Filter
2009-04-02 Moritz KrollAdded gen_ir.py support for Alloc and Builtin
2009-04-02 Moritz KrollRenamed attr.builtin.builtin_tp to attr.builtin.type
2009-04-02 Moritz KrollAdded gen_ir.py support for Call. Sort generated irio...
2009-04-02 Moritz KrollRenamed attr.call.cld_tp to attr.call.type
2009-04-02 Moritz KrollAdded gen_ir.py support for DivRL and strictConv
2009-04-02 Moritz KrollAdded gen_ir.py support for Div, DivMod, Mod, and Quot
2009-04-02 Moritz KrollRenamed attr.divmod.res_mode to attr.divmod.resmode
2009-04-02 Moritz KrollRenamed attr.cast.totype to attr.cast.type. Added Cast...
2009-04-02 Moritz KrollUpdated VC2005 project. Sorted ir_spec.py entries
2009-04-02 Michael Beck- BugFix: do not crash when dumping all-types graph...
2009-04-01 Moritz KrollUse setdefault in several cases to simplify code
2009-04-01 Moritz KrollPrepare for 'production'
next