Jonas Devlieghere
|
114087caa6
[llvm] Migrate llvm::make_unique to std::make_unique
|
6 vuotta sitten |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 vuotta sitten |
Chandler Carruth
|
3c0d60785c
Re-sort #include lines for unittests. This uses a slightly modified
|
8 vuotta sitten |
Lang Hames
|
b60f9a25c0
Revert r279016 -- it breaks win32-elf JIT tests.
|
9 vuotta sitten |
Lang Hames
|
5bc5c47fda
[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
|
9 vuotta sitten |
Mehdi Amini
|
8be7707c14
Remove every uses of getGlobalContext() in LLVM (but the C API)
|
9 vuotta sitten |
Lang Hames
|
9ab9fd58bd
[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInProcess.
|
9 vuotta sitten |
Alexander Kornienko
|
c16fc54851
Use 'override/final' instead of 'virtual' for overridden methods
|
10 vuotta sitten |
Lang Hames
|
83b5f345b2
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
|
10 vuotta sitten |
Benjamin Kramer
|
d59c5f9a06
Add missing includes. make_unique proliferated everywhere.
|
10 vuotta sitten |
Lang Hames
|
e2ef4419a8
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
|
11 vuotta sitten |
David Blaikie
|
03b4667e14
Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor mangled lookup over unmangled lookup.
|
11 vuotta sitten |
NAKAMURA Takumi
|
a6c580e834
Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151."
|
11 vuotta sitten |
NAKAMURA Takumi
|
0c5fa4797c
ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151.
|
11 vuotta sitten |
Rafael Espindola
|
3f4ed32b43
Make it explicit that ExecutionEngine takes ownership of the modules.
|
11 vuotta sitten |
Craig Topper
|
b177041dfa
[C++11] Use 'nullptr'.
|
11 vuotta sitten |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 vuotta sitten |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 vuotta sitten |
Chandler Carruth
|
5a88dda4be
Sort the #include lines for unittest/...
|
12 vuotta sitten |
Dylan Noblesmith
|
35af1d7e2c
unittests: add ErrorStr to ExecutionEngine test
|
13 vuotta sitten |
Chris Lattner
|
db125cfaf5
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
14 vuotta sitten |
Jeffrey Yasskin
|
4c5b23b24f
Make the ExecutionEngine automatically remove global mappings on when their
|
16 vuotta sitten |
Jeffrey Yasskin
|
c89d27a440
ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
|
16 vuotta sitten |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 vuotta sitten |
Jeffrey Yasskin
|
0a962314fb
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
|
16 vuotta sitten |