log

age author description
Thu, 25 Sep 2014 20:57:00 -0700 Stefan Anzinger Using suppress warning for SPARCNodeLIRBuilder
Thu, 25 Sep 2014 20:01:27 -0700 Stefan Anzinger Allow unused imports in MatchStatementSets (as imports just taken from the originating class)
Thu, 25 Sep 2014 19:47:03 -0700 Stefan Anzinger Revert
Thu, 25 Sep 2014 19:29:18 -0700 Stefan Anzinger [SPARC] add additional argument to pass gate
Thu, 25 Sep 2014 19:00:36 -0700 Stefan Anzinger [SPARC] Enable hinting registers in arithmetics
Thu, 25 Sep 2014 18:59:58 -0700 Stefan Anzinger [SPARC] Eliminate sign extension when signed load is used
Thu, 25 Sep 2014 18:54:59 -0700 Stefan Anzinger Multiply use shift-add|subtract operations when easily possible. In DivNode use rightshift
Thu, 25 Sep 2014 09:42:28 -0700 Stefan Anzinger Merge
Thu, 25 Sep 2014 09:41:55 -0700 Stefan Anzinger Eliminate valid bit in LabelHint as the validity can be encoded into the capturedTarget
Thu, 25 Sep 2014 09:40:30 -0700 Stefan Anzinger [SPARC] use sll and sra over sllx and srax when possible
Thu, 25 Sep 2014 08:57:51 -0700 Stefan Anzinger LabelHints are now collected in ArrayLists instead of HashSet
Thu, 25 Sep 2014 14:43:52 +0200 Josef Eisl ConstantLoadOptimization: make debug meters final.
Thu, 25 Sep 2014 13:28:12 +0200 Josef Eisl Enforce catch-blocks for Debug.Scopes with context objects.
Thu, 25 Sep 2014 10:27:17 +0200 Doug Simon added Edges class to consolidate code operating on set of input or successor edges and to better isolate magic used to access edges
Wed, 24 Sep 2014 17:17:27 -0700 Stefan Anzinger [SPARC] eclipseformat
Wed, 24 Sep 2014 16:22:22 -0700 Stefan Anzinger Merge
Wed, 24 Sep 2014 16:13:34 -0700 Stefan Anzinger [SPARC] Add functionality to be able to do assembly in two passes (knowing offsets of forward branches)
Tue, 23 Sep 2014 12:12:26 -0700 Stefan Anzinger [SPARC] Improve the lookup for delayable candidates, renaming interfaces/methods
Wed, 24 Sep 2014 22:05:05 +0200 Bernhard Urban unittest: fix NPE if inlining is disabled
Wed, 24 Sep 2014 18:42:50 +0200 Lukas Stadler visibility change in NewObjectSnippets
Wed, 24 Sep 2014 18:40:34 +0200 Lukas Stadler remove unused ignoreSlowPath parameter in TruffleCache
Wed, 24 Sep 2014 18:39:13 +0200 Lukas Stadler simplify WriteNode.generate
Wed, 24 Sep 2014 15:28:14 +0200 Roland Schatz Test cornercase in floating point subtraction.
Wed, 24 Sep 2014 14:57:03 +0200 Roland Schatz Use common nodes for integer and floating point arithmetic.
Wed, 24 Sep 2014 14:29:43 +0200 Roland Schatz Move bit logic nodes into the arithmetic node hierarchies.
Wed, 24 Sep 2014 14:22:01 +0200 Roland Schatz Remove unused methods from StampTool.
Wed, 24 Sep 2014 13:46:37 +0200 Roland Schatz Add support for other data types to integer arithmetic nodes.
Fri, 19 Sep 2014 11:00:46 +0200 Roland Schatz Move bit manipulation methods to CodeUtil class.
Wed, 24 Sep 2014 11:18:44 +0200 Josef Eisl Print LIR after move elimination.
Wed, 24 Sep 2014 11:34:40 +0200 Josef Eisl Handle deleted instructions in CFGPrinter.