Emit bad instead of broken code for Add on amd64.
[libfirm] / ir / be /
2010-05-10 Robin RedekerEmit bad instead of broken code for Add on amd64.
2010-05-08 Christoph MallonFix last commit. Note to self: Never do last minute...
2010-05-08 Christoph MallonClarify the carry testing magic.
2010-05-07 Thomas BerschFirst scheduled node after a perm will now only be...
2010-05-06 Michael BeckC99 feature removed.
2010-05-06 Matthias Braunmake script generate ANSI compliant code
2010-05-06 Thomas BerschNew option and functionality added to use the late...
2010-05-06 Robin Redekerfixed two warnings.
2010-05-06 Robin Redekeradded symconst skeleton code and basic parameter passing.
2010-05-05 Matthias Braunalso allow reference mode in fild
2010-05-05 Matthias Braunguard against multiple users when skipping convs for AM
2010-05-03 Matthias Braunfix typo
2010-05-03 Matthias Braunsmall optimisation: we can still skip unsigned/signed...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-05-03 Matthias Braunuse barriers instead of be_Keep to keep unused nodes...
2010-04-30 Matthias Braunminir_dumping should do something usefull now
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-30 Matthias Braunrename function
2010-04-30 Robin Redekeradjusted emitter to more current API.
2010-04-29 Robin Redekeradded amd64 backend code (which doesn't do much yet).
2010-04-27 Hannes Rapp- added emit_section_sparc to begnuas
2010-04-26 Matthias Braunimprove ia32_Asm register pressure faithfullness stuff...
2010-04-26 Christoph Mallons/full\>/ful/.
2010-04-26 Matthias Braunaccidently enable debug code
2010-04-26 Matthias Braunadd a note so the next person doesn't have to dig so...
2010-04-24 Michael BeckC99 feature removed.
2010-04-19 Matthias Braun- Bugfix: Barrier nodes have an effect like a Keep...
2010-04-17 Michael BeckFixed release build.
2010-04-15 Matthias Braungas on cygwin doesn't like section type (althought...
2010-04-15 Matthias Braunavoid excessive use of alloca -- it doesn't work on...
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.
next