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
/
OrcCBindingsStack.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
[ORC] Suppress an ORCv1 deprecation warning.
Lang Hames
2019-07-18
1
-1
/
+2
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
1
-21
/
+25
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
1
-7
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
1
-2
/
+6
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-8
/
+8
*
[ORC] Refactor trampoline pool management out of JITCompileCallbackManager.
Lang Hames
2018-09-26
1
-24
/
+67
*
[ORC] Update ORC C bindings to use the new llvm::Error C API.
Lang Hames
2018-09-23
1
-95
/
+67
*
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
Lang Hames
2018-08-28
1
-8
/
+9
*
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
Lang Hames
2018-07-20
1
-2
/
+2
*
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...
Reid Kleckner
2018-07-20
1
-2
/
+2
*
[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for
Lang Hames
2018-07-20
1
-2
/
+2
*
[ORC] Simplify VSO::lookupFlags to return the flags map.
Lang Hames
2018-07-20
1
-7
/
+6
*
[ORC] Refactor blocking lookup logic into the blockingLookup function, and
Lang Hames
2018-06-12
1
-2
/
+6
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
1
-17
/
+16
*
[ORC] Add ability [un]register JITEventListener on Orc C stack.
Andres Freund
2018-05-24
1
-1
/
+40
*
[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
Andres Freund
2018-05-24
1
-0
/
+22
*
[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
1
-22
/
+0
*
[ORC] Add findSymbolIn() wrapper to C bindings.
Andres Freund
2018-05-24
1
-0
/
+22
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-2
/
+5
*
[ORC] Add a MaterializationResponsibility class to track responsibility for
Lang Hames
2018-04-16
1
-2
/
+2
*
[ORC] Plumb error notifications through the VSO interface.
Lang Hames
2018-04-12
1
-3
/
+3
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-2
/
+1
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-5
/
+3
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-3
/
+5
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-5
/
+3
*
[ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather
Lang Hames
2018-02-21
1
-7
/
+4
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
1
-4
/
+2
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
1
-5
/
+6
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-92
/
+52
*
[ORC] Use explicit constructor calls to fix a builder error at
Lang Hames
2018-02-06
1
-3
/
+3
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
1
-65
/
+150
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
1
-1
/
+1
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
1
-1
/
+1
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
1
-1
/
+1
*
[ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.
Lang Hames
2017-09-17
1
-22
/
+80
*
[ORC] Add an Error return to the JITCompileCallbackManager::grow method.
Lang Hames
2017-09-03
1
-6
/
+9
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-28
/
+69
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-3
/
+6
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-17
/
+14
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-14
/
+17
*
[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.
Lang Hames
2017-06-23
1
-2
/
+2
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-17
/
+14
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-3
/
+4
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
1
-17
/
+35
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
1
-2
/
+2
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-18
/
+19
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
1
-1
/
+1
[next]