Network

 
AuthorCommitMessageCommit Date
Sean TreichlerSean Treichler
3a383f6dfddbreak out IndexSpace (and friends) implementation
Sean TreichlerSean Treichler
d59cc0e56acbreak out RegionInstance implementation
Sean TreichlerSean Treichler
9a051bd11c5split out MetadataBase
Sean TreichlerSean Treichler
b1390404a66MMerge branch 'master' into llrsplit
Sean TreichlerSean Treichler
5e5a6bb9851completed separation of Memory implementation
Sean TreichlerSean Treichler
6db5451a788checkpoint - almost done breaking out Memory implementation
Sean TreichlerSean Treichler
6347b87a05bsplit out Processor implementation, along with associated threading hairball
Sean TreichlerSean Treichler
bb3c396cea1new Realm files are not supposed to be part of shared LLR build
Sean TreichlerSean Treichler
270c0238473break out Machine implementation
Sean TreichlerSean Treichler
bb09b190ce9break out Reservation implementation
Sean TreichlerSean Treichler
81abda1c7a6break out Event/friends implementation
Sean TreichlerSean Treichler
1db19449737add missing headers
Sean TreichlerSean Treichler
c81bbad1766add missing headers
Sean TreichlerSean Treichler
6682462d11badd missing copyright headers
Elliott SlaughterElliott Slaughter
f879889a680regent: Apply destructor order fix to circuit.
Sean TreichlerSean Treichler
91fe9c9dcdaMike's fix for processor startup
Elliott SlaughterElliott Slaughter
ce42d8feb19regent: Try swapping the order of dlopen calls.
Sean TreichlerSean Treichler
848e60923b5all use of gasnet_hsl_t now goes through GASNetHSL
Sean TreichlerSean Treichler
87f24a6cfc6split out Realm::ID
Sean TreichlerSean Treichler
fabbe36df17separeate out Realm::DynamicTable
Elliott SlaughterElliott Slaughter
aab688b246dMMerge branch 'master' of github.com:StanfordLegion/legion
Sean TreichlerSean Treichler
0362b8170eesplit up lowlevel.h and move most things to new Realm namespace
Elliott SlaughterElliott Slaughter
44b6d7dcbd6travis: Attempt to fix Mac build.
Elliott SlaughterElliott Slaughter
a4dd13f7517regent: Disable PENNANT test for now.
Elliott SlaughterElliott Slaughter
0b2d1139b8btravis: Fix YAML syntax.
Elliott SlaughterElliott Slaughter
ad781d1ac00MMerge branch 'master' of github.com:StanfordLegion/legion
Wonchan LeeWonchan Lee
b3d4eca2608regent: one more test case for vectorizer
Wonchan LeeWonchan Lee
db93d4d853bregent: adding a 'forbid' pragma and more test cases for vectorizer
Elliott SlaughterElliott Slaughter
41e66c1b034travis: Switch back to sudo.
Elliott SlaughterElliott Slaughter
d789e709bactravis: And libclang...
Elliott SlaughterElliott Slaughter
2e689dbc370travis: Attempt to locate LLVM properly.
Elliott SlaughterElliott Slaughter
31a0795042dtravis: Upgrade LLVM too.
Elliott SlaughterElliott Slaughter
f301b85e3cftravis: Attempt switch to containerized infrastructure.
Elliott SlaughterElliott Slaughter
19369047034travis: Test upgrade to LLVM 3.5 on OS X.
Wonchan LeeWonchan Lee
782e169c1c8regent: catching up the Terra API change
Elliott SlaughterElliott Slaughter
9d54c28d284bindings: Fix for a change in the Terra include directory layout.
Wonchan LeeWonchan Lee
a1754570b00regent: adding some failure cases for the vectorizer
Wonchan LeeWonchan Lee
dd4fe30de0aregent: calling a right method to get entries of field spaces. also rejecting non-primitive arrays from vectorization.
Wonchan LeeWonchan Lee
4512c728572regent: refactoring vectorizer
Sean TreichlerSean Treichler
782303ec349MMerge branch 'master' of github.com:StanfordLegion/legion
MikeMike
c0d54674adbAdding some support for explicit reduction copies
MikeMike
1eba64ab2feMinor greenlet updates to optimize stack reuse
MikeMike
c56033dd5ceRemoving some unnecessary locking
MikeMike
aca8c41e016More refactoring
MikeMike
e2d4169ead2Refactoring some lowlevel code
MikeMike
281116553f2Making greenlet processors the default since they seem to be much faster, can still run the old way with the -ll:gdb flag for debugging purposes
MikeMike
21099c175b1Starting enforcement of the invariant that application tasks are not allowed to block while holding locks, should improve performance of applications with long running application tasks
MikeMike
a2a5b12e47aFixes for shuting down greenlet processors
MikeMike
c4390f0cd17Fixing some error checking code in the general lowlevel runtime
MikeMike
39b2b589d95Small bug fixes for greenlet processors