libfirm
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.
2010-02-11 Michael BeckKicked complicated but useless if.
2010-02-11 Michael BeckDon't use malloc inside libFirm.
2010-02-11 Michael BeckBugFix: fixed list_for_each_safe() instance.
2010-02-11 Michael BeckC99 feature removed.
2010-02-11 Michael BeckReformat ugly if sequence and renamed variables to...
2010-02-11 Matthias Braunfix weak external functions
2010-02-11 Matthias Braundo not free the graph after emitting it (this should...
2010-02-11 Olaf LiebeRemoved ir_common_linkages enum (wrong and not helpful)
2010-02-11 Olaf LiebeFixed name mangling for private entities
2010-02-11 Matthias Braunallow several odd weak combinations
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Matthias Braunput zero initialized entities into bss section (not...
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Matthias Braunfix
2010-02-10 Matthias Braunmake statev_sql commandlines similar to mysql commandlines
2010-02-10 Jonas FietzFix bug when handling pn_Cmp_Lg with vrp info
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd some optimizations for jumpthreading using vrp...
2010-02-10 Jonas FietzAdd basic optimizations based on vrp info
2010-02-10 Jonas FietzAdd analysis for vrp information
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-09 Olaf LiebeFixed sizeof(long)-dependent case sorting and signednes...
2010-02-09 Christian HelmerAdded missing do_loop_unrolling
2010-02-08 Matthias Braunmake firm compile again
2010-02-08 Matthias Braunin case of missing tables create them even in update...
2010-02-08 Christian Helmercparser now knows 'unroll-loops'.
2010-02-07 Matthias Brauncleanup rework and extend statev_sql.py; it should...
2010-02-07 Michael BeckMux -> Abs works for unordered compare ...
2010-02-07 Michael BeckReverted r27079. Seems to be wrong.
2010-02-06 Michael BeckBugFix: ins_permuted means inversed flags, not negated ...
2010-02-06 Michael BeckFixed setcc transform:
2010-02-05 Matthias Braunconstructors/destructors must not have a name
2010-02-05 Christoph MallonDo not emit a label if a entity has no name.
2010-02-05 Christoph MallonSupport dtor sections on Mach-O.
2010-02-05 Matthias Braunhack for mac
2010-02-05 Matthias Braunmac gas doesn't get .octa
2010-02-05 Matthias Braunfix all pic bases I could find
2010-02-05 Matthias Braunfix another PIC problem
2010-02-05 Matthias Brauntry to fix PIC commons
2010-02-05 Christoph MallonEmit the symbol of PIC trampolines.
2010-02-05 Matthias Braunbring back PIC support
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-05 Matthias Braunrevivie max_irg_visited
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-05 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-05 Michael Beckexport ia32_immediate_from_long()
2010-02-04 Matthias Braunattempt to fix compound_graph stuff
2010-02-04 Matthias Braunoops
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2010-02-04 Matthias Braunfix buf: we can't handle floating point muxes
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckC99 feature removed.
2010-02-03 Michael BeckAdd get_tarval_lowest_bit() and get_tarval_popcnt(...
2010-02-03 Matthias Braunfurther corrections on 'COMMON' semantic
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-02 Christian HelmerLoop unrolling implemented. Inversion+unrolling fail...
2010-02-01 Olaf LiebeFixed broken ia32_emitf (va_arg was not always called...
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
next