- 19 Feb, 2009 1 commit
-
-
Moritz Kroll authored
[r25529]
-
- 20 Jan, 2009 1 commit
-
-
Michael Beck authored
[r25280]
-
- 19 Jan, 2009 1 commit
-
-
Michael Beck authored
Access to value_type entities is now given by the frame pointer. [r25246]
-
- 18 Jan, 2009 1 commit
-
-
Michael Beck authored
[r25243]
-
- 13 Dec, 2008 1 commit
-
-
Matthias Braun authored
[r24615]
-
- 09 Dec, 2008 1 commit
-
-
Michael Beck authored
[r24422]
-
- 31 Oct, 2008 3 commits
-
-
Michael Beck authored
[r23328]
-
Michael Beck authored
[r23327]
-
yb9976 authored
- fixed assertion [r23316]
-
- 27 Oct, 2008 1 commit
-
-
Michael Beck authored
[r23246]
-
- 14 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22889]
-
- 11 Oct, 2008 2 commits
-
-
Matthias Braun authored
[r22754]
-
Matthias Braun authored
[r22705]
-
- 05 Oct, 2008 1 commit
-
-
Christoph Mallon authored
Good day and welcome to the FIRM XMALLOC*() macros. These macros are provided for the type safety and convenience of the IPD research facility personnel. The time is 15:32. Check xmalloc.h for details. [r22494]
-
- 30 Sep, 2008 2 commits
-
-
Matthias Braun authored
[r22371]
-
Michael Beck authored
[r22352]
-
- 29 Sep, 2008 1 commit
-
-
Matthias Braun authored
[r22345]
-
- 28 Sep, 2008 1 commit
-
-
Matthias Braun authored
compiletime options like NDEBUG (as it is public API!) - renamed some statevs (append a prefix for their module) [r22329]
-
- 27 Sep, 2008 5 commits
-
-
Michael Beck authored
seems to be less usefull [r22313]
-
Michael Beck authored
- revert to always inline forced functions for now [r22311]
-
Michael Beck authored
[r22310]
-
Michael Beck authored
[r22309]
-
Michael Beck authored
- put call entries into a double linked list, so we can remove them in any order - correctly handle recursive calls: use the new (copied) callee_env - correctly handle weights for self-recursive calls: due to inlining recursive calls might get promoted to self-recursive calls - maxsize is a hard limit now: even forced functions are not inlined anymore (otherwise it would be possible to "force" a recursive one) - forced inlines are handled like function with BIG benefice and inlined first (sorted by loop depth) - fixed some comments, simplified code [r22308]
-
- 26 Sep, 2008 1 commit
-
-
Michael Beck authored
[r22296]
-
- 24 Sep, 2008 5 commits
-
-
Matthias Braun authored
[r22242]
-
Matthias Braun authored
[r22234]
-
Matthias Braun authored
[r22230]
-
Matthias Braun authored
[r22229]
-
Matthias Braun authored
[r22228]
-
- 23 Sep, 2008 2 commits
-
-
Michael Beck authored
[r22215]
-
Matthias Braun authored
free_methods was a bad base for callgraph walks, use methods which have no callers (in the current compilation unit) [r22197]
-
- 22 Sep, 2008 1 commit
-
-
Matthias Braun authored
[r22177]
-
- 10 Sep, 2008 1 commit
-
-
Christoph Mallon authored
[r21812]
-
- 26 Aug, 2008 1 commit
-
-
Michael Beck authored
purposes, call it only if a node is really replaced. [r21475]
-
- 15 Aug, 2008 1 commit
-
-
Michael Beck authored
optimize graphs that might still be inlined because the meta-information is invalided then, do that as an additional step [r21200]
-
- 06 Aug, 2008 1 commit
-
-
Michael Beck authored
- links NoMem by hand [r21014]
-
- 05 Aug, 2008 1 commit
-
-
Michael Beck authored
[r20998]
-
- 30 Jul, 2008 2 commits
-
-
Matthias Braun authored
[r20803]
-
Michael Beck authored
[r20799]
-
- 30 May, 2008 1 commit
-
-
Michael Beck authored
- check the argument and the parameter types for compatibility - can inline methods with "mostly" compatible call/entity types - better check for additional parameters [r19867]
-