index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
Orc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ORC] Filter out self-dependencies in VSO::addDependencies.
Lang Hames
2018-06-14
1
-1
/
+1
*
[ORC] Assert that the query argument to VSO::lookup must be non-null.
Lang Hames
2018-06-14
1
-0
/
+2
*
[ORC] Add a WaitUntilReady argument to blockingLookup.
Lang Hames
2018-06-14
2
-24
/
+44
*
[ORC] Strip the Materializing flag off finalized symbols in VSOs.
Lang Hames
2018-06-14
1
-3
/
+6
*
Fix -DLLVM_ENABLE_THREADS=OFF build after r334537
Hans Wennborg
2018-06-13
1
-1
/
+1
*
[ORC] Add a fallback definition generator for VSOs.
Lang Hames
2018-06-12
1
-66
/
+100
*
[ORC] Refactor blocking lookup logic into the blockingLookup function, and
Lang Hames
2018-06-12
4
-60
/
+61
*
[ORC] Add a constructor to create an IRMaterializationUnit from a module and
Lang Hames
2018-06-03
1
-0
/
+6
*
[ORC] Add a getRequestedSymbols method to MaterializationResponsibility.
Lang Hames
2018-05-31
1
-7
/
+37
*
[ORC] Rename IRMaterializationUnit's Discardable member to SymbolToDefinition,
Lang Hames
2018-05-31
1
-4
/
+6
*
[ORC] Fix an ambiguous make_unique call.
Lang Hames
2018-05-30
1
-2
/
+2
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
4
-27
/
+110
*
[ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener().
Andres Freund
2018-05-24
1
-0
/
+11
*
[ORC] Add ability [un]register JITEventListener on Orc C stack.
Andres Freund
2018-05-24
1
-1
/
+40
*
[ORC] Extend object layer callbacks so JITEventListener can be supported.
Andres Freund
2018-05-24
1
-1
/
+4
*
[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
Andres Freund
2018-05-24
2
-0
/
+30
*
[ORC] Perform name mangling in findSymbolIn(), as done in findSymbol().
Andres Freund
2018-05-24
1
-1
/
+1
*
Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."
Andres Freund
2018-05-24
2
-30
/
+0
*
[ORC] Add findSymbolIn() wrapper to C bindings.
Andres Freund
2018-05-24
2
-0
/
+30
*
[LKH] Add a new IRTransformLayer.
Lang Hames
2018-05-23
2
-0
/
+35
*
[LKH] Add ObjectTransformLayer2.
Lang Hames
2018-05-23
2
-0
/
+35
*
[LKH] Add a new IRCompileLayer.
Lang Hames
2018-05-23
3
-1
/
+46
*
[ORC] Move symbol-scanning and discard from BasicIRLayerMaterializationUnit in
Lang Hames
2018-05-22
1
-12
/
+14
*
[LKH] Add a replacement RTDyldLayer.
Lang Hames
2018-05-21
2
-0
/
+97
*
[ORC] Preserve Materializing symbol flag during resolution.
Lang Hames
2018-05-21
1
-3
/
+4
*
[ORC] Lookup now returns an error if any symbols are not found.
Lang Hames
2018-05-21
1
-2
/
+33
*
[ORC] Remove the optional MaterializationResponsibility argument from lookup.
Lang Hames
2018-05-21
1
-16
/
+10
*
[ORC] Add IRLayer and ObjectLayer interfaces and related MaterializationUnits.
Lang Hames
2018-05-21
2
-0
/
+111
*
[ORC] Consolidate materialization errors, and generate them in VSO's
Lang Hames
2018-05-17
1
-28
/
+17
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
4
-438
/
+694
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[ORC] Fix an assertion condition from r329934.
Lang Hames
2018-04-19
1
-2
/
+2
*
[ORC] Make VSO symbol resolution/finalization operations private.
Lang Hames
2018-04-19
1
-85
/
+109
*
[ORC] Add a MaterializationResponsibility class to track responsibility for
Lang Hames
2018-04-16
3
-58
/
+125
*
[ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to
Lang Hames
2018-04-16
1
-35
/
+16
*
[ORC] Use insert rather than emplace.
Lang Hames
2018-04-12
1
-19
/
+19
*
[ORC] Plumb error notifications through the VSO interface.
Lang Hames
2018-04-12
4
-203
/
+327
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
3
-12
/
+3
*
[ORC] Fix ORC on platforms without indirection support.
Lang Hames
2018-03-28
1
-1
/
+5
*
[ORC] Don't fully qualify explicit destructor call -- it confuses some compil...
Lang Hames
2018-03-20
1
-4
/
+2
*
[ORC] Rename SymbolSource to MaterializationUnit, and make the materialization
Lang Hames
2018-03-20
1
-111
/
+167
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
5
-47
/
+69
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
4
-26
/
+40
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
4
-40
/
+26
*
[ORC] Fix a data race in the lookup function.
Lang Hames
2018-03-14
1
-10
/
+24
*
[ORC] Silence a compiler error.
Lang Hames
2018-03-14
1
-1
/
+1
*
[ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.
Lang Hames
2018-03-14
1
-0
/
+118
*
[ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
Lang Hames
2018-02-21
1
-48
/
+59
*
[ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather
Lang Hames
2018-02-21
2
-23
/
+15
[prev]
[next]