Network

 
AuthorCommitMessageCommit Date
Elliott SlaughterElliott Slaughter
b1c07680716Fix more compile errors.
Elliott SlaughterElliott Slaughter
47bd2790508Fix a runtime bug.
Elliott SlaughterElliott Slaughter
1ce7b41ab2eRuntime updates.
Elliott SlaughterElliott Slaughter
44dbe9d72a2Try that fix one more time.
Elliott SlaughterElliott Slaughter
5e485738b4cFix Travis script.
Elliott SlaughterElliott Slaughter
41da3d0d81dEnable Travis builds.
Elliott SlaughterElliott Slaughter
28b04ec4ab1Fixes for Terra update.
Elliott SlaughterElliott Slaughter
589497f3ec7Minor tweak to C API and corresponding Terra/language changes.
Elliott SlaughterElliott Slaughter
8a9014a6d95Add example with raw rect ptr API.
MikeMike
7135cc63965Lots of bug fixes and new features
Mike BauerMike Bauer
d5750253662MMerge pull request #8 from willcrichton/master Fixed typo in runtime
Will CrichtonWill Crichton
39c4b3fee19Fixed typo in runtime
Elliott SlaughterElliott Slaughter
2e23e7720a5Updates to the C API and Terra bindings.
Elliott SlaughterElliott Slaughter
e5a78ff994eTweak README.
Elliott SlaughterElliott Slaughter
fb2c038b095Update Legion/Terra installation script and instructions.
Elliott SlaughterElliott Slaughter
e2be2d49b39Update language installation instructions.
Elliott SlaughterElliott Slaughter
222e23b6708Updates to the C API.
Elliott SlaughterElliott Slaughter
c32fd544c80New Terra bindings for Legion. Language updates.
MikeMike
65751ad1dedMinor updates to the runtime
Elliott SlaughterElliott Slaughter
404fc9f6cc4Revert change to MAX_CONTEXTS.
Elliott SlaughterElliott Slaughter
42f3760ddc5Some minor bug fixes.
Elliott SlaughterElliott Slaughter
d63ac4027e7Minor language tweaks.
Elliott SlaughterElliott Slaughter
6d419ecc1caSupport for projection functors in the runtime.
Elliott SlaughterElliott Slaughter
a07f9c36213Update to semantic tag shortcuts.
Elliott SlaughterElliott Slaughter
5edae647fcaDeprecate the old compiler.
Elliott SlaughterElliott Slaughter
76329ca0e5fFirst public release of new language compiler.
Elliott SlaughterElliott Slaughter
9fbaecbebd3Semantic data can now be attached to runtime objects.
Wonchan LeeWonchan Lee
bf1ff0b71d9fixing a bug of using wrong ghost regions in the full ghost example
Wonchan LeeWonchan Lee
0c248de0a9cadding the tracking of acquire and release operations to the LegionSpy tool
Wonchan LeeWonchan Lee
77e974944d9Some bug fixes in the runtime and the tools
Wonchan LeeWonchan Lee
8db11e7acf5changing reference uses to pointer uses
Elliott SlaughterElliott Slaughter
083f0671c4eC API support for InlineLauncher, IndexIterator; bug fixes.
Elliott SlaughterElliott Slaughter
61efa288feeAdded C APIs for tasks which return values.
Elliott SlaughterElliott Slaughter
9efc9c6ad61Bug fixes for the C API.
Elliott SlaughterElliott Slaughter
58993136afcBug fixes and additions to the C API.
Elliott SlaughterElliott Slaughter
685332e7118Runtime updates and initial C API.
Mike BauerMike Bauer
e22962dbc05Updating some default values
Mike BauerMike Bauer
b8400e709ccMany bug fixes and performance improvements
Mike BauerMike Bauer
f9106c139f9Fixing some bugs and adding support for MPI interoperability
Mike BauerMike Bauer
149aef6aed7Fixing some bugs and restructuring some predication code
Mike BauerMike Bauer
d4c436a70b3Fixing a deadlock when running with multiple nodes
Mike BauerMike Bauer
3cd3dff5fd1Fixing some bugs and adding some new features
Mike BauerMike Bauer
cee3ddb393bFixing some bugs and some performance improvements for the high level runtime
Mike BauerMike Bauer
f422a2781e7Couple of minor bug fixes
Mike BauerMike Bauer
4800b876fa4More bug fixes and some added features
Elliott SlaughterElliott Slaughter
7b379eb7ef7Added fix for compiler bug.
Mike BauerMike Bauer
7da198a4928Fixing some bugs
Mike BauerMike Bauer
8e9019664fbBug fixes and performance improvements to the legion runtime
Elliott SlaughterElliott Slaughter
91220e329bbAdd compiler error message for privileges over non-regions.
Mike BauerMike Bauer
1549486d124Small fix of a bug in the high level runtime