libfirm
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 Mallonir: Shuffle node macros, so functions in the header...
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...
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-24 Christoph Mallonedges: Remove support for private edge data.
2012-11-24 Christoph Mallonedges: Remove unused macros.
2012-11-24 Christoph Mallontr: Remove if from set_type_size(), which would lead...
2012-11-23 Sebastian BuchwaldCombo: Ensure split by partition for Phi nodes.
2012-11-23 Sebastian BuchwaldImproved readability of debug output.
2012-11-23 Sebastian BuchwaldDump partitions before adding them to the worklist.
2012-11-23 Sebastian BuchwaldFixed some typos.
2012-11-23 Christoph Mallontimer: Enlarge the display space for the time.
2012-11-23 Christoph Mallonverifier: Check the result mode of Div and Mod.
2012-11-22 Christoph Mallonverifier: Check that Div has a num mode, not a data...
2012-11-21 Matthias Braunupdate for release
2012-11-21 Matthias Braunfix assert: there are initializers with size==0
2012-11-19 Matthias Braunldstopt: fix for case of non-const global initializer
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...
next