- May 25, 2016
-
-
Lukas Stadler authored
-
- May 24, 2016
-
-
Adam Welc authored
Fixed compilation problem by putting methods beyond Truffle boundary that should be there in any case.
- May 23, 2016
-
-
Mick Jordan authored
* commit '24c79f20': Add TruffleBoundary to identical(RFunction,...) slow path Handle builtins in identical(RFunction) reinstate code that used to be in RRuntimeASTAccess.callback for case when no frame (e.g parser errors) remove debugging code Fix identical(Function) when not trivially the same function - fixes warning on Matrix package load Avoid assertion on RCaller Add RCaller argument to Engine.evalFunction Fix more RCaller.invalid calls Fix RCaller.invalid fix RCaller regression in HiddenInternalFunctions Update ExpectedTestOutput copyright fix test all recommended packages
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
Merge pull request #89 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:feature/update-truffle to master * commit 'e38d7c3c': Add new (unimplemented) TCK test Update truffle import
-
Mick Jordan authored
-
Mick Jordan authored
-
- May 20, 2016
-
-
Mick Jordan authored
-
Mick Jordan authored
reinstate code that used to be in RRuntimeASTAccess.callback for case when no frame (e.g parser errors)
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
-
- May 19, 2016
-
-
Lukas Stadler authored
Merge pull request #88 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/slowpathpromiseval_assert to master * commit 'e7a5fc8d': remove faulty ExplodeLoop annotations in UpdateAttributes ensure that PromiseHelperNode.evaluateSlowPath is only called on slow paths
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- May 18, 2016
-
-
Adam Welc authored
Merge pull request #82 in G/fastr from ~ADAM.WELC_ORACLE.COM/fastr:feature/running_svm_app to master * commit '88f7bc0c': Removed unnecessary and incorrect (due to parameter length) user RNG seeds assignment. A fix to user RNG. Fixed a javadoc error. Brought back RNG-related changes to the native interface. Temporarily removed RNG-related additions to the native interface. Fixes to native code. Reenabled one of the tests. Regenerated tests. Fixed incorrect import. Temporarily ignore the test. Fixed copyrights. Brought back a Mersenne Twister optimization plus a few cosmetic changes. Removed debug-time comments. Overhaul of the random number generator.
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Mick Jordan authored
-
- May 17, 2016
-
-
Mick Jordan authored
-
Mick Jordan authored
-
Mick Jordan authored
* commit 'bec86e52': some more cleanups in FrameFunctions and PromiseHelperNode introduce promise wrapper frame in slow path as well increase ReadVariableNode invalidation count before going to polymorphic case various smaller changes use multiple concrete classes for VirtualEvalFrame to specialize on underlying frame type simplify forceAndCall reset temporary frame slot for explicit RCallNode calls
-
Mick Jordan authored
Merge pull request #86 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/various_completeness to master * commit 'ff3ac3a5': fix copyrights assert that ReadVariableNode reads from the expected frame descriptor let PrecenceNode take boolean instead of byte for "recursive", implement islistfactor, make unlist INTERNAL instead of SUBSTITUTE dummy implementation for R_curErrorBuf, move Rf_allocS4Object to the right library
-
Lukas Stadler authored
Merge pull request #85 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/calltarget_caching to master * commit 'cc144af4': cache on CallTarget instead of RFunction in RCallNode
-