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
/
ExecutionUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Fix argv handling in runAsMain / lli.
Lang Hames
2020-01-11
1
-1
/
+1
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[ORC] Add a runAsMain utility function to ExecutionUtils.
Lang Hames
2019-12-02
1
-0
/
+26
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
1
-48
/
+36
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[Orc] Silence static analyzer dyn_cast<ConstantInt> null dereference warning....
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[ORC] Refactor definition-generation, add a generator for static libraries.
Lang Hames
2019-08-13
1
-5
/
+83
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
1
-2
/
+1
*
[ORC] Remove some unreachable code.
Lang Hames
2019-05-20
1
-4
/
+1
*
[ORC] Allow JITDylib definition generators to return Errors.
Lang Hames
2019-04-30
1
-2
/
+3
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-5
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
1
-2
/
+2
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
1
-2
/
+3
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
1
-3
/
+2
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-3
/
+3
*
[ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.
Lang Hames
2018-10-15
1
-7
/
+7
*
[ORC] Simplify naming for JITDylib definition generators.
Lang Hames
2018-10-15
1
-8
/
+12
*
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
Lang Hames
2018-10-13
1
-1
/
+4
*
[ORC] Promote and rename private symbols inside the CompileOnDemand layer,
Lang Hames
2018-10-09
1
-0
/
+6
*
[ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators for
Lang Hames
2018-10-01
1
-0
/
+9
*
[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.
Lang Hames
2018-09-30
1
-39
/
+0
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
1
-7
/
+8
*
[ORC] Don't call isa<> on a null value.
Lang Hames
2018-06-26
1
-1
/
+1
*
[ORC] Fix a missing return value.
Lang Hames
2018-06-26
1
-0
/
+2
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-3
/
+147
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-1
/
+1
*
[Orc] Add support classes for inspecting and running C++ static ctor/dtors, and
Lang Hames
2015-04-02
1
-0
/
+102