cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / be / arm / arm_transform.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-11-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-24 Christoph Mallonarm: Remove the unused function create_const().
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-17 Matthias Braunsimplify copy interface and respect double/aligned...
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-23 Matthias Braunbackend: ProjT/Start is an anchor and explicitely trans...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
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-04-08 Matthias Braunall backends have decreasing stack
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
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-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2010-12-28 Michael BeckReplaced magic constants by an enum.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: put ignore regs into beirg
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-27 Matthias Braunfix warnings
2010-07-26 Matthias Braunarm: remove unused code, using tst to avoid cmp,0 not...
2010-07-24 Michael BeckAdd preliminary support for Clz instruction.
2010-07-24 Michael Becksmall simplification.
2010-07-24 Michael BeckImplemented RSB support.
2010-07-24 Michael BeckImproved MVN support.
2010-07-24 Michael BeckImplemented Bic support.
2010-07-23 Michael BeckImprove barrel shifter usage.
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-14 Matthias Braunimplement some int to float conversions
2010-07-14 Matthias Braunarm: implement calling conventions for float and double...
2010-07-14 Matthias Braunremove unused have_fp_insn
2010-07-10 Matthias Braunremove now unnecessary beabi stuff from bearch_arm
2010-07-10 Matthias Braunreorganize beabi - save wether we are using omit_fp...
2010-07-10 Michael Beck- replaced an if condition that should never happen...
2010-07-09 Michael Beck- add some doxygen docu
2010-07-09 Matthias Braunhandle arm ABI in arm transform phase
2010-07-09 Matthias Braunslightly improve arm shift instruction matching
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
2010-07-07 Matthias Brauncleanup,refactoring of some arm node attribute handling
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-03-15 Matthias Braunremove unused vars
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
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-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-01-02 Michael Beckfixed doxygen comment
2009-11-03 Michael Beck- removed C99 features
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-17 Matthias Braun- Bigger refactoring and cleanup in backend:
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-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-17 Michael Beck- removed useless end -> node dependency
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
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-09 Christoph MallonAdd be_dep_on_frame() to let a node depend on the frame...
next