Add StringEqualsNode, which is used for `expr = 'str'`, i.e. literal string comparions. |
|
More...
|
over 3 years ago
|
Use array instead of list of inliner, which we need in most cases anyway. |
|
More...
|
over 3 years ago
|
Remove word-api.jar does not exist anymore |
|
More...
|
over 3 years ago
|
Update core-lib |
|
More...
|
over 3 years ago
|
Update tool test data, since we changed how length works |
|
More...
|
over 3 years ago
|
Enable LengthPrim to apply to Array and Symbol objects as eager primitive |
|
More...
|
over 3 years ago
|
Remove SArguments methods and do argument access directly |
|
More...
|
over 3 years ago
|
Merge PR #119: Extend NodeStats with Activation Counts, and add Truffle Coverage tool support |
|
More...
|
over 3 years ago
|
Notify instrumentation about inserted nodes only when we use a tool |
|
More...
|
over 3 years ago
|
Filter out header as well |
|
More...
|
over 3 years ago
|
Try using histogram for coverage testing |
|
More...
|
over 3 years ago
|
lcov file does not have stable, testable order: sort it with sort |
|
More...
|
over 3 years ago
|
Delete the lcov.info file otherwise results are incorrect |
|
More...
|
over 3 years ago
|
Enable coverage tests, and run tools tests separately |
|
More...
|
over 3 years ago
|
Disable tests which fail in yuria |
|
More...
|
over 3 years ago
|
Add old NodeActivation nodes to the counting set to deduplicate counts |
|
More...
|
over 3 years ago
|
Add transferToInterpreter to hide println |
|
More...
|
over 3 years ago
|
Fix expectations in AstNodeTests after properly cloning AstNode objects |
|
More...
|
over 3 years ago
|
Update expected test data |
|
More...
|
over 3 years ago
|
Generalize field in WriteAndReturnSelf |
|
More...
|
over 3 years ago
|
Work around data nodes generated by DSL |
|
More...
|
over 3 years ago
|
Added custom wrapper for generic message send node |
|
More...
|
over 3 years ago
|
Add toString() |
|
More...
|
over 3 years ago
|
Properly clone sub trees to keep counts separate |
|
More...
|
over 3 years ago
|
Make num activations less important for ordering |
|
More...
|
over 3 years ago
|
Only notify about insertion of new nodes |
|
More...
|
over 3 years ago
|
Simplify handling of multiple NodeActivation nodes and keeping all around |
|
More...
|
over 3 years ago
|
Unwrap to avoid double wrapping |
|
More...
|
over 3 years ago
|
Call notifyInserted when inserting multiple nodes |
|
More...
|
over 3 years ago
|
Avoid double wrapping in dispatch chain when removing invalid node |
|
More...
|
over 3 years ago
|