bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / be / TEMPLATE /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-02 Christoph Mallontemplate: Correct comment.
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_DZ().
2012-11-30 Christoph Mallonbemain: Centrally call be_gas_end_compilation_unit...
2012-11-30 Christoph Mallonbemain: Centrally call be_emit_init() and be_gas_begin_...
2012-11-29 Christoph Mallonbeemit: Provide be_emit_node(), which merges the (almos...
2012-11-29 Christoph Mallonbeemit: Provide be_set_emitter() replacing identical...
2012-11-27 Christoph Mallonscripts: Use a string instead of magic numbers for...
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-25 Christoph Mallonbearch: remove arch_register_type_joker.
2012-11-24 Christoph Mallonbearch: Remove arch_get_inverse() and associated code.
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-24 Christoph Mallonbeabi: Always be_abi_call_get_flags() before be_abi_cal...
2012-11-24 Christoph Mallonbeabi: Turn be_abi_call_flags_t into a struct.
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-07-23 Matthias Braunupdate TEMPLATE backend
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-18 Matthias Braunintroduce TEMPLATE_emitf
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-19 Christoph MallonMark memory using nodes with "uses_memory".
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-05-13 Christoph MallonUse be_emit_irprintf("%T", x) instead of be_emit_tarval().
2012-05-13 Christoph MallonRemove the unused macro constant SNPRINTF_BUF_LEN.
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2011-12-19 Matthias Braunmake opcode list global
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
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-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
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-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-12 Matthias Braunsimplify/remove unnecessary complicated copy-pasta...
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-25 Matthias Brauncleanup fragile op handling
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 Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunfix backend nodes not copying flags correctly
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-02-28 Matthias Braunfix warnings because compare_attr gets const nodes now
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-01-30 Michael BeckMore size_t related changes.
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-08 Matthias Braunrename tarval to ir_tarval
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-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunremove outdated/wrong comments from backend specs
2010-07-15 Matthias Braunchange backend node specification to use whole words...
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-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
2010-07-06 Matthias Braunremove these largish/noisy headers
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-15 Matthias Braunfix various warnings reported by cparser
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 Matthias Braunfix warning, always use -m32 on mac assembler
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
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-11-27 Matthias Braunchange style of braces
next