combos constant dataflow analysis has to be consistent with the localopt; this should...
[libfirm] / ir / be /
2010-04-13 Hannes Rapp- fixed: new_r_Proj/new_rd_Proj args changed
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-04-10 Michael BeckRenamed ia32 Push0 to PushEax (because this is the...
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-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-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-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-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-06 Christoph MallonMinor cleanup.
2010-03-06 Christoph MallonCorrect a subtle bug in the ia32 backend: Sub(x, x...
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-02-26 Matthias Braunthe java frontend keeps methods in class types
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 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 tarval_is_negative(x) over tarval_cmp(x, get_mod...
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 MallonCorrect indendation.
2010-02-20 Christoph MallonRemove unused emitter templates.
2010-02-19 Christoph MallonRemove address name SymConsts.
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 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-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 Braunput my notes into the code so they don't get lost....
2010-02-11 Michael BeckC99 feature removed.
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 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-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 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 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 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-05 Michael Beckexport ia32_immediate_from_long()
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
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 Matthias Braunfurther corrections on 'COMMON' semantic
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
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...
2010-02-01 Matthias Braunfix fehler175.c
2010-02-01 Matthias Braunfix wrong mux_is_set test
2010-02-01 Matthias Braunfix fehler174
2010-02-01 Hannes Rapp[r27015]
2010-02-01 Hannes Rapp- std function-prolog emitter eingebaut
2010-01-29 Matthias Braunfix float constants with PIC code
2010-01-28 Christoph MallonReduce code duplication by jumping to the appropriate...
2010-01-28 Christoph MallonUse a real Dummy node instead of misusing an Unknown...
2010-01-28 Christoph MallonRemove write-only local variable.
2010-01-28 Olaf Liebeemit unknown values as 0
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-22 Michael Beckcosmetic change
2010-01-20 Matthias Braunfix doz stuff
next