besched: Add and use sched_replace().
[libfirm] / ir / be / ia32 / ia32_x87.c
2012-12-02 Christoph Mallonbesched: Add and use sched_replace().
2012-11-30 Christoph Mallonia32: Fix some mostly harmless warnings.
2012-11-28 Christoph Mallonbearch: Use be_foreach_use() in more places.
2012-11-28 Christoph Mallonbearch: Make the register requirements an output parame...
2012-11-28 Matthias Braunintroduce be_foreach_use and use it
2012-11-28 Matthias Braunmore be_foreach_definition usage
2012-11-28 Matthias Braunintroduce be_lv_foreach_cls and use it
2012-11-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-15 Matthias Braunia32_x87: remove the distinction between vfp and fp...
2012-11-15 Christoph Mallonx87: Add a heuristic for fxch-ing one operand in sim_bi...
2012-11-15 Christoph Mallonx87: Only use fucompp if one operand happens to be...
2012-11-15 Christoph Mallonx87: Enable x87_create_fpop() to remove entries other...
2012-11-15 Christoph Mallonx87: Remove the parameter num from x87_create_fpop().
2012-11-15 Christoph Mallonx87: Improve sim_binop(): Only use fxch if both operand...
2012-11-15 Christoph Mallonx87: Simplify the case when both operands are dead...
2012-11-15 Christoph Mallonx87: Fix harmless typo in sim_binop().
2012-11-15 Christoph Mallonx87: Simplify x87 code generation.
2012-11-14 Christoph Mallonx87: Simplify sim_Fucom().
2012-11-14 Christoph Mallonx87: Simplify selecting the instruction and popping...
2012-11-13 Christoph Mallonx87: Do not set x87 attributes, which are not used.
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-12 Christoph MallonMerge the (single) pop and non-pop variants of x87...
2012-11-12 Christoph MallonMerge the pop and non-pop variants of x87 store operations.
2012-11-12 Christoph MallonMerge the pop and non-pop variants of x87 binary operat...
2012-11-12 Christoph MallonMerge the r and non-r variants of fdiv and fsub.
2012-11-12 Christoph MallonPanic when asked to simulate a vfprem.
2012-11-05 Christoph MallonInline x87_set_tos() into its only caller.
2012-11-05 Christoph MallonRemove cruft from sim_Copy().
2012-11-05 Christoph MallonRemove redundant assert.
2012-11-05 Christoph MallonRemove the unused return value from x87_create_fxch().
2012-11-05 Christoph MallonGet rid of x87_push_dbl() by passing an usable register...
2012-11-05 Christoph MallonDo not add a Proj to the schedule.
2012-11-05 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-05 Christoph MallonPanic when get_irn_Proj_for_mode() does not find a...
2012-11-05 Christoph MallonRemove unnecessary tests.
2012-11-05 Christoph MallonSimplify collect_and_rewire_users(): Use get_edge_src_p...
2012-11-05 Christoph MallonReplace x87_fxch_shuffle() + sched_add_before() by...
2012-11-05 Christoph MallonSimplify inserting the fxchs in x87_shuffle().
2012-11-05 Christoph MallonPass the value to be pushed to x87_create_fpush().
2012-11-05 Christoph MallonCleanup and use C99.
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.
next