rework fragile ops to have a throws_exception attribute
[libfirm] / ir / be / benode.c
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-03-22 Matthias Braunadd exc_attr to all be_nodes so you can dynamically...
2011-03-06 Michael BeckFixed size_t related warnings.
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunfix backend nodes not copying flags correctly
2011-03-04 Matthias Brauncleanup besched header
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunmake sparc+arm backend completely independent from...
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-10 Matthias Braunwe can do without the phi register requirement guessing...
2010-08-09 Matthias Brauncorrectly use wide values in automatic phi register...
2010-08-09 Matthias Braunreformat and cleanup benode.c
2010-08-05 Matthias Braunmake sure the width field is always initialized to...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-09 Matthias Braunmake API for creating single register constraints public
2010-07-06 Matthias Brauncleanup and fix some benode dumpers
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-11-06 Matthias Braunmore robust detection of start nodes in listsched;...
2009-09-24 Matthias Braunfix register constraints for MemPerm nodes
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Sebastian BuchwaldFixed some problems due to refactoring in previous...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-09-02 Christoph MallonCreate clean register requirements for Phis, otherwise...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-01-27 Matthias Brauninitialize backend opcode right after frontend opcodes
2009-01-10 Michael Beck- do cheap tests first
2009-01-10 Michael Beck- removed useless be_req_t which was a wrapper around...
2008-12-01 Matthias BraunKeeps should float too
2008-11-13 Matthias Braundon't print strings with printf
2008-10-23 Christoph MallonSimplify dump_node_req().
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-15 Christoph MallonIt is not sensible to query any other than the first...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Christoph MallonRemove unreachable code.
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph Mallonsched_skip_cf_predicator() does not need an arch_env...
2008-10-11 Christoph MallonRemove the unused function be_RegParams_append_out_reg().
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-08-21 Michael Beckbe_Perm_reduce: no need to allocate a temporary array...
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-03 Michael Beck- More restructureation:
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the irn_handler stack.
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-05-21 Michael Beck- placed phi_handler into the be_main environment,...
2008-05-21 Michael Beck- BugFix: replaced wrong cast by right code (no crash...
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-04-30 Matthias Brauncorrect fix for benode comparison
2008-04-30 Matthias Braunavoid dangerous use of memcmp
2008-04-20 Michael Beck- moved the imul mem,imm32 splitting into peephole...
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beck- implemented be_Unwind
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
next