log

age author description
Mon, 24 Feb 2014 11:15:27 +0100 Roland Schatz Fix type error in compare convert-constant optimization.
Sat, 22 Feb 2014 06:17:50 +0100 Andreas Woess add canonicalization to FloatConvertNode
Fri, 21 Feb 2014 19:35:08 +0100 Roland Schatz Fix wrong kind in LIRGenerator.
Fri, 21 Feb 2014 18:58:39 +0100 Roland Schatz Remove unused methods from Architecture.
Fri, 21 Feb 2014 18:47:02 +0100 Roland Schatz IGV: Fix bug with subgraphs.
Fri, 21 Feb 2014 13:04:58 +0100 Roland Schatz Make conversion from Stamp to PlatformKind extensible by backend.
Fri, 21 Feb 2014 12:59:52 +0100 Roland Schatz Unit tests for x2L conversion.
Fri, 21 Feb 2014 12:58:26 +0100 Roland Schatz Explicit x2L instructions in AMD64 backend.
Fri, 21 Feb 2014 11:53:48 +0100 Roland Schatz Split convert node into separate nodes for different conversions.
Thu, 20 Feb 2014 14:42:01 +0100 Roland Schatz Refactor Stamp hierarchy.
Thu, 20 Feb 2014 12:08:04 +0100 Roland Schatz Remove unused method.
Fri, 21 Feb 2014 02:30:03 +0100 Christian Humer Merge.
Fri, 21 Feb 2014 02:29:16 +0100 Christian Humer Truffle: further tweaks to the inlinig/split heuristic.
Fri, 21 Feb 2014 02:25:12 +0100 Christian Humer Truffle: Added API in NodeUtil to count nodes restricted to a Kind.
Fri, 21 Feb 2014 02:24:03 +0100 Christian Humer Truffle: Added API for Node.getKind().
Fri, 21 Feb 2014 00:19:50 +0100 Thomas Wuerthinger Remove unused field.
Thu, 20 Feb 2014 17:42:29 +0100 Thomas Wuerthinger Merge.
Thu, 20 Feb 2014 17:42:18 +0100 Thomas Wuerthinger Turn Truffle cache into least recently used cache with maximum size.
Thu, 20 Feb 2014 13:59:18 +0100 Christian Humer Merge.
Thu, 20 Feb 2014 13:44:39 +0100 Christian Humer Merge.
Thu, 20 Feb 2014 13:44:06 +0100 Christian Humer Truffle: added visited set to avoid duplicate inlinings when operating on truffle trees violating the tree property.
Thu, 20 Feb 2014 13:43:15 +0100 Christian Humer Truffle: accidently increased max graph size.
Thu, 20 Feb 2014 01:52:58 +0100 Christian Humer Truffle: Cleaned depracated API usage.
Thu, 20 Feb 2014 01:43:51 +0100 Christian Humer SL: adaptions for SL to new inlining API.
Thu, 20 Feb 2014 01:43:11 +0100 Christian Humer Truffle: New more reliable inlining strategy for the Truffle runtime.
Thu, 20 Feb 2014 01:21:49 +0100 Christian Humer Truffle: Updated inlining API. Pushed inlining implementation to the Truffle runtime.
Thu, 20 Feb 2014 11:14:46 +0100 Michael Haupt mx eclipseinit: take care of working sets that were edited by hand
Wed, 19 Feb 2014 14:50:49 -0800 Tom Rodriguez reduce IGV memory usage, intern strings, eliminate some LinkedHashMaps, cache InputEdges
Wed, 19 Feb 2014 14:41:51 -0800 Tom Rodriguez freeze graphs before inserting into table
Wed, 19 Feb 2014 11:18:37 -0800 Tom Rodriguez factor out listener notify. fix typo