cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / be / ia32 / ia32_transform.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-12-03 Matthias Braunmark stores in int->float, float->int and float->float...
2012-12-02 Christoph Mallonia32: Merge Store and Store8Bit.
2012-12-02 Christoph Mallonia32: Merge Conv_I2I and Conv_I2I8Bit.
2012-12-02 Christoph Mallonia32: Merge AddMem, AndMem, OrMem, SubMem and XorMem...
2012-12-02 Christoph Mallonia32: Merge Cmp and Cmp8Bit.
2012-12-02 Christoph Mallonia32: Merge Test and Test8Bit.
2012-11-30 Christoph Mallonia32: Factorise setting do_x87_sim into a helper function.
2012-11-28 Christoph Mallonia32: Implement ugly fix to use the right noreg, when...
2012-11-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-27 Christoph Mallonia32: Do not use current_ir_graph in ia32_create_Immedi...
2012-11-27 Christoph Mallonia32: Allow symconsts in "i" asm constraints.
2012-11-27 Christoph Mallonia32: Remove the parameter immediate_constraint_type...
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-15 Matthias Braunia32_x87: remove the distinction between vfp and fp...
2012-11-09 Matthias Braunia32: allow Minus, Phi in any float mode
2012-11-09 Matthias Braunia32: we can skip float downconvs before stores
2012-10-29 Matthias Braunfix output constraints of ia32_IJmp
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-10-24 Matthias Braunia32: cleanup handling of 8/16bit operations
2012-08-27 Matthias Braunia32_transform: remove unused SETCC_TR_SBB
2012-08-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-23 Matthias Braunia32: skip downconvs in front of Store
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-04-17 Matthias Braunia32: remove pointless downconv skips in gen_Add
2012-03-09 Christoph MallonRemove ia32_code_gen_config_t::use_ftst.
2012-03-09 Christoph MallonSimplify code to relax the condition in get_flags_node().
2012-03-06 Christoph MallonMove a set_ia32_commutative() into the branch where...
2012-03-01 Matthias Braunfix backend Cond/Cmp flag optimization failing for...
2012-02-17 Matthias Braunia32: fix and optimize bswap sequence on i386
2011-11-14 Matthias Braunia32: set ls_mode on more nodes
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-04 Matthias Braunia32: sign flag is enough if no overflow
2011-11-04 Matthias Braunia32: improve AM-matching for x87-fpu nodes
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunia32: fix float_const_store for modes with 10bytes
2011-10-25 Christoph MallonRemove ia32_l_Setcc and remove set creation callback...
2011-10-20 Matthias Braunia32: change ShrD/ShlD patterns to match Add instead...
2011-10-17 Sebastian BuchwaldXor without address mode is commutative.
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-22 Matthias Braunconvenience function to see if mux gets optimized away
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-13 Sebastian BuchwaldDo not touch deleted nodes.
2011-09-12 Matthias Braunia32: fix overly conservative upper_bits_clean (by...
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-07-19 Sebastian BuchwaldSet ls_mode for created ia32_Test node.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-17 Christoph MallonWork around the PIC-in-switch problem by setting the...
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-26 Matthias Braunfix ShlD/ShrD not getting generated in some cases
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braunfix warnings
2011-05-23 Matthias Braunlower_dw: Shift lowering without intrinsics
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-13 Matthias Braunremove old+unused code
2011-04-11 Sebastian BuchwaldBoth memory projs are involved in the transformation.
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 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-04-08 Matthias Brauncleanup iredges API a bit
2011-04-03 Michael BeckC99 feature removed.
2011-03-30 Matthias Braunamend to tls_chagnes
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-25 Matthias Braunfix wrong usage of inverted vs negated condition codes
2011-03-17 Matthias Braunia32: get_eip and fpu_trunc_mode are not always NULL...
2011-03-16 Matthias Braunia32: add some asserts for the pre_transform step
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-24 Matthias Braungeneralize bittest pattern
2011-02-24 Christoph MallonUse Lea instead of Add in the ia32 transformer.
2011-02-24 Christoph Mallonia32_Lea cannot use immediates, set the offset instead.
2011-02-24 Matthias Braunfix broken bt instruction after ia32 cc rewrite
2011-02-21 Andreas ZwinkauSkip shift dependency if no other users
2011-02-17 Andreas ZwinkauFixes testcase opt/gzip_error
2011-02-17 Matthias Braunfixed broken builtins and added some comments
2011-02-17 Matthias Braunreworked ia32 condition code handling, remove backend...
2011-02-16 Matthias Braunnormalize some bittest constructs
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-01-30 Michael BeckMore size_t related changes.
next