Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
ExecutionEngine
/
ExecutionEngineTest.cpp
3c0d607
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
b60f9a2
Revert r279016 -- it breaks win32-elf JIT tests.
by Lang Hames
· 9 years ago
5bc5c47
[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
by Lang Hames
· 9 years ago
8be7707
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
9ab9fd5
[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInProcess.
by Lang Hames
· 9 years ago
c16fc54
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
83b5f34
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
by Lang Hames
· 10 years ago
d59c5f9
Add missing includes. make_unique proliferated everywhere.
by Benjamin Kramer
· 10 years ago
e2ef441
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
by Lang Hames
· 11 years ago
03b4667
Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor mangled lookup over unmangled lookup.
by David Blaikie
· 11 years ago
a6c580e
Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151."
by NAKAMURA Takumi
· 11 years ago
0c5fa47
ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151.
by NAKAMURA Takumi
· 11 years ago
3f4ed32
Make it explicit that ExecutionEngine takes ownership of the modules.
by Rafael Espindola
· 11 years ago
b177041
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
0b8c9a8
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
5a88dda
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
35af1d7
unittests: add ErrorStr to ExecutionEngine test
by Dylan Noblesmith
· 14 years ago
db125cf
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
4c5b23b
Make the ExecutionEngine automatically remove global mappings on when their
by Jeffrey Yasskin
· 16 years ago
c89d27a
ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
by Jeffrey Yasskin
· 16 years ago
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
0a96231
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
by Jeffrey Yasskin
· 16 years ago