Let foreach_set() declare the iterator variable.
[libfirm] / ir / be / arm / arm_emitter.c
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-05-13 Christoph MallonRemove the unused macro constant SNPRINTF_BUF_LEN.
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-04-25 Matthias Braunrename dbg_set_dbg_info to dbg_location
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunbe: let begnuas call be_dbg_method_begin/end
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-12 Matthias Braunsimplify/remove unnecessary complicated copy-pasta...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
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
next