belive: Remove the declaration of the non-existent function be_liveness_add_missing().
[libfirm] / ir / be /
2012-11-26 Christoph Mallonbelive: Remove the declaration of the non-existent...
2012-11-26 Christoph Mallonia32: Do not call a global variable mcount.
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "obst.h".
2012-11-25 Christoph Mallonbechordal: Remove T_RA_PROLOG.
2012-11-25 Christoph Mallonbechordal: Put the chordal obstack into be_chordal_env_...
2012-11-25 Christoph Mallonbechordal: Replace struct post_spill_env_t by its only...
2012-11-25 Christoph Mallonbechordal: Remove the attribute cls from struct post_sp...
2012-11-25 Christoph Mallonbechordal: Remove the attribute pre_spill_cost from...
2012-11-25 Christoph Mallonbechordal: Remove the attribute irg from struct post_sp...
2012-11-25 Christoph Mallonbechordal: Remove the parameter iteration, which is...
2012-11-25 Christoph Mallonsparc: Remove wrong register assignment code from trans...
2012-11-25 Christoph Mallonbeinsn: Do not store the register requirements in struc...
2012-11-25 Christoph Mallonbeinsn: Avoid copying bitsets by using a raw bitset...
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-11-25 Christoph Mallonbeinsn: Remove attribute irn from struct be_operand_t.
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn has constraints.
2012-11-25 Christoph Mallonbechordal: Remove remnants of the long gone split phase.
2012-11-25 Christoph Mallonbechordal: Remove struct be_chordal_alloc_env_t.
2012-11-25 Christoph Mallonbechordal: Simplify get_next_free_reg() by priming...
2012-11-25 Christoph Mallonbechordal: Remove the write-only bitset live.
2012-11-25 Christoph Mallonbechordal: Cleanup.
2012-11-25 Christoph Mallonbeinsn: Remove the write-only attribute pos from be_ope...
2012-11-25 Christoph Mallonbeinsn: Do not store, whether insn operands are constra...
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include from be_t.h.
2012-11-25 Christoph Mallonbeirgmod: Do not set registers for the Perm results...
2012-11-25 Christoph Mallonbeirgmod: Update documentation of insert_Perm_before().
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn is pre-coloured.
2012-11-25 Christoph Mallonbearch: remove arch_register_type_joker.
2012-11-25 Christoph Mallonbearch: Check the register class first in arch_reg_is_a...
2012-11-24 Christoph Mallonbearch: Assert, instead of test, that the register...
2012-11-24 Christoph Malloncleanup: Reduce code duplication.
2012-11-24 Christoph Mallonbearch: Remove arch_get_inverse() and associated code.
2012-11-24 Christoph Mallonbeinfo: Remove the unused function be_info_initialized().
2012-11-24 Christoph Mallonbeinfo: Remove declaration of the non-existent function...
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from becopyopt.h.
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from beifg.h.
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from belive.h.
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from beutil.h.
2012-11-24 Christoph Malloncleanup: Remove has_reg_class().
2012-11-24 Christoph Mallonbeinfo: Remove unnecessary test from sched_edge_hook().
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from besched....
2012-11-24 Christoph Mallonbesched: Remove the unused/unnecessary functions sched_...
2012-11-24 Christoph Mallonbelive: Assert that only scheduled nodes are used in...
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from beintlive_t.h.
2012-11-24 Christoph Mallonbearch: Remove special handling that a node has no...
2012-11-24 Christoph Mallonbelive: Remove unused functions and macros.
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-24 Christoph Mallonbetranshlp: Simply crash with on null pointer instead...
2012-11-24 Christoph Mallonbearch: Remove unnecessary indirection to access arch_n...
2012-11-24 Christoph Mallonbearch: Remove obsolete special case for out info of...
2012-11-24 Christoph Mallonheur4: Remove unused macro constants.
2012-11-24 Christoph Mallonheur4: Check all n_regs order[] entries, not just k.
2012-11-24 Christoph Mallonsparc: Correct dwarf number of register %i7.
2012-11-24 Christoph Mallonheur4: Avoid unnecessary bitset operations when the...
2012-11-24 Christoph Mallonbechordal: Remove the write-only bitset out_constr...
2012-11-24 Christoph Mallonbechordal: Remove the write-only attribute colors_n...
2012-11-24 Christoph Mallonbechordal: Remove the write-only bitset in_colors from...
2012-11-24 Christoph Mallonbechordal: Remove unused macro.
2012-11-24 Christoph Mallonbecopyheur2: Use bitset_foreach_clear() instead of...
2012-11-24 Christoph Mallonbechordal: Simplify get_decisive_partner_regs().
2012-11-24 Christoph Mallonbechordal: Remove impossible case from get_decisive_par...
2012-11-24 Christoph Mallonbechordal: Remove unnecessary bitset copies from get_de...
2012-11-24 Christoph Mallonbechordal: Remove invalid cases from assertion.
2012-11-24 Christoph Mallonbeinsn: Remove a pointless if.
2012-11-24 Christoph Mallonbelive: Change be_liveness_nodes_live_at() to be_livene...
2012-11-24 Christoph Mallonbe: Change insert_Perm_after() to insert_Perm_before().
2012-11-24 Christoph Mallonbeinsn: Remove the attribute next_insn from struct...
2012-11-24 Christoph Mallonbeinsn: Remove the attributes in_constraints and out_co...
2012-11-24 Christoph Mallonbe: Remove the indirection via chordal_scan_insn()...
2012-11-24 Christoph Mallonbechordal: Remove the unused attribute ilp_server[...
2012-11-24 Christoph Mallonbechordal: Remove the unused attribute ilp_solver[...
2012-11-24 Christoph Mallonbechordal: Make be_ra_chordal_color() static.
2012-11-24 Christoph Mallonbechordal: Use foreach_border_head() instead of the...
2012-11-24 Christoph Mallonbechordal: Remove the pointless wrapper macro get_block...
2012-11-24 Christoph Mallonbechordal: Remove the unused macros border_next() and...
2012-11-24 Christoph Mallonbechordal: Merge the macro chordal_has_class() and...
2012-11-24 Christoph Mallonbeabi: Remove unnecessary #include from beabi.h.
2012-11-24 Christoph Mallonbeabi: Remove the declaration of the non-existent funct...
2012-11-24 Christoph Mallonbeabi: Remove pointless local variable.
2012-11-24 Christoph Mallonbeabi: Remove parameters from create_be_return(), which...
2012-11-24 Christoph Mallonbeabi: The parameter irn of create_be_return() never...
2012-11-24 Christoph Mallonbeabi: Remove the attribute cls_addr from struct be_abi...
2012-11-24 Christoph Mallonbeabi: Remove the unused function be_abi_call_set_call_...
2012-11-24 Christoph Mallonbeabi: Remove the unused attribute between_type from...
2012-11-24 Christoph Mallonbeabi: Remove the global variable be_omit_fp.
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...
next