Remove the unused parameter const arch_env_t *env from arch_get_register_req().
[libfirm] / ir / be / arm /
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
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckadded missing includes
2007-06-30 Matthias Braunmakefile updates
2007-06-29 Matthias Braunfixed some warnings
2007-06-28 Michael Beckdisable PSI creation for now
2007-06-28 Michael Beckadd ARM_2a and ARM_3G architectures
2007-06-27 Christoph MallonRemove unused variable.
2007-06-27 Christoph Mallonstatic
2007-06-27 Michael BeckFixed Div/Mod lowering:
2007-06-26 Michael Beckmore floating point immediate support
2007-06-26 Michael Beckinitial support for fpa immediates
2007-06-26 Michael Becktypo fixed
2007-06-26 Michael Beckpreliminary support for floating point branches
2007-06-26 Michael BeckFixed CopyB emitting (mostly).
2007-06-25 Matthias Braunfix
2007-06-25 Matthias Braunwarning fixes and use of attribute copy function
2007-06-25 Matthias Braunfix for new requirements generator
2007-06-25 Michael BeckMade fallthrough handling ia32 like
2007-06-25 Michael Beckfixed MLA creation
2007-06-24 Michael Beckfixed syntax of fpa ldf/stf instructions
2007-06-22 Michael BeckImplemented Unknown
next