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
/
Layer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
1
-9
/
+42
*
[ORC] fix use-after-free detected by -Wreturn-stack-address
Matthias Gehre
2019-08-19
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[ORC] Change the locking scheme for ThreadSafeModule.
Lang Hames
2019-08-02
1
-11
/
+13
*
[ORC] fix use-after-move. NFC
Nick Desaulniers
2019-05-20
1
-6
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
1
-13
/
+14
*
[ORC] Pass symbol name to discard by const reference.
Lang Hames
2018-10-06
1
-2
/
+3
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
1
-1
/
+1
*
[ORC] Clear SymbolToDefinitionMap when materializing a MaterializationUnit.
Lang Hames
2018-09-29
1
-0
/
+5
*
[ORC] Improve debugging output for ORC.
Lang Hames
2018-09-28
1
-0
/
+32
*
[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent
Lang Hames
2018-09-26
1
-12
/
+19
*
[ORC] Do not include non-global symbols in getObjectSymbolFlags.
Lang Hames
2018-08-26
1
-11
/
+16
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
1
-6
/
+7
*
[ORC] Remove an incorrect use of 'cantFail'.
Lang Hames
2018-08-05
1
-2
/
+4
*
[ORC] Change JITSymbolFlags debug output, add a function for getting a symbol
Lang Hames
2018-08-05
1
-22
/
+31
*
[ORC] Add a 'Callable' flag to JITSymbolFlags.
Lang Hames
2018-08-01
1
-11
/
+28
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-4
/
+2
*
[ORC] Fix a FIXME by moving MangleAndInterner to Core.h.
Lang Hames
2018-06-26
1
-12
/
+0
*
[ORC] Add a constructor to create an IRMaterializationUnit from a module and
Lang Hames
2018-06-03
1
-0
/
+6
*
[ORC] Rename IRMaterializationUnit's Discardable member to SymbolToDefinition,
Lang Hames
2018-05-31
1
-4
/
+6
*
[ORC] Move symbol-scanning and discard from BasicIRLayerMaterializationUnit in
Lang Hames
2018-05-22
1
-12
/
+14
*
[ORC] Add IRLayer and ObjectLayer interfaces and related MaterializationUnits.
Lang Hames
2018-05-21
1
-0
/
+110