libfirm
2009-09-20 Michael BeckMore opcodes.
2009-09-20 Michael BeckRefactored binary emitter:
2009-09-19 Michael Beck- removed C99 features
2009-09-19 Michael Beck- Active Perl 5.6 cannot cope with "${name}[]" in HERE...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Sebastian BuchwaldFixed some problems due to refactoring in previous...
2009-09-18 Sebastian BuchwaldFixed some wrong nodes.
2009-09-18 Thomas Berschonly for debugging
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Sebastian BuchwaldSet irg birg.
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunexperimental beginning of a binary emitter I had lying...
2009-09-17 Sebastian BuchwaldMoved some ia32 independent code to bemain.
2009-09-17 Sebastian BuchwaldStart block isn't a special case anymore (and now get...
2009-09-17 Sebastian BuchwaldFixed bug that always sets profiled execfreq to zero.
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-17 Matthias Braununnecessary map
2009-09-16 Sebastian BuchwaldSet type state to fixed_layout to make beabi happy.
2009-09-16 Sebastian BuchwaldConnect profile code to initial Memory.
2009-09-16 Matthias Braunsmall optimisation (avoid some arch_irn_consider_in_reg...
2009-09-13 Michael Beck- add graph pass for edges_verify()
2009-09-12 Michael Beck- C99 features removed
2009-09-11 Matthias Brauninline arch_get_register_req_out to make the backend...
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
next