libfirm
2010-04-10 Michael BeckRenamed ia32 Push0 to PushEax (because this is the...
2010-04-10 Michael BeckProbably compute_Cmp() can ge removed at all, compute_P...
2010-04-09 Michael BeckBugfix: add missing NaN handling for Cmp nodes inside...
2010-04-09 Matthias Braunanother case fo missing statistics/missing outedge...
2010-04-09 Matthias Braunfix consconfirm missing nodes in its statistics and...
2010-04-09 Michael BeckPartly undo r27277 and add a prototype for (formally...
2010-04-09 Michael BeckAdd a type_dbg_info_ptr type, just like all others.
2010-04-07 Matthias BraunNEWS update
2010-04-07 Matthias Braunallocate memory for peephole values on heap; us DB...
2010-04-07 Matthias Braunfix the sub esp,4 => push peephole optimisation
2010-04-07 Michael BeckC99 feature removed.
2010-04-06 Matthias Braunrevert accidental commit which disable node number...
2010-04-06 Matthias Braunadd a bitset_copy_into function and use it in belive...
2010-04-06 Matthias Braunmodel Unknowns as own nodes (but not in form of an...
2010-04-06 Matthias Braunremove get_XXX_attr type functions
2010-03-31 Sebastian BuchwaldFixed typo
2010-03-31 Sebastian Buchwaldir_node already has a loop field
2010-03-30 Matthias Braundebug output wasn't always initialized properly
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-29 Michael Beckremove _GNU_SOURCE define again and add AC_FUNC_STRTOLD...
2010-03-26 Christian Helmerloop inversion: Fixed bug, that prevented compilation...
2010-03-25 Sebastian BuchwaldReverted r27289, since it brokes a lot of tests on...
2010-03-24 Christian HelmerLoop inversion is more elegant and cleaned up now by...
2010-03-18 Jonas Fietzset a few more variables to const to prevent bugs
2010-03-18 Jonas Fietzfix warning about unused variable
2010-03-18 Jonas FietzAdd temporary fix for conv-problems
2010-03-18 Jonas Fietzremove ir_printf and replace with DBG
2010-03-18 Jonas Fietzfix a few subtle bugs in vrp
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-18 Jonas FietzFix bug left over from seperating merging and derivatio...
2010-03-17 Jonas FietzFix bug, where only partial information was set for...
2010-03-17 Matthias Brauninvalidate phase info before starting the code selectio...
2010-03-16 Michael BeckSet svn:keywords property.
2010-03-16 Michael BeckFixed immediate range (hint: never use decimals for...
2010-03-16 Michael BeckC99 feature removed, svn properties added.
2010-03-16 Michael BeckC99 feature removed, fixed indentation.
2010-03-16 Jonas FietzFix coding style
2010-03-16 Matthias Braunallow unnamed structs
2010-03-15 Sebastian BuchwaldFixed some warnings related to FIRM_KAPS.
2010-03-15 Matthias BraunI accidentally committed my minir hooks, oh well let...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-03-15 Matthias Braunremove unused vars
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-12 Matthias Braunupdate jinja version
2010-03-11 Matthias Braunno need for obstack_printf from libc (we provide our...
2010-03-11 Michael Beck- fixed off-by-one error after phase refactoring
2010-03-10 Matthias Braunfix stupid error in my last commit
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunnot used anymore (you can revive it from svn if needed)
2010-03-09 Matthias Braunnoone was using these _verbose flags
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braunexchange (brain damaged) defines with inline functions
2010-03-07 Matthias Braunforgot to check for dead blocks in 1 case
2010-03-07 Matthias Braunmerge similar Load von non-null address optimisations...
2010-03-07 Matthias Braunthe walking strategy in the dominance calculation doesn...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-07 Matthias Braunlabel start and end block in dumps
2010-03-06 Matthias Braunfix warning
2010-03-06 Christoph MallonMinor cleanup.
2010-03-06 Christoph MallonCorrect a subtle bug in the ia32 backend: Sub(x, x...
2010-03-06 Michael BeckBugFix: allow method entities to be initialized by...
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-03-01 Matthias Braunfix for my last commit
2010-03-01 Matthias Braunraw_bitset dependes on bitfiddle and other internals...
2010-02-27 Michael BeckRemoved useless forward declaration of ir_phase.
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Michael Beck- add missing include
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Michael BeckUndo wrong r27240 and fix an off-by-one bug when a...
2010-02-27 Jonas Fietzremove doubly included config.h
2010-02-27 Jonas FietzCopy phase information in DCE to preserve it over index...
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzfix an offset bug in allocating memory for irg phases
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas FietzFix documentation for init_irg_phase
2010-02-27 Jonas FietzCode cleanup in VRP code
2010-02-27 Jonas FietzReplace the workqueue list with a waitq in vrp.c
2010-02-27 Jonas Fietzset private functions to static in ir/ana/vrp.c
2010-02-27 Jonas Fietzadd some documentation to vrp.h
2010-02-27 Jonas FietzReplace if/else if cascade with switch(opcode)
2010-02-27 Jonas FietzFix extraneous space and add config.h to vrp.c
2010-02-27 Jonas FietzFix comments according to C89
2010-02-27 Michael Beck- ensure that the additional node size is struct-aligned
2010-02-27 Michael BeckAdd missing config.h include.
2010-02-26 Michael BeckFixed inverted condition: Linux have strtold, not windo...
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-02-26 Matthias Braunthe java frontend keeps methods in class types
2010-02-26 Matthias Braunthis assert seems to be wrong for the java frontend...
2010-02-26 Matthias Braunfix bug where compound_graph_pathe were consider null
2010-02-25 Christoph MallonRemove the ugly and write-only variable cur_reg_set.
2010-02-24 Christoph MallonSimplify code: Do not handle Minus when creating immedi...
2010-02-24 Matthias Brauncleanups and bugfixes in the tarval module and a new...
2010-02-24 Christoph MallonFix a gammel-bug: try_create_Immediate() dropped the...
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-20 Christoph MallonPrefer get_mode_all_one() over get_tarval_all_one().
next