add prefer_fastcall
[libfirm] / ir / be /
2007-06-06 Michael Beckadd prefer_fastcall
2007-06-06 Michael Beckremoved mips_register_from_name() callback
2007-06-06 Michael Beckremoved ppc32_register_from_name() callback
2007-06-06 Michael Beckremoved arm_register_from_name() callback
2007-06-06 Michael Beckremoved ia32_register_from_name() callback
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-03 Michael BeckSet the exc_label for Load and Store nodes.
2007-06-03 Matthias Braunadd comment about strange regalloc behaviour
2007-06-03 Matthias Braunmore missing constraints
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-03 Christoph MallonTurn the ia32_transform_env_t transformation environmen...
2007-06-02 Matthias Braunmore dependency edges needed
2007-06-02 Matthias Braunfix immediate emitting
2007-06-02 Matthias Braunattempt to fix Leas being placed before barrier
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
2007-06-02 Matthias Braunfix wrong initialisation for ARITY_DYNAMIC
2007-06-02 Matthias Braunfix pnc dumper for SwitchJmp
2007-06-02 Matthias Braunmore work on ia32 assembler nodes
2007-06-02 Matthias Brauncleanup and improve generate_opcode script, you can...
2007-06-02 Matthias Braunfix typo
2007-06-02 Matthias Braunfix float/pinned flags of be nodes
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckremoved unused offs_sign attribute, added exc_label...
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckcreate is_$arch_op() function
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckrenamed daemel into naive :-)
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckInitialization fixed
2007-05-31 Michael Beckbedaemelspill.c added
2007-05-31 Matthias Braunmore work on daemel spiller
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-30 Michael BeckAdded test for inline assembler
2007-05-30 Michael Beckpreliminary emitter for ASM nodes
2007-05-30 Michael Beckschedule ASM nodes
2007-05-30 Michael Beckenabled non-ia32 backends again: undo change 14191
2007-05-30 Michael Beckreorder opcode registration to match iro_* order
2007-05-30 Michael BeckDo not waste an opcode number. This ensures the 1:1...
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-05-30 Michael BeckAdd missing keep bits to fld* instructions
2007-05-30 Matthias Braunfix xStoreSimple and SetST0
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-30 Matthias Braunplace spills after keeps
2007-05-29 Matthias Braunspill phis in daemel spiller
2007-05-29 Matthias Braunadded the daemel spiller(tm) :-), it should be similar...
2007-05-29 Matthias Brauncleanups in spill helper code
2007-05-29 Matthias Braunia32 was missing spill cost estimates
2007-05-25 Michael Beckint instruction added
2007-05-25 Michael BeckUse new result mode and updated X_regular for the runti...
2007-05-24 Christoph MallonAdd missing break in a switch which caused an incorrect...
2007-05-23 Michael Beckremoved impossible address modes
2007-05-23 Michael Becksome doxygen comments added
2007-05-23 Matthias Braunemit .skip if a string initializer is shorter than...
2007-05-23 Matthias Braunfehler 16, found in 255.vortex
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Christian Würdigadded some comments
2007-05-23 Michael BeckUsed new Div result mode
2007-05-23 Matthias Braunfix uninitialized variables
2007-05-22 Christoph MallonFix constness.
2007-05-22 Matthias Braunliveness variants with ir_nodeset_t
2007-05-22 Matthias Braunfix my last committ
2007-05-22 Matthias Brauncorrect usage of get_irn_generic_attr
2007-05-22 Christian WürdigBugFix: the order of the coloring is important!
2007-05-21 Matthias Braunsimplify testcase
2007-05-21 Matthias Braundemonstrate another frontend bug
2007-05-21 Matthias Braunbe a bit less exact with float results so we don't...
2007-05-21 Matthias Brauntestcase for conv optimisation bugs
2007-05-21 Matthias Braunfix conv optimisation, remove wrong asserts
2007-05-21 Matthias Braundon't do the tests twice
2007-05-21 Matthias Braunmade testcase smaller
2007-05-21 Matthias Braunmade testcase smaller
2007-05-21 Matthias Braunnext bug found in 179.parser
2007-05-21 Matthias Braunonly use addressmode for 32 bit modes
2007-05-21 Matthias Braunfix it in a more ugly way
2007-05-21 Matthias Braundisable locale
2007-05-21 Matthias Braunsort reports differently
2007-05-20 Michael BeckC99 construct removed
2007-05-18 Matthias Braunemit execfreqs for all blocks. ignore the am_flavour...
2007-05-18 Matthias Braunbackends can specify costs for spill and reload
2007-05-18 Matthias Braunrework rematerialisation code to look at execution...
2007-05-17 Christoph MallonUse the proper magic word (get_Block_n_cfgpreds())...
2007-05-16 Matthias Braunwe should normalize to multiple returns (it's not worki...
2007-05-16 Matthias Braunget_irn_generic_attr supports const ir_node* now
2007-05-16 Matthias Braunsupport for custom attribute types on nodes
2007-05-16 Matthias Braunadjust schedule verifier
2007-05-16 Matthias Braunmore asserts
2007-05-16 Matthias Braunset remat flag for be_StackParam
2007-05-16 Matthias Braunsimplify remat test
2007-05-15 Christian Würdigremoved color map (just skip ignore colors in main...
2007-05-15 Christian Würdigbe_abi_put_ignore_regs returns now number of ignore...
2007-05-15 Christoph MallonConstify.
2007-05-15 Christoph MallonRemove unused variable.
next