becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / arm /
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunfix backend nodes not copying flags correctly
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-02-28 Matthias Braunfix warnings because compare_attr gets const nodes now
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
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)
2011-01-30 Michael BeckMore size_t related changes.
2010-12-28 Michael BeckConstify.
2010-12-28 Michael BeckReplaced magic constants by an enum.
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunmake sparc+arm backend completely independent from...
2010-10-08 Matthias Braunbackend: put ignore regs into beirg
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
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-10-06 Matthias Braunallow_ifconv callback may not be NULL anymore
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Brauninvoke switch lowerer in target specific lowering pass
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunarm: we don't use the generic be_Call anymore, no need...
2010-07-27 Matthias Braunfix warnings
2010-07-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
2010-07-26 Matthias Braunarm: remove unused code, using tst to avoid cmp,0 not...
2010-07-24 Michael BeckExplicitly initialize the is_load_store attribute.
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-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunchange backend node specification to use whole words...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
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 Braunrefactoring: set_frame_entity is a special callbacks...
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 Becksvn:keywords added
2010-07-09 Michael Beck- add some doxygen docu
2010-07-09 Michael Beckadd some doxygen docu.
2010-07-09 Matthias Braunhandle arm ABI in arm transform phase
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
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-09 Matthias Braunimprove dumping of symconst attributes
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-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-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-15 Matthias Braunremove unused vars
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 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 MallonOutput proper local lables (starting with .L/L) for...
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-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
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 Matthias Braunmake the character used for specifying elf types config...
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Michael Beckfixed doxygen comment
2009-12-31 Michael Beckget_arm_shift_modifier() has no implementation, removed...
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...
next