libfirm
2009-09-11 Matthias BraunLC_OPT_ENT_BOOL needs an int
2009-09-10 Sebastian Buchwaldtypos
2009-09-10 Christoph Mallonlibcore wants int, not bool.
2009-09-10 Matthias Braunwe need last_uses even without preferences
2009-09-10 Matthias Braunsmall bugfix/cleanup of phi preference propagation
2009-09-10 Matthias Braunadd commandline options to disable preference, congruen...
2009-09-10 Christoph MallonCorrect typos.
2009-09-09 Sebastian BuchwaldFixed codegen/wrong_execfreq.c from r26508.
2009-09-09 Matthias Braundon't classify Proj nodes
2009-09-09 Matthias Braunmulti level optimistic split
2009-09-09 Christoph MallonCorrect wrong DBG_OPT_ALGSIM classification.
2009-09-09 Christoph MallonToday's localopt: a * (1 << x) -> a << x.
2009-09-07 Matthias Braunreturn 0 for number of outputs for nodes without backen...
2009-09-07 Matthias Braungive fewer penalties to neighbors of uses with multiple...
2009-09-07 Sebastian BuchwaldAdded missing declaration.
2009-09-06 Sebastian BuchwaldUse module mechanism to register copy minimization...
2009-09-06 Michael Beck- removed C99 features
2009-09-05 Matthias Braunallow final_cost pointer to be NULL
2009-09-05 Matthias Braunavoid putting interfering stuff into the same congruenc...
2009-09-04 Sebastian Buchwald- removed remnant of copyheur3
2009-09-04 Sebastian BuchwaldAdded some comments.
2009-09-04 Sebastian BuchwaldWe have already asserted the condition.
2009-09-04 Sebastian BuchwaldWe need config.h to know whether FIRM_KAPS is defined.
2009-09-04 Matthias Braunnew heursitic for good coloring order; add utility...
2009-09-04 Matthias Braunonly compile pbqp stuff if pbqp defines are enabled
2009-09-04 Thomas Bersch- added assert for correct PBQP solution
2009-09-04 Thomas BerschInitial version of PBQP copy minimization.
2009-09-03 Matthias Brauntweak optimistic split heuristic to take execfreq of...
2009-09-03 Matthias Braunalign stackframe to 4 bytes to avoid bad esp alignments
2009-09-03 Matthias Braunimprove hack to also work when the value has been ...
2009-09-03 Matthias Braundon't optimistically split these strange msut_be_differ...
2009-09-03 Matthias BraunCopyKeeps have mostly Keep-like semantics too - make...
2009-09-03 Matthias Braunfix (nearly) endless loops in some cases of propagate_phi
2009-09-03 Christoph MallonSort file lists in Makefile.am.
2009-09-03 Christoph MallonAdd missing files to Makefile.am.
2009-09-02 Christoph MallonRemove removed files from Makefile.am.
2009-09-02 Matthias Braunmerge preferences along congruence classes
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-09-02 Christoph MallonCreate clean register requirements for Phis, otherwise...
2009-09-02 Christoph MallonReuse already fetched values.
2009-09-02 Christoph MallonCorrect typo in comment.
2009-09-01 Matthias Braunold and never used files
2009-09-01 Matthias Braunold and nowaday useless tool stuff
2009-09-01 Matthias Braun- improve block scheduling heuristic by deciding a...
2009-09-01 Matthias Braunimprov execfreq estimation if a loop outedge leaves...
2009-08-31 Matthias Braunfix rematerialisation code to not ask Proj nodes for...
2009-08-30 Michael BeckChanged splitting of commutative nodes: Instead of...
2009-08-28 Michael Beck- removed C99 features
2009-08-28 Matthias Braunclarify comment
2009-08-27 Christoph MallonCorrect typos in comments.
2009-08-27 Matthias Braunimprove phi propagation
2009-08-26 Sebastian Buchwaldtypo
2009-08-26 Michael Beck- fixed r26421
2009-08-25 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-25 Matthias Braunbenewalloc: refactorign assignment_t struct is not...
2009-08-25 Matthias Braunaddendum to the should_be_same fix: we also have to...
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings.
2009-08-24 Matthias Braunfix optimistical split
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-24 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-24 Sebastian BuchwaldUse @version tag
2009-08-24 Sebastian Buchwald@note instead of @Note
2009-08-24 Sebastian BuchwaldUse @p to refer parameters.
2009-08-24 Matthias Braunadd missing NL to generated file
2009-08-24 Matthias Braunfix comment
2009-08-24 Sebastian BuchwaldRemoved superfluous comment.
2009-08-24 Sebastian BuchwaldMoved file description.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-24 Matthias Braun- First version of optimistic splitting
2009-08-24 Matthias Braunfix daemel spiller accessing flags of Proj nodes
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
next