Panic when get_call_result_proj() does not find the Proj.
[libfirm] / ir / be / ia32 / ia32_x87.c
2012-11-05 Christoph MallonPanic when get_call_result_proj() does not find the...
2012-11-05 Christoph MallonInline x87_alloc_state() into its only user.
2012-11-05 Christoph MallonRemove unnecessary indirection for the empty x87 state.
2012-11-05 Christoph MallonRemove tos from x87_state.
2012-11-05 Christoph MallonSimplify x87_dump_stack().
2012-11-05 Christoph MallonAdd the function x87_get_entry() to retrieve elements...
2012-11-05 Christoph MallonOnly copy the x87 state once per block.
2012-11-05 Christoph MallonSimplify x87 sim_Return().
2012-11-05 Christoph MallonRemove stale and unused cruft from x87 simulator.
2012-11-05 Christoph MallonPanic when the x87 simulator encounters and asm node...
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias Braunreplace pamp_find with pmap_get where possible
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
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
next