beabi: Remove redundant adjustment of try_omit_fp in process_ops_in_block().
[libfirm] / ir / be /
2012-11-24 Christoph Mallonbeabi: Remove redundant adjustment of try_omit_fp in...
2012-11-24 Christoph Mallonbeabi: Always be_abi_call_get_flags() before be_abi_cal...
2012-11-24 Christoph Mallonbeabi: Turn be_abi_call_flags_t into a struct.
2012-11-24 Christoph Mallonbeabi: Remove the atttribute on_stack from struct be_ab...
2012-11-24 Christoph Mallonbeabi: Use the stack alignment, instead of hardcoding...
2012-11-24 Christoph Mallonbeabi: Remove the attribute frame_tp from struct lower_...
2012-11-24 Christoph Mallonbeabi: Remove the unused attribute static_link_pos...
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-24 Christoph Mallonbeabi: Remove the write-only attribute link_class from...
2012-11-24 Christoph Mallonamd64: Remove struct amd64_irg_data_t.
2012-11-24 Christoph Mallonbemain: init_graph in arch_isa_if_t may now be a null...
2012-11-24 Christoph Mallonbestack: Remove pointless local variable.
2012-11-24 Christoph Mallonbestack: Remove the write-only attribute between_size...
2012-11-24 Christoph Mallonbeabi: Pass be_abi_irg_t around locally instead of...
2012-11-24 Christoph Mallonbeabi: Do not pass an environment to fix_pic_symconsts...
2012-11-24 Christoph Mallonbeabi: Remove the attribute start from struct be_abi_irg_t.
2012-11-24 Christoph Mallonbeabi: Remove the unused attribute start_block_bias...
2012-11-24 Christoph Mallonbe: Remove the irg from the birg.
2012-11-24 Christoph Mallonarm: Remove the unused function create_const().
2012-11-24 Christoph Mallonamd64: Remove the unused function create_const().
2012-11-23 Christoph Mallontimer: Enlarge the display space for the time.
2012-11-21 Matthias Braunfix assert: there are initializers with size==0
2012-11-16 Matthias Braunia32: fix stupid bug introduced in last commit
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 Matthias Braunbedwarf: use be_gas_emit_string to fix escaping issues
2012-11-15 Matthias Braunbegnuas: simplify, add be_gas_emit_string()
2012-11-15 Matthias Braunbedwarf: query backend for pointer size
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 MallonLet be_foreach_definition() declare the value variable.
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 MallonRemove unnecessary tests.
2012-11-12 Christoph MallonPanic when asked to simulate a vfprem.
2012-11-11 Christoph MallonCorrect some off-by-one errors in ia32_emitf().
2012-11-11 Christoph MallonImplement binary emitter for ia32 bt.
2012-11-11 Christoph MallonFake a binary emitter for ia32 asm.
2012-11-11 Christoph MallonImplement binary emitter for ia32 fisttp.
2012-11-11 Christoph MallonImplement binary emitter for ia32 popcnt.
2012-11-11 Christoph MallonImplement binary emitter for ia32 bswap.
2012-11-11 Christoph MallonImplement binary emitter for ia32 sbb0.
2012-11-11 Christoph MallonImplement binary emitter for ia32 ffreep.
2012-11-11 Christoph MallonFactorise code for binary emitters of ia32 fp operation...
2012-11-11 Christoph MallonSimply emit nothing for ia32 Unknown.
2012-11-11 Christoph MallonImplement binary emitters for ia32 bsf and bsr.
2012-11-11 Christoph MallonFactorise code of binary emitters for ia32 unops with...
2012-11-11 Christoph MallonCorrect bemit_${OP}() and bemit_${OP}mem().
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-10 Christoph MallonClaim that AMD family 12h, 14h and 15h are K10.
2012-11-10 Christoph MallonFix calculation of x86 CPU family.
2012-11-09 Matthias Braunia32: allow Minus, Phi in any float mode
2012-11-09 Matthias Braunia32: we can skip float downconvs before stores
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-05 Christoph MallonRemove stale comments.
2012-11-05 Christoph MallonRemove the unused function be_set_Copy_op().
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-10-31 Christoph MallonSimplify test when to stop in push_through_perm().
2012-10-31 Christoph MallonFix a performance bug in push_through_perm().
2012-10-29 Matthias Braunfix bad input register requirements
2012-10-29 Matthias Braunbeverify: cleanup, use bool for ok/bad return value
2012-10-29 Matthias Braunbeverify: remove dominance check
2012-10-29 Matthias Braunfix output constraints of ia32_IJmp
2012-10-29 Matthias Braunfix some missing register constraints
next