be: remove remnants of machine description
[libfirm] / ir / be / ia32 / ia32_new_nodes.c
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Brauncustom stack bias code for sparc
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-09 Sebastian BuchwaldFixed some typos.
2011-03-04 Matthias Braunfix backend nodes not copying flags correctly
2011-03-04 Matthias BraunFix some -Wmissing-declarations warnings
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-17 Matthias Braunreworked ia32 condition code handling, remove backend...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-10 Matthias Braunia32: remove unnecessary safety check
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-06 Matthias Braunremove these largish/noisy headers
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-03-02 Matthias Braunfix some cases of PIC emitting
2009-01-08 Michael Beck- small cleanup
2009-01-08 Michael Beck-small cleanup
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-12-04 Michael Beck- make ia32_am_scale unsigned
2008-11-11 Christoph MallonRemove duplicated test.
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-10-28 Michael Beck- removed const from function definitions (causes warni...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-12 Christoph MallonRemove is_ia32_Ld() and is_ia32_St().
2008-10-12 Christoph MallonRemove the unused function get_ia32_out_reg_name().
2008-10-12 Christoph MallonRemove the unused function get_ia32_out_regnr().
2008-10-12 Christoph MallonRemove the unused function get_ia32_result_proj().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-08 Christoph MallonIntroduce ia32_Call, which can handle address mode.
2008-10-04 Christoph MallonMerge ia32_am_type_t and ia32_am_arity_t, because ...
2008-10-04 Christoph MallonRemove ia32_am_ternary. The only users were Div an...
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-04 Matthias Braunremove a wrong and some unnecessary comments
2008-09-04 Matthias Braunfix the reload folding mode stuff in a more correct way
2008-09-02 Michael Beckremoved C99 feature
2008-09-02 Andreas ZwinkauDump ins_permuted and cmp_unsigned attributes to vcg
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-20 Sebastian BuchwaldAdded assert for right am_scale value;
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-09 Matthias Braunfix warning
2008-06-20 Andreas Zwinkaudump the modify_flags flag, too
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-06-11 Michael Beck- BugFix: get_pnc_string() can only handle default...
2008-06-11 Sebastian Buchwaldadded non-const getter for ia32_immediate
2008-04-16 Christoph MallonRemove ia32_am_Dest.
2008-04-16 Christoph MallonRemove ia32_am_Full.
2008-01-02 Michael Beckupdate copyright message
2007-10-25 Matthias Braunfix parameter loads not being rematerialized
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-19 Matthias Braun- improve set transformation
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-17 Michael Beckfixed two warnings
2007-10-17 Michael BeckRefactored attributes:
2007-10-16 Michael Beckunused functions removed
2007-10-16 Michael Beckremoved unused got_lea attribute
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-10-03 Matthias Braundo NOT mirror pnc on swap_left_right anymore, as it...
2007-10-03 Matthias Braunrename pnc_flipped to ins_permuted and change back...
2007-10-03 Christoph MallonFix typo in comment.
2007-10-02 Matthias Braun- workaround and document ShrD/ShlD problems correctly...
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-08 Christoph MallonFix a warning.
2007-09-08 Matthias Braunnicer indenting
2007-08-31 Michael Beckfixed warning on VC build
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-13 Matthias Braundisplay address mode in node label
2007-08-08 Matthias Braunnever CSE nodes which have no stack entities assigned...
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-03 Michael BeckC99 features femoved
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-25 Matthias Braunspecify attribute copy function in spec
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-22 Matthias Braunuse Immediate nodes more often
2007-06-20 Christoph MallonFix warning, remove unnecessary casts.
2007-06-18 Matthias Braunfixed warnings
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-06 Michael BeckAdded some casts to remove warnings
next