Remove arch_get_allocatable_regs().
[libfirm] / ir / opt /
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunhooks are always enabled now -> one less option
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-10 Michael Becktypo
2008-10-09 Michael BeckBugFix: works again for RAW with non twos-complement
2008-10-08 Michael Beck- BugFix: fix the rare case where two nodes a congruent...
2008-10-08 Michael Beck- fixed some comment typos
2008-10-08 Michael Beck- Add support for commutative congruences: Add(a,b...
2008-10-07 Michael Beck- fixed strange code: when did it break?
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list
2008-10-07 Michael Beck- used new irg_walk_blkwise_dom_top_down() to calculate...
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list: these arise...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Matthias Braunfix last fix (+ optimisation: don't do anything if...
2008-10-06 Matthias Braunfix condeval ssa recondstruction
2008-10-06 Christoph MallonTypo in comment.
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-10-04 Christoph MallonTreat conversions between the same size as downconv...
2008-09-30 Michael Beck- BugFix: cleanup cannot work with a precalculated...
2008-09-30 Sebastian BuchwaldDon't panic, the train is waiting for you...
2008-09-30 Moritz KrollOptimize store after stores with partial overwrites...
2008-09-30 Matthias Braunold version was correct...
2008-09-30 Matthias Braunwhen we can do it for tuples, we can do it for Ids too
2008-09-29 Michael Beck- add a combo flag again, so inlining can use combo...
2008-09-29 Michael Beck- Look through Tuple when checking for address taken...
2008-09-29 Michael Beck- BugFix: removed missing debugging artefact, causing...
2008-09-29 Matthias Braunwe WANT to push forced graphs on the prioqueue
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-27 Michael Beck- revert big benefice for irg_inline_forced methods,
2008-09-27 Michael Beck- BugFix: irg_inline_forced is not a bit
2008-09-27 Michael Beck- fixed some typos
2008-09-27 Michael Beck- add missing initializations
2008-09-27 Michael BeckVarious Fixes:
2008-09-26 Christoph MallonIndentation.
2008-09-26 Christoph MallonFix comments.
2008-09-26 Christoph MallonFix comments.
2008-09-26 Christoph MallonSymConsts represent constant entities irrespective...
2008-09-26 Michael Beckremoved C99 code
2008-09-24 Matthias Braunpush functions into a priority queue and inline in...
2008-09-24 Matthias Braunmore debuginfo
2008-09-24 Matthias Braunfix error introduced by r22215
2008-09-24 Matthias Braunfix warning
2008-09-24 Matthias Braunimproved? inlining heuristic
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-23 Michael Beck- detected const methods with possible endless loops...
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-23 Matthias Braunreenable floatin of const functions (don't care about...
2008-09-23 Matthias Braunalways remove critical edges before doing code placement
2008-09-23 Matthias Braunfree_methods was a bad base for callgraph walks, use...
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-21 Michael Beck- BugFix: fixed -r22093
2008-09-21 Matthias Braunfix
2008-09-21 Matthias Braunkill stores to never read entities
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-19 Matthias Braunfix optimize build
2008-09-19 Michael BeckFixed r22124:
2008-09-19 Matthias Braunexperimental load-store improvement
2008-09-19 Michael Beck- BugFix: transform_polymorph_Load() returns the origin...
2008-09-18 Michael BeckMore refactoring:
2008-09-18 Michael Beck- factor out and simplify some code
2008-09-18 Michael Beck- simplify the code, check atomic entities for reinterp...
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-18 Michael Beck- removed redundant checks
2008-09-18 Michael Beck- improved rec_find_compound_ent_value(): handle missin...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-16 Christoph MallonFix comments.
2008-09-15 Michael Beck- preliminary support for loads from constant entities...
2008-09-11 Christoph MallonDo not mark functions with kept basic blocks (endless...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-10 Michael Beck- Changed keep logic: all nodes can be keeped yet,...
2008-09-10 Christoph MallonUse Block-specific functions instead of generic get_irn...
2008-09-10 Christoph MallonFix typo in comment.
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-09-03 Christoph MallonFix fehler147: Do not deconv floats.
2008-08-28 Michael BeckArg: add a missing inc_irg_visited, who has deleted it?
2008-08-26 Michael BeckDo NOT call DBG_OPT_CSE() in identify remember, as...
2008-08-23 Michael Beck- removed NO_FOLLOWER
2008-08-20 Christoph MallonDo not deconv reference modes.
2008-08-19 Michael Beckdetect fully/partly redundant by inspection node index ...
2008-08-19 Michael Beck- more doxygen comments
2008-08-19 Michael Beckadd first statistic support for GVN-PRE and combo
2008-08-17 Christoph MallonResolve warning about unused label.
2008-08-15 Michael Beck- workround for inline of got inlined: we cannot
2008-08-15 Michael Beck- handle endless loops now
2008-08-15 Michael Beck- add support for Eor and Shift nodes
2008-08-15 Michael Beck- if all Condb has Cmp predecessors, allow Unknown...
2008-08-15 Michael Beckshould be enough to place the smaller part on the cprop...
2008-08-14 Michael Beckupdated is_real_follower(): handle other cases
2008-08-14 Michael Beck- reverted to 2bit flags
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-12 Matthias Braundisable load from static const optimisation for new...
2008-08-11 Michael Beck- special Handling for Confirm/Mux nodes needed:
2008-08-10 Michael Beck- More changed:
2008-08-09 Michael Beck- finally understand HOW n-input nodes made the Followe...
next