avoid querying End/Anchor for register requirements
[libfirm] / ir /
2012-11-28 Matthias Braunavoid querying End/Anchor for register requirements
2012-11-28 Matthias Braunverify sched_not_scheduled flag
2012-11-28 Matthias Braunmake schedule dumper more robust/cleanup
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-28 Matthias Braunmove is_liveness_node to irlivechk header and share...
2012-11-28 Matthias Braunrework liveness dumper
2012-11-28 Christoph MallonRemove unused flags output from AMD64 Neg.
2012-11-28 Christoph MallonMark memory using nodes with "uses_memory".
2012-11-28 Christoph Mallonsparc: Clean up introduce_epilog().
2012-11-28 Christoph Mallonsparc: Make kill_unused_stacknodes() work by not shadow...
2012-11-28 Christoph Mallonbenode: Remove be_find_return_reg_input().
2012-11-28 Christoph Mallonia32: Implement ugly fix to use the right noreg, when...
2012-11-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-27 Christoph Mallonbearch: Also dump the slot index of should_be_same...
2012-11-27 Christoph Mallonbearch: Dump the output requirement and the assigned...
2012-11-27 Christoph Mallonia32: Prevent out-of-bounds access after calling emit_a...
2012-11-27 Christoph Mallonia32: Inline get_ia32_orig_node() into its only caller.
2012-11-27 Christoph Mallonia32: Remove declarations of non-existent functions.
2012-11-27 Christoph Mallonia32: Remove the unnecessary functions is_ia32_AddrMode...
2012-11-27 Christoph Mallonia32: Make some tests a bit cheaper by checking for...
2012-11-27 Christoph Mallonia32: Do not use current_ir_graph in ia32_make_register...
2012-11-27 Christoph Mallonia32: Do not use current_ir_graph in ia32_create_Immedi...
2012-11-27 Christoph Mallonia32: Clean up ia32_try_create_Immediate().
2012-11-27 Christoph Mallonia32: Allow symconsts in "i" asm constraints.
2012-11-27 Christoph Mallonia32: Remove the parameter immediate_constraint_type...
2012-11-27 Christoph Mallonscripts: Reduce scope of variable.
2012-11-27 Christoph Mallonscripts: Use a string instead of magic numbers for...
2012-11-27 Christoph Mallonscripts: Simplify mapping flags.
2012-11-27 Christoph Mallonamd64: Remove copy&past-ed comments from the node speci...
2012-11-27 Christoph Mallonbeschednormal: Properly check for nodes, which are...
2012-11-27 Christoph Mallonbesched: Remove redundant assert()s.
2012-11-27 Christoph Mallonbeverify: Simply use the register, which we already...
2012-11-27 Christoph Mallonbe: Pass ir_graph* instead of ir_node* to allocate_reg_...
2012-11-27 Christoph Mallonia32: Simply return the single_req in ia32_parse_clobber().
2012-11-27 Christoph Mallonia32: Clean ip ia32_make_register_req().
2012-11-27 Christoph Mallonia32: Simply return the class_req in ia32_make_register...
2012-11-27 Christoph Mallonia32: Make ia32_make_register_req() static.
2012-11-27 Christoph Mallonbestack: Simplify be_abi_fix_stack_nodes() using be_cre...
2012-11-27 Christoph Mallonbenode: Remove unused support for a flexible number...
2012-11-27 Christoph Mallonbearch: Make arch_dump_register_req() static.
2012-11-27 Ingmar WirthsAllow the first line to be a comment.
2012-11-27 Christoph Mallonbeschedregpress: Remove unnecessary tests.
2012-11-27 Christoph Mallonbeprefalloc: Correct typo in comment.
2012-11-27 Sebastian BuchwaldFixed warnings introduced in 97080a1af7b7e8a4969d2fba25...
2012-11-27 Christoph Mallonbearch: Remove the special case for Projs from arch_get...
2012-11-27 Christoph Mallonbeschednormal: Remove strange scheduled test from tree...
2012-11-27 Christoph Mallonutil: Remove duplicate definitions of the macros MAX...
2012-11-27 Christoph Mallonarray: Remove the attribute eltsize from struct ir_arr_...
2012-11-27 Christoph Mallonarray: Remove the write-only attribute u.obstack from...
2012-11-27 Christoph Mallonirgwalk: Remove unnecessary skip_Id().
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is(req, ignore) instead...
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-11-27 Christoph Mallonbearch: Replace is_2addr_code(req) by arch_register_req...
2012-11-27 Christoph Mallonirnode: Remove unnecessary skip_Proj() from get_Block_c...
2012-11-27 Christoph Mallonbelive: Remove duplicate assert()s.
2012-11-27 Matthias Braunimprove arch_dump_reqs_and_registers()
2012-11-27 Christoph Mallonbeinfo: assert() that be_get_info() is not called on...
2012-11-26 Matthias Braunoptimize iredges code
2012-11-26 Matthias Braunexpose some critical bearch functions for inlining
2012-11-26 Matthias Braunslightly optimize liveness code
2012-11-26 Matthias Braunget rid of get_irg_estimated_node_count
2012-11-26 Matthias Braunremove irprintf_t.h; only unused stuff in it
2012-11-26 Matthias Braundon't grow the hashset if it just clobbered with delete...
2012-11-26 Matthias Braunfix irhooks move commit
2012-11-26 Matthias Braunmove internal defines/datatypes from .h in .c file
2012-11-26 Matthias Braunremove a bunch of pointless asserts for non-NULL pointers
2012-11-26 Christoph Mallonbestack: Remove the unused return value from stack_fram...
2012-11-26 Matthias Braunmove all inline #defines to the begin of their headers
2012-11-26 Matthias Braunmake irhooks API private
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-26 Matthias Braunget rid of #define in public headers
2012-11-26 Christoph Mallonbestack: Simplify collect_stack_nodes_walker().
2012-11-26 Christoph Malloncleanup: Remove unnecessary #include from belive_t.h.
2012-11-26 Christoph Mallonbelive: Remove unused (and partially broken) macros.
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 Mallonrbitset: Handle the edge case that the start position...
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Malloncleanup: Use get_Block_n_cfgpreds()/get_Block_cfgpred...
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.
next