libfirm
2009-06-29 Matthias Braunrework python generators: we can make use of the classe...
2009-06-26 Matthias Braunmark get_Block_irg inline to avoid warnings
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-24 Michael Beck- fixed warning
2009-06-24 Michael Beck- add an inline version of get_Block_irg()
2009-06-24 Michael Beck- add some doxygen comments laying around
2009-06-19 Matthias Braunanother instance of wrong block in new_Proj
2009-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-06-19 Matthias Braun- Get rid of the infamous Start->ProjX->Start backedge
2009-06-18 Matthias Brauntransform assert to an if, as some students tend to...
2009-06-18 Matthias Braunfix wrong assert, expor copy_node_attr function to...
2009-06-18 Matthias Braunsmall fixes
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-02 Michael Beck- svn properties added
2009-06-02 Michael Beck- C99 features removed
2009-06-02 Michael Beck- fixed Win32 build after r26081
2009-06-01 Matthias Braunadd note/error message about critical edge splitting...
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
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
next