factorize upper_bits_clean and use in sparc+ia32
[libfirm] / ir / be / ia32 / ia32_transform.c
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.
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-11-14 Michael BeckPrefix global entities from the ia32 backend with ia32_...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunno need for no_float_fold hack anymore
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-19 Matthias Brauna normalisation which shrinks values on the right shift...
2010-08-18 Matthias Braunia32: fix bug introduced when improving doz matcher...
2010-08-18 Matthias Braundoz pattern matcher missed some cases
2010-08-02 Christoph MallonDuplicate GetEIP when transforming.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2010-07-08 Matthias Braunavoid unnecessary macros in ia32_transform.c
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Brauncleanup ia32 code (use private linkage where necessary...
2010-05-05 Matthias Braunguard against multiple users when skipping convs for AM
2010-05-03 Matthias Braunfix typo
next