- removed useless be_req_t which was a wrapper around an arch_register_req_t
[libfirm] / ir / be / arm /
2009-01-09 Matthias Braunbring arm back to a working state
2009-01-09 Michael Beck- propagate r23142 changes to all backends
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-17 Michael Beck- removed useless end -> node dependency
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-08 Michael Beck- removed unused immediate fp mode
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-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
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-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...
2008-10-09 Christoph MallonRemove unnecessary dependency edge from the IncSP,...
2008-10-09 Christoph MallonDo not pass the cg to transform_nodes().
2008-10-08 Christoph MallonRemove redundant be_set_transformed_node() in transform...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-22 Michael Beck- fixed comment
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-07-30 Christoph MallonReplace be_peephole_before_exchange()+sched_remove...
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-08 Michael Beck- small cleanup
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 MallonGammelfix: Add a be_Copy in the ARM prologue for the...
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-23 Michael Beckconvert rotl x, const into rotr x,32-const
2008-06-23 Michael BeckImproved version of gen_Rotl()
2008-06-23 Michael Beck- add support for Rotl
2008-06-19 Michael Beck- be_peephole_IncSP_IncSP() must return the new node
2008-06-13 Michael Beckfixed some warnings
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-01 Michael Beck- stack alignment is now power of two
2008-05-30 Michael Beckadd extra info for immediate float mode
2008-05-29 Michael Beck- Fixed output for IncSP nodes
2008-05-29 Michael Beck- Add a peephole phase that fixes all stack offsets
2008-05-29 Michael Beck- Emitter for IncSP emits now Add or Sub
2008-05-29 Michael Beckrenamed SubSP to SubSPandCopy, add some constants
2008-05-28 Michael Becksimplify code
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-30 Matthias Brauncleanup/fix arm callflags
2008-03-12 Michael Beckneed suffixes for mvf, mnf
2008-03-11 Michael Beckset the isa right
2008-03-11 Michael Beckinstructions with immediates are not commutative
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckfixed CondJmp attributes
2008-03-11 Michael Beckset the global isa object
2008-03-11 Matthias Braunfix out flags for mode_T nodes
2008-03-11 Michael Beckupdated be_AddSP semantics
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunfix arm scheduler
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-11 Matthias Brauninclude iroptimize.h
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-17 Christoph MallonLet constants and simular things depend on the stack...
2007-09-05 Michael Beckchanged parameters for new MulC
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-08-18 Christoph MallonRemove an unnecessary layer of indirection from the...
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-07-25 Michael Beckemit new block labels
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-11 Michael Beckremoved character modes, use integer modes instead
next