besched: Add and use sched_foreach_reverse_safe().
[libfirm] / ir / be / amd64 / bearch_amd64.c
2012-12-14 Christoph Mallonbesched: Add and use sched_foreach_reverse_safe().
2012-12-12 Matthias Braunremove license stuff from files
2012-12-02 Christoph Mallonbesched: Add and use sched_replace().
2012-12-02 Christoph Mallonbe: Use sched_add_before(a, b) instead of sched_add_aft...
2012-12-02 Christoph Mallonamd64: Simplify amd64_register_saved_by().
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-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
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-24 Christoph Mallonamd64: Remove struct amd64_irg_data_t.
2012-11-24 Christoph Mallonamd64: Remove the unused function create_const().
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-06-18 Christoph MallonAllow spills in amd64_set_frame_entity(), too.
2012-06-06 Matthias Braunbe: expose be_options variable globally
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-09-27 Manuel MohrAdded option to prevent creation of misaligned loads...
2011-09-01 Manuel MohrDirectly ask backend for current machine size in CopyB...
2011-09-01 Manuel MohrImproved CopyB lowering, made it part of target lowering.
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-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
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-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
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-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-03-16 Matthias Braunallocate spillslots at beginning/end of stackframe...
2011-03-16 Matthias Braunremove old spillslot coalescing API
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 Braunforbid calls of new_XXX and new_d_XXX when not in phase...
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-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
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-30 Robin Redekeramd64: fixed spill code. added Sub and Neg. Fixed Cmp.
2010-06-30 Robin Redekeramd64: added be_Spill and be_Reload transformation.
2010-06-28 Robin Redekeramd64: small changes w.r.t. stack alignment.
2010-06-28 Robin Redekeramd64: implemented Store, Mul and Sub.
2010-06-28 Robin Redekeramd64: Added Load and FrameAddr transformation. And...
2010-06-25 Robin Redekeramd64: Cmp, Cond and Jcc seem to work for now.
2010-06-25 Robin RedekerAdded preliminary Conv, Call and Jmp instructions to...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-06 Michael BeckC99 feature removed.
2010-05-06 Robin Redekeradded symconst skeleton code and basic parameter passing.
2010-04-29 Robin Redekeradded amd64 backend code (which doesn't do much yet).