log

age author description
Wed, 27 Aug 2014 17:43:48 +0200 Josef Eisl mx: add unittest --blacklist.
Wed, 27 Aug 2014 16:15:38 +0200 Josef Eisl [SPARC] updated unittest whitelist.
Wed, 27 Aug 2014 15:37:18 +0200 Josef Eisl [SPARC] initial unittest whitelist (all tests enabled).
Wed, 27 Aug 2014 15:36:16 +0200 Josef Eisl mx: skip downloading hsdis if not available.
Wed, 27 Aug 2014 15:54:00 +0200 Christian Humer Truffle-DSL: fixed JDT element comparator violated transitivity.
Wed, 27 Aug 2014 14:14:18 +0200 Doug Simon relaxed access control from package to protected for elements that need to be accessed in generated subclasses in disjoint packages
Wed, 27 Aug 2014 14:09:13 +0200 Doug Simon augment error message with location of problematic element if annotation processing environment might not be able to show the source location of the message
Wed, 27 Aug 2014 12:58:44 +0200 Michael Haupt copyright fix
Wed, 27 Aug 2014 12:51:44 +0200 Michael Haupt merge
Wed, 27 Aug 2014 11:56:35 +0200 Michael Haupt extract TypedNodeIterator to separate file and rename (workaround for javac bug)
Wed, 27 Aug 2014 11:35:59 +0200 Christian Humer Truffle: cleanup to the LoopNode API.
Wed, 27 Aug 2014 11:35:59 +0200 Christian Humer Truffle-DSL: fixed generic type earsure for types in the type system.
Wed, 27 Aug 2014 11:35:59 +0200 Christian Humer Truffle-DSL: added test for source sections in @CreateCast methods.
Wed, 27 Aug 2014 09:14:19 +0200 Matthias Grimmer NFI: adopt JavaDoc
Wed, 27 Aug 2014 09:13:37 +0200 Matthias Grimmer NFI: adopt unittests to new NFI behaviour; add new unittest
Wed, 27 Aug 2014 09:13:00 +0200 Matthias Grimmer NFI: fix FunctionHandle resolving
Tue, 26 Aug 2014 20:02:42 -0700 Michael Van De Vanter Truffle/Instrumentation: rename misleading field name in ProbeImpl
Tue, 26 Aug 2014 19:57:25 -0700 Michael Van De Vanter Merge with e01b0b9a5f886f8810ba09668632acd675cccf76
Tue, 26 Aug 2014 13:54:53 -0700 Michael Van De Vanter Truffle/Instrumentation: some Javadoc revistions; minor code cleanups; remove one redundant operation; add tracing to the LineLocation maps.
Tue, 26 Aug 2014 18:22:31 -0700 David Piorkowski SL/Instrumentation: Fixing SLContext to use SLInstrumenter
Tue, 26 Aug 2014 15:48:37 -0700 David Piorkowski Merged.
Tue, 26 Aug 2014 11:00:30 -0700 David Piorkowski Instrumentation: removed ExecutionContext parameter from probe method in Instrumentable
Tue, 26 Aug 2014 23:44:31 +0200 Doug Simon relaxed access control from package to protected for elements that need to be accessed in generated subclasses in disjoint packages
Tue, 26 Aug 2014 23:40:08 +0200 Doug Simon missing factory method code assist includes USE_GENERATED_NODES logic
Tue, 26 Aug 2014 09:35:08 -0700 David Piorkowski Merged.
Mon, 25 Aug 2014 11:44:45 -0700 David Piorkowski SL/Instrumentation: Removing SLNodeProber. No longer needed after adding Instrumentable interface
Tue, 26 Aug 2014 16:55:47 +0200 Josef Eisl ConstantLoadOptimization: minor cleanups.
Mon, 25 Aug 2014 17:23:14 +0200 Josef Eisl Add ConstantLoadOptimization.
Mon, 25 Aug 2014 17:18:36 +0200 Josef Eisl Introduce DominatorOptimizationProblem.
Mon, 25 Aug 2014 19:11:01 +0200 Josef Eisl CFGPrinter: do not print empty HIR cfgs.