Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
eb952fd93b71ecb83b1510c47b00b65ce3d26a26
/
llvm
/
unittests
/
ExecutionEngine
/
ExecutionEngineTest.cpp
75601bf
Revert r279016 -- it breaks win32-elf JIT tests.
by Lang Hames
· 9 years ago
1d39cb1
[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
by Lang Hames
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 10 years ago
3b51455
[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInProcess.
by Lang Hames
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
3dac3f7
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
by Lang Hames
· 11 years ago
0a446fd
Add missing includes. make_unique proliferated everywhere.
by Benjamin Kramer
· 11 years ago
2f27b2f
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
by Lang Hames
· 11 years ago
ce3f573
Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor mangled lookup over unmangled lookup.
by David Blaikie
· 11 years ago
dbf2c21
Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151."
by NAKAMURA Takumi
· 11 years ago
4d723ba
ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151.
by NAKAMURA Takumi
· 11 years ago
2a8a279
Make it explicit that ExecutionEngine takes ownership of the modules.
by Rafael Espindola
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
f6f9f1d
unittests: add ErrorStr to ExecutionEngine test
by Dylan Noblesmith
· 14 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
f98e981
Make the ExecutionEngine automatically remove global mappings on when their
by Jeffrey Yasskin
· 16 years ago
307c053
ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
by Jeffrey Yasskin
· 16 years ago
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
337b124
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
by Jeffrey Yasskin
· 16 years ago