Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d6ebdfb66b9d63d34f34ec6ac7ec57eff7cd24b
/
llvm
/
unittests
/
ExecutionEngine
/
MCJIT
/
MCJITTest.cpp
14359ef
[opaque pointer types] Pass value type to LoadInst creation.
by James Y Knight
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
c004411
Remove TypeBuilder.h, and fix the few locations using it.
by James Y Knight
· 7 years ago
5c0ab47
Remove redundant includes from unittests.
by Michael Zolotukhin
· 8 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
ffec81c
Fix some Clang-tidy modernize warnings, other minor fixes.
by Eugene Zelenko
· 10 years ago
083ca9b
Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups.
by Hans Wennborg
· 10 years ago
6f7012c
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
by Lang Hames
· 10 years ago
9d9be7d
Revert "[ExecutionEngine] Use std::function rather than a function pointer for the LazyFunctionCreator."
by Renato Golin
· 10 years ago
b7a1176
[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a
by Lang Hames
· 10 years ago
78bd9e5
[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for
by Lang Hames
· 10 years ago
11e086d
[ExecutionEngine] Use std::function rather than a function pointer for the
by Lang Hames
· 10 years ago
ff6409d
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only
by David Blaikie
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
33c9433
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
by Lang Hames
· 11 years ago
88cc268
[ExecutionEngine] Add weak symbol support to RuntimeDyld
by Keno Fischer
· 11 years ago
efe7e22
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
by Lang Hames
· 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
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
05c5a93
[weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables.
by Juergen Ributzka
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
6bbb2c9
Tests for MCJIT multiple module support
by Andrew Kaylor
· 12 years ago
2e7efed
Minor changes to the MCJITTest unittests to use the correct API for finalizing
by David Tweed
· 12 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
3e0f1fb
Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp
by Andrew Kaylor
· 13 years ago
72b8629
MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution.
by Amara Emerson
· 13 years ago
5e7d792
Adding MCJIT and MemoryBuffer unit tests
by Andrew Kaylor
· 13 years ago