becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / sparc /
2012-12-14 Christoph Mallonbesched: Use sched_foreach_{after,reverse_before}().
2012-12-14 Christoph Mallonbesched: Change sched_foreach_reverse_from(sched_prev...
2012-12-14 Christoph Mallonbesched: Change sched_foreach_from(sched_next(x), y...
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallontr: Ensure that all entities have an owner.
2012-12-04 Matthias Braunremove commented out code
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-12-03 Matthias Braunmark stores in int->float, float->int and float->float...
2012-12-02 Christoph Mallonsparc: Simplify finish_sparc_Return().
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_DZ().
2012-11-30 Christoph Mallonbemain: Centrally call be_gas_end_compilation_unit...
2012-11-30 Christoph Mallonbemain: Centrally call be_emit_init() and be_gas_begin_...
2012-11-30 Christoph Mallonsparc: Do not force the object file format to ELF.
2012-11-29 Christoph Mallonbeemit: Provide be_emit_node(), which merges the (almos...
2012-11-29 Christoph Mallonbeemit: Provide be_set_emitter() replacing identical...
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-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Mallonsparc: Remove wrong register assignment code from trans...
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-24 Christoph Mallonbearch: Remove arch_get_inverse() and associated code.
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 Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-24 Christoph Mallonsparc: Correct dwarf number of register %i7.
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-24 Christoph Mallonbemain: init_graph in arch_isa_if_t may now be a null...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-10-25 Matthias Braunswitch_lowerer: cast to backend specified Switch mode
2012-10-25 Matthias Braunremove no-out_of_bounds option from lower_switch
2012-09-13 Matthias Braunsparc: use 128bit long double even for softfloat
2012-08-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-21 Matthias Braunavoid usage of modifies_fp flags in sparc backend
2012-08-21 Matthias Braunsimplify by using C99
2012-08-13 Manuel Mohrsparc: Use be_peephole_exchange instead of exchange...
2012-08-09 Matthias Braunsparc: fix wrong delay slot test
2012-08-09 Matthias Braunsparc: fix delayslot picking order
2012-08-09 Matthias Braunsparc: support float perms
2012-08-09 Matthias Braunsparc: split128 bit float loads into 2x64bit load
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-08-02 Matthias Braunuse C99 to cleanup code
2012-08-02 Christoph MallonAssert that there is currently no object under construc...
2012-08-02 Christoph MallonFactorise code to set the register contraints and regis...
2012-08-02 Christoph MallonFactorise code to get the register projs of the SPARC...
2012-08-02 Christoph MallonPut SPARC initial register info into a struct.
2012-08-01 Christoph MallonSimplify emit_sparc_Div(): Pass the instruction mnemoni...
2012-07-25 Matthias Braunprefere local registers when allocating for sparc
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-19 Christoph MallonAdd sparc_emitf() to make the SPARC emitter more readable.
2012-07-17 Manuel Mohrsparc: Fix Alloc nodes.
2012-07-16 Manuel Mohrsparc: Fix gen_Const on 64-bit machines.
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)
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-19 Christoph MallonMark memory using nodes with "uses_memory".
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-04-25 Matthias Braunrename dbg_set_dbg_info to dbg_location
2012-04-25 Matthias Braunadd dwarf register number to register description
2012-03-14 Matthias Braunfix sparc backend restore node
2012-03-01 Matthias BraunRoute stackpointer through Restore node
2012-02-09 Matthias Braunsparc: fix too short Save offsets
2012-02-09 Matthias Braunsparc: another fix for sparc stack alignment
2012-02-09 Matthias Braunsparc: fix float to short conversion
2012-02-09 Matthias Braunsparc: fix wrong mode on Div result
2012-01-19 Matthias Braunsparc: implement float->unsigned conversions
2012-01-19 Matthias Braunsparc: respect frame_type alignment
2012-01-10 Matthias Braunsparc: implement 64bit from/to float conversions
2012-01-10 Matthias Braunsparc: fix wrong reg-width in double->int Conv
2012-01-09 Matthias Braunsparc: Fix constants for double parameter opt
2011-12-29 Sebastian BuchwaldAdded missing casts.
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-06 Christoph MallonTurn if cascade into switch.
2011-12-05 Sebastian BuchwaldRemoved superfluous assignment.
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-12-01 Matthias Braunsparc: optimize float constants function paramters
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-10 Matthias Braunbe: rework isa_if interface and initialisation
2011-11-10 Matthias Braunbe: get rid of arch_irn_classify callback
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunbe: remove more unnecessary callbacks
2011-11-10 Matthias Braunbe: remove unused reg_class_for_mode callback
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-09 Matthias Braunbepeephole: reachability check in can_move_before
2011-11-03 Manuel Mohrsparc: Pass correct argument to lower_alloc.
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunbe: let begnuas call be_dbg_method_begin/end
next