we don't need no stinking selfs
[libfirm] / ir / be / arm /
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
2007-06-22 Michael Beckadd support for 2 return registers
2007-06-22 Michael Becktemporary remove the non-working operands
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Michael Beckfixed handle_calls()
2007-06-22 Michael Beckfixed output of arm_emit_shift()
2007-06-22 Matthias Braunexperimental machine operands, fixed warnings
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-20 Christoph MallonFix warning, remove unnecessary casts.
2007-06-19 Michael BeckBugFix: new_op must be used instead of op
2007-06-19 Michael Beckmade CondJmp and SwitchJmp pinned
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-18 Michael Beckremoved prefer_fastcall: backends can now decide how...
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Michael Beckfixed mode or arm_SymConst
2007-06-17 Michael Beckfixed mode of integer instructions
2007-06-17 Michael BeckfpaStf is now Proj less
2007-06-17 Michael BeckBugFixes:
2007-06-17 Michael Beckremoved unused debug handle
2007-06-16 Michael BeckVarious fixes
2007-06-16 Michael BeckStore have no memory proj
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-14 Michael Beckreplaced assert(0) by panic()
2007-06-14 Matthias Braunfix wrong parameter for be_emit_char
2007-06-14 Michael Beckfpa constants implemented
2007-06-14 Michael Beckfpa constants implemented
2007-06-14 Michael Beckfixed spill alignment
2007-06-14 Michael Beckchanged register names
2007-06-10 Michael BeckFixed some ugly "const" code
2007-06-06 Michael BeckAdded some casts to remove warnings
2007-06-06 Michael Beckremoved arm_register_from_name() callback
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-02 Matthias Brauncleanup and improve generate_opcode script, you can...
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckInitialization fixed
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-25 Michael BeckUse new result mode and updated X_regular for the runti...
2007-05-18 Matthias Braunbackends can specify costs for spill and reload
next