Menu

Code Commit Log


Commit Date  
[r29612] by dgrove-oss

Use the callsite position information instead of the callee method
for the assignments introduced by the inliner to assign the actuals
to the formals. Since the assignment is on the boundary (LHS from the
callee, RHS from the caller), either position could be used. But,
(1) picking the caller's makes it easier to map back to the source from
the generated code and (2) is arguably more useful since the RHS is
the interesting part of the operation and may be a complex expression.

2015-06-19 22:28:15 Tree
[r29611] by dgrove-oss

Yet another StmtExpr simplification that is a common pattern
introduced by the Inliner.
StmtExpr({ STMTS1; var tmp; STMTS2; tmp = E; }, tmp})
is now simplified to
StmtExpr({ STMTS1; var tmp; STMTS2; }, E})

2015-06-19 22:15:21 Tree
[r29610] by dgrove-oss

Minor cleanup. Add missing constraint on return type of Unsage.uncheckedRailSet
so that callers of uncheckedRailSet in x10.array.* can directly return
its result (instead of keeping v live in another variable to return).

2015-06-19 22:12:10 Tree
[r29609] by louis-mandel

Remove useless directories.

2015-06-19 20:45:20 Tree
[r29608] by dgrove-oss

add -O0 -O1 -O2 -O3 -O4 -O5 options to x10c/x10c++ to enable simpler
control of post-compiler optimization level

2015-06-19 18:34:47 Tree
[r29607] by dgrove-oss

update todo list

2015-06-19 17:34:32 Tree
[r29606] by milthorpe

LULESH: revert indexing hacks from r29241 which appear to no longer be needed after Dave's improvements to code generation

2015-06-18 23:58:20 Tree
[r29605] by bherta

Bugfix: when creating a new team, the list of algorithms to use for each collective was not getting populated correctly at places other than the creating place.

2015-06-17 19:44:51 Tree
[r29604] by bherta

Fix for XTENLANG-3509: Problem creating new team from a non-member place

2015-06-16 20:02:38 Tree
[r29603] by dgrove-oss

Tagging X10DT trunk revision 29602 as SF_RELEASE_2_5_3 release of X10DT

2015-06-11 21:41:21 Tree
Older >
MongoDB Logo MongoDB