libfirm
2009-08-24 Sebastian Buchwaldtypo
2009-08-24 Sebastian Buchwaldtypo
2009-08-24 Sebastian Buchwaldtypo
2009-08-23 Michael Beck- add missing prototype
2009-08-23 Michael Beck- fixed typo
2009-08-23 Michael Beck- fixed pass manager
2009-08-20 Matthias Brauna first try to propagate phi preferences upwards
2009-08-20 Michael BeckAdd passes for inlining, private methods.
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonRemove ununsed parameter.
2009-08-19 Christoph MallonRemove the pointless function firm_init_hooks(). Its...
2009-08-19 Christoph MallonUndo r26380, another copy of the comment is still prese...
2009-08-19 Christoph MallonRestore comment, which was lost in r26362.
2009-08-19 Christoph MallonCorrect comments (indentation, typos).
2009-08-19 Christoph MallonUse correct return type (void) for pass wrapper callbacks.
2009-08-18 Sebastian Buchwaldtypos
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- properties changed
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunbenewalloc: more special casing of unknowns as phi...
2009-08-17 Matthias Braunbenewalloc: fix unknowns being used at phi inputs
2009-08-17 Matthias Braunbenewalloc: fix assert hitting when dying value was...
2009-08-17 Matthias Braungenerally rewire inputs before enforce_constraints...
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Matthias Braunbenewalloc: fix enforce_constraints sometimes looking...
2009-08-16 Matthias Braunfix output constraints not always being respected
2009-08-16 Matthias Brauncleanup and fix permutate_values (3-cycles and values...
2009-08-16 Matthias Braunfix double typedef of ir_prog
2009-08-16 Michael Beck- graph passes can be added to prog managers now
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
next