lower_intrinsics() now has an additional parameter alloweing part_block() to be used
[libfirm] / ir / be / arm /
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
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-07 Michael Beckspill-slot coalescing added
2007-05-07 Michael Beckmade the birg non-const (needed for the spill-slot...
2007-05-07 Matthias Braunrenumber source/dest registers
2007-05-07 Matthias Braunstart counting at 0 for dest and source registers
2007-05-06 Matthias Braunarm_gen_decls not needed anymore, hackaround to make...
2007-05-05 Michael Beckfixed isa template initializer
2007-05-05 Michael Beckremoved dead declarations
2007-05-05 Michael Beckused entities are now marked
2007-05-05 Michael Beckswitch to new style emitter
2007-05-02 Michael Beckupdated header
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Oliver...
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Matthias Braunfirst step for generating flag datastructures, generato...
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian Würdigadapted to new isa callback
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-20 Michael BeckAdded new required comment_string_end
2006-12-15 Matthias Braunfix bad format string for gendecls
2006-12-15 Matthias Braunwarning fixes
2006-12-14 Matthias Braunmore warning fixes
2006-12-14 Matthias Braunwarning fixes
2006-12-14 Matthias Braunwarning fixes
2006-12-13 Michael Beckrename type entity into ir_entity
next