- Feb 13, 2017
-
-
Lukas Stadler authored
-
- Feb 10, 2017
-
-
Tomas Stupka authored
-
- Feb 07, 2017
-
-
Florian Angerer authored
Adapted to changes in GR-1767: frame parameter removed from interop functions and transitively from all callers where possible. Also updated Truffle version in file "suite.py". Removed class TruffleRFFIFrameHelper since there are no usages any longer. Removed unnecessary call to CompilerDirectives.transferToInterpreter call in class ValuePrinterNode.
-
- Feb 06, 2017
-
-
Lukas Stadler authored
-
- Feb 03, 2017
-
-
stepan authored
-
- Feb 01, 2017
-
-
Mick Jordan authored
-
Mick Jordan authored
-
- Jan 30, 2017
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- Jan 27, 2017
-
-
Mick Jordan authored
-
- Jan 26, 2017
-
-
Mick Jordan authored
-
- Jan 19, 2017
-
-
Miloslav Metelka authored
Implemented TruffleRLanguage.toString(RContext context, Object value) and isVisible() to work properly in GraalVM shell and Interop.
-
- Jan 16, 2017
-
-
stepan authored
-
- Jan 13, 2017
-
-
stepan authored
-
Stefan Anzinger authored
-
Stefan Anzinger authored
-
- Jan 10, 2017
-
-
Mick Jordan authored
coalesce all seq builtins into SeqFunctions add fast paths for seq and seq.default refactor and expand seq unit tests
-
- Jan 06, 2017
- Jan 05, 2017
-
-
stepan authored
- code corresponding to 'nmath' in GnuR moved to new package: com.oracle.truffle.r.runtime.nmath - it turns that Wilcox uses Choose, which is a builtin node, the original structure did not allow code reuse in such cases - implement wilcox externals {d/p/q}wilcox and wilcox_free + improved choose
-
- Jan 03, 2017
- Jan 02, 2017
-
-
stepan authored
getCanonicalFile() removes any '..' from the path. Some IDEs (intellij) put '..' into StandardLocation.SOURCE_OUTPUT. With '..' the getParentFile() does not work as intended.
-
- Dec 30, 2016
- Dec 28, 2016
-
-
Mick Jordan authored
-
Lukas Stadler authored
-
stepan authored
Provide parameter values for each distribution separately + honor semantics of common parameters like probability in [0,1] etc. Few minor fixes of bugs discovered along the way. Plus 'pgamma' external implemented.
-
- Dec 24, 2016
-
-
Mick Jordan authored
-
- Dec 23, 2016
-
-
stepan authored
+ necessary DPQ/RMath methods + move all XChisq to Chisq.java
-
- Dec 22, 2016
-
-
stepan authored
-
- Dec 21, 2016
-
-
stepan authored
-
- Dec 20, 2016
-
-
Tomas Stupka authored
-
Tomas Stupka authored
-
- Dec 14, 2016
-
-
stepan authored
-