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
/
unittests
/
ExecutionEngine
/
ExecutionEngineTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Revert r279016 -- it breaks win32-elf JIT tests.
Lang Hames
2016-08-18
1
-2
/
+2
*
[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
Lang Hames
2016-08-18
1
-2
/
+2
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-15
/
+9
*
[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...
Lang Hames
2016-03-03
1
-19
/
+7
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
Lang Hames
2015-03-31
1
-0
/
+1
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
Lang Hames
2014-10-01
1
-3
/
+6
*
Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...
David Blaikie
2014-09-29
1
-0
/
+30
*
Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for Manag...
NAKAMURA Takumi
2014-09-23
1
-2
/
+3
*
ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduc...
NAKAMURA Takumi
2014-09-23
1
-0
/
+3
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-5
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-11
/
+11
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
unittests: add ErrorStr to ExecutionEngine test
Dylan Noblesmith
2011-12-02
1
-3
/
+5
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Make the ExecutionEngine automatically remove global mappings on when their
Jeffrey Yasskin
2009-10-13
1
-0
/
+13
*
ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
Jeffrey Yasskin
2009-10-09
1
-0
/
+20
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-4
/
+8
*
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
Jeffrey Yasskin
2009-08-04
1
-0
/
+92