bemain: Centrally call be_gas_end_compilation_unit() and be_emit_exit() instead of...
[libfirm] / ir / be / ia32 / bearch_ia32.c
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 Mallonia32: Remove the write-only/unused attributes isa and...
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-26 Christoph Mallonia32: Do not call a global variable mcount.
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
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 Mallonbeabi: Turn be_abi_call_flags_t into a struct.
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-15 Matthias Braunia32_x87: remove the distinction between vfp and fp...
2012-11-12 Christoph MallonMerge the pop and non-pop variants of x87 store operations.
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-10-25 Matthias Braunswitch_lowerer: cast to backend specified Switch mode
2012-10-25 Matthias Braunremove no-out_of_bounds option from lower_switch
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-10-19 Sebastian BuchwaldPerform switch lowering before double-word lowering.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-06-27 Matthias Braunlong double has 4 byte alignment
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2011-12-21 Matthias Braunbe: rework op_attr handling
2011-12-19 Matthias Braunia32: free between type in ia32_finish
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunmake opcode list global
2011-11-16 Matthias Braunia32: do not change tarval output modes in init
2011-11-14 Matthias Braunremove irbitset.h
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-10-25 Christoph MallonRemove ia32_l_Setcc and remove set creation callback...
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-27 Manuel MohrAdded option to prevent creation of misaligned loads...
2011-09-22 Matthias Braunconvenience function to see if mux gets optimized away
2011-09-21 Matthias Braunbackend always expects outedges, assure them after...
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-08 Matthias Braunimplement compound-call-argument lowering
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-23 Matthias Braunia32: make sure the stackframe IncSp is always used
2011-08-19 Christoph MallonReduce code duplication.
2011-08-19 Christoph MallonUse new_*_Const(irg, get_mode_$VAL(mode)) instead of...
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-17 Matthias Braunsimplify copy interface and respect double/aligned...
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-12 Matthias Braunmerge after_ra and finish phase, and move stack_bias...
2011-08-12 Sebastian BuchwaldAdded soft float support for IA32 backend.
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-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-01 Matthias Braunlower small switches to ifs
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-23 Matthias Braunlower_dw: huge refactoring, allow custom lowering funcs...
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-15 Matthias Braunfix cparser warnings
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Michael BeckC99 feature removed.
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-13 Matthias Braunremove old+unused code
2011-04-09 Michael BeckC99 features removed.
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 Braunchange get_ignore_irn API to take irg instead of abi
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-03-22 Matthias Braunpin prolog/epilog nodes
2011-03-17 Michael BeckRemoved unused variables.
2011-03-16 Matthias Braunemit global asms in all backends
2011-03-16 Matthias Braunbestabs: move stabs but not backend specific text0...
2011-03-16 Matthias Braunbestack: add support for nodes resetting the stack
2011-03-16 Matthias Braunallocate spillslots at beginning/end of stackframe...
2011-03-06 Michael BeckFixed size_t related warnings.
2011-03-04 Michael BeckRemoved C99 feature.
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Brauncleanup/flatten some backend options
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-02-28 Matthias Braunfix mux_allowed expecting Proj(Cmp) instead of Cmp
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-19 Michael BeckReplaced pmaps used for 16 and 8bit register names...
2010-11-14 Michael BeckPrefix global entities from the ia32 backend with ia32_...
next