libfirm
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().
2010-02-20 Christoph MallonPrefer tarval_is_negative(x) over tarval_cmp(x, get_mod...
2010-02-20 Christoph MallonPrefer get_mode_{max,min}() over get_tarval_{max,min}().
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-20 Christoph MallonPrefer get_mode_one() over get_tarval_one().
2010-02-20 Christoph MallonPrefer new_Const(get_mode_one(x)) over new_Const_long...
2010-02-20 Christoph MallonCorrect indendation.
2010-02-20 Christoph MallonRemove unused emitter templates.
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-19 Christoph MallonUpdate/correct documentation about SymConsts.
2010-02-18 Matthias Braunsome cleanups in preparation for a new tarval_from_str...
2010-02-18 Matthias Braunremove double declaration
2010-02-16 Christian HelmerFixed bug, partially reverted to an earlier version.
2010-02-16 Christian HelmerRefactoring
2010-02-15 Matthias Braunoutput 'x' instead of 'w' flag for text setions
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonRepair URLs and comments, which were damaged almost...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonOutput proper local lables (starting with .L/L) for...
2010-02-13 Christoph MallonWe must be able to output 16 byte aligned long doubles...
2010-02-13 Matthias Braunfix warning, always use -m32 on mac assembler
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Matthias Braunfix intrinsics appearing in output
2010-02-13 Christoph MallonUse .space instead of .zero. The latter is not known...
2010-02-13 Christoph MallonNon-local common symbols on mach-o must be .comm, not...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonIgnore generated files.
2010-02-13 Christoph MallonRemove whitespace at EOL, remove empty lines at beginni...
2010-02-12 Matthias Braunfix linkonce for functions
2010-02-12 Matthias Braunfix
2010-02-12 Matthias Brauncorrect handling of local commons
2010-02-12 Matthias Braunreimplement macho
2010-02-12 Matthias Braunimplement several new section types including comdat...
2010-02-12 Matthias Braunfix warning
2010-02-12 Matthias Braundon't ignore entities in Sels
2010-02-12 Matthias Braunexport/import visibility and linkageflags
2010-02-12 Matthias Braunremove pointless message
2010-02-12 Matthias Braunput my notes into the code so they don't get lost....
2010-02-11 Michael BeckUpdate version.
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-11 Sebastian BuchwaldFixed fehler176.
next