ir_mode: simplify interface, improve float-mode handling
[libfirm] / ir / be / ia32 / ia32_transform.c
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
2010-05-03 Matthias Braunsmall optimisation: we can still skip unsigned/signed...
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-12 Matthias Braunfix warning
2010-02-06 Michael BeckFixed setcc transform:
2010-02-05 Matthias Braunfix all pic bases I could find
2010-02-05 Matthias Braunfix another PIC problem
2010-02-05 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-29 Matthias Braunfix float constants with PIC code
2010-01-22 Michael Beckcosmetic change
2010-01-20 Matthias Braunfix doz stuff
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
next