beabi: remove a bunch of unused/deprecated flags
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE.c
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2011-12-19 Matthias Braunmake opcode list global
2011-11-10 Matthias Braunbe: rework isa_if interface and initialisation
2011-11-10 Matthias Braunbe: get rid of arch_irn_classify callback
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunbe: remove more unnecessary callbacks
2011-11-10 Matthias Braunbe: remove unused reg_class_for_mode callback
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunlet backends decide wether to use begnuas
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-17 Matthias Braunreplace unsupported builtins with library calls
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-12 Matthias Braunmerge after_ra and finish phase, and move stack_bias...
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
2011-08-04 Matthias Braunremove (broken+unused) support for right_to_left parame...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-17 Matthias Braunlet backends report their machine_size and the size...
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunall backends have decreasing stack
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunallow_ifconv callback may not be NULL anymore
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-22 Matthias Brauncleanup template backend a bit
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-01-19 Michael Beck- mostly implemented access to outer frame variables...
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
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-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-16 Christoph MallonRemove unused attribute const arch_env_t* arch_env...
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
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-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-09 Matthias Braun- add support for stack alignment on calls
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-01-02 Michael Beckupdate copyright message
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-26 Matthias Braunno environment anymore for emitters
2007-09-05 Michael Beckchanged parameters for new MulC
2007-08-18 Christoph MallonRemove an unnecessary layer of indirection from the...
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-06-25 Matthias Braunwarning 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-06 Michael Beckadd prefer_fastcall
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-22 Matthias Braunfix my last committ
next