libfirm
2009-08-16 Michael Beck- add more passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-08-16 Michael Beck- removed C99 features
2009-08-16 Michael Beck- add pass for optimize_graph_df()
2009-08-16 Michael Beck- removed useless spaces
2009-08-16 Michael Beck- add pass for combo()
2009-08-16 Michael Beck- add pass for lower_intrinsics()
2009-08-16 Michael Beck- implemented a pass manager, so optimizations could...
2009-08-14 Matthias Braunfree values again if we know we don't need them anymore
2009-08-14 Matthias Braunbenewalloc: fix live-in values without phis not getting...
2009-08-14 Matthias Braunfix more bugs in new allocator
2009-08-14 Matthias Braunfix block message in register allocator verifier
2009-08-14 Christoph MallonDo not allocate backend info for Projs. Their tuple...
2009-08-14 Christoph MallonSkip projs before getting backend flags.
2009-08-14 Matthias Braunfix a bug in constraint enforcement; improve phi handli...
2009-08-14 Matthias Braunbenewalloc: cleanups; dump intermediate results; rework...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
2009-08-12 Christoph MallonMinor corrections.
2009-08-12 Christoph MallonRemove unnecessary #include "phiclass.h".
2009-08-12 Matthias Braunfix rbitset_is_empty; put opening brace of functions...
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-11 Matthias BraunSwitchJmp doesn't have 1 'none' output
2009-08-11 Matthias Braunadd rbitsets_have_common function
2009-08-06 Matthias Braunfix
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunfix read from uninitialized memory
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-08-04 Matthias Braunfix register allocation verifier not checking output...
2009-08-03 Matthias Brauninitial work for phi-nodes (ifs should work, loops...
2009-08-03 Matthias Braunmore work on permutate values (not finished yet)
2009-08-02 Matthias Braunfix warning and compilation error in optimized mode
2009-08-02 Matthias Braunfix a few bugs in benewalloc, split codegen timer in 2
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-07-31 Matthias Braununnecessary include
2009-07-31 Matthias Braunfix warning
2009-07-31 Matthias Braunfix warning
2009-07-31 Matthias Braunfix last commit
2009-07-31 Matthias Braundeclare load/store alternative in iroptimize header
2009-07-31 Matthias Braunless abreviations: rebitset_cpy => rebitset_copy
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-10 Matthias Brauncondeval is called Jump Threading now
2009-07-06 Michael Beck- hopefully fixed the lftr now
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias Braunremove unused common/firmwalk.* code
2009-06-29 Matthias Braunremove pointless and unused common/statistics.* code
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-29 Matthias Braunfix bad merge in last commit
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...
next