merge kaps
[libfirm] / ir / be / arm / arm_emitter.c
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-01-30 Michael BeckMore size_t related changes.
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-07-28 Matthias Braunarm: we don't use the generic be_Call anymore, no need...
2010-07-14 Matthias Braunarm: implement calling conventions for float and double...
2010-07-09 Matthias Braunemit arm symconsts as .LC%u instead of .L%u to avoid...
2010-07-09 Matthias Braunsymconst symbols are part of an arm function
2010-07-07 Matthias Brauncleanup,refactoring of some arm node attribute handling
2010-07-06 Matthias Braunremove these largish/noisy headers
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-24 Matthias Braun- bring arm backend back to shape: cleanup and fix...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-01-09 Michael Beck- propagate r23142 changes to all backends
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Christoph MallonRemove unnecessary global variable.
2008-10-11 Christoph MallonRemove the attribute const arch_env_t *arch_env from...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-06-25 Michael Beck- fixed stabs output
2008-06-24 Christoph MallonAdd ARM TstBra and use it for comparison with 0.
2008-06-24 Christoph MallonFix printing shift amount for ARM mov.
2008-06-24 Christoph MallonAdd 0x prefix for printing ARM IncSP amount in hex.
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-05-29 Michael Beck- Fixed output for IncSP nodes
2008-05-29 Michael Beck- Emitter for IncSP emits now Add or Sub
2008-05-28 Michael Becksimplify code
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-11 Michael Beckset the isa right
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckset the global isa object
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-07-25 Michael Beckemit new block labels
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-29 Matthias Braunfixed some warnings
2007-06-27 Christoph MallonRemove unused variable.
2007-06-26 Michael Beckmore floating point immediate support
2007-06-26 Michael BeckFixed CopyB emitting (mostly).
2007-06-25 Michael BeckMade fallthrough handling ia32 like
2007-06-22 Michael BeckImplemented Unknown
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Michael Beckfixed output of arm_emit_shift()
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-14 Matthias Braunfix wrong parameter for be_emit_char
2007-06-14 Michael Beckfpa constants implemented
2007-06-10 Michael BeckFixed some ugly "const" code
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-07 Matthias Braunstart counting at 0 for dest and source registers
2007-05-05 Michael Beckremoved dead declarations
2007-05-05 Michael Beckused entities are now marked
2007-05-05 Michael Beckswitch to new style emitter
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Oliver...
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-14 Matthias Braunwarning fixes
2006-12-14 Matthias Braunwarning fixes
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beck- renamed access offset functions
2006-12-11 Christoph Mallonexecfreqs was renamed to exec_freq
2006-09-05 Adam Szalkowskifixed studd to make it run again after matze's commit
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-04 Christoph MallonFix warnings
2006-05-10 Christian Würdigfixed perm emitter
2006-04-21 Michael Beckuse arm_fprintf_format() in all emitter functions
2006-04-20 Michael BeckImplemented basic FPA support
2006-04-02 Michael BeckBig Changes:
2006-03-31 Christian Würdigadded silence emitter for Projs and Phis
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigmade code C89 compliant
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER() macro
2006-03-27 Michael BeckAdded arm backend from BE praktikum