big refactoring of arch_XXX functions
[libfirm] / ir / be / ia32 / ia32_x87.c
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-08 Andreas Zwinkaumerge kaps
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
2010-11-21 Michael BeckTurn while loop into do-while, we know it will be execu...
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-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-23 Matthias Braunremove the (mis-)feature of arch_get_irn_reg_req_out...
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-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-01 Matthias Braunfix fehler174
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-11-27 Michael Beck- drop dependency on predefined mode_E
2008-11-27 Michael Beck- better documenent the return vale of simulator functions
2008-11-13 Christoph MallonRemove unused macro.
2008-11-13 Christoph MallonUse assignment instead of memcpy().
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Christoph MallonAdd comment about how to improve x87 simulator.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonCleanup.
2008-10-11 Christoph Mallonvfsub and vfdiv are now commutative, because there...
2008-10-08 Christoph MallonIntroduce ia32_Call, which can handle address mode.
2008-10-04 Christoph Mallonset_ia32_op_type() want ia32_AddrModeS, not ia32_am_Sou...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-21 Michael Beckfixed warnings
2008-05-14 Michael Beck- modeled vfisttp using a dummy output value, this...
2008-05-13 Michael BeckSSE3 fisttp instruction added (currently unused due...
2008-01-02 Michael Beckupdate copyright message
2007-11-23 Michael Becksome preliminary long double support
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-10-03 Matthias Braunrename pnc_flipped to ins_permuted and change back...
2007-09-30 Matthias Braunadd assert for not getting bad out regs, and fix some...
2007-09-30 Matthias Braunsupport for fucom(p)i
2007-09-30 Matthias Braun- support for Ftst instruction, AM support for x87...
2007-09-28 Matthias Braunfix for fehler87
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-14 Michael Beckuse EMMS/FEMMS on AMD machines to clear x87 state
2007-09-14 Michael Beckuse ffreep st instead of fstp st on athlon
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-08-31 Matthias BraunChanged handling of address mode:
2007-07-17 Matthias Braunfix unused call results
2007-07-17 Matthias Braunfix Cltd register pressure, fix some SSE (ABI with...
2007-07-13 Matthias Braunuse zeros instead of unknowns for floating point for now
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-04 Matthias Braunfix some x87 issues...
2007-06-29 Matthias Braunno Addressmode for x87 CondJmps
2007-06-25 Michael BeckC99 feature removed
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-19 Matthias Braunimplement strict convs
2007-06-18 Matthias Braunfixed warnings
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-13 Matthias Braunsimulate Keeps to make sure unused results are popped...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-24 Michael Beckadded more comments
2007-04-20 Matthias Braunfix wrong registers assigned to some float constants
2007-04-19 Matthias Braunuse own mode for fpcw, fix constants for shift, xmm...
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-22 Matthias Braunmake CondJmps and Switches pinned, now we can do code_p...
2007-03-01 Matthias Brauncorrectly handle calls in x87 simulator
2007-03-01 Matthias Braun- we have to handle copies from Unknown nodes
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-03-01 Matthias Braunfix mixed reverse/normal comp in fCondJmp
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-14 Matthias BraunSeveral x87 fixes, cleanups:
next