projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed"
[oota-llvm.git]
/
unittests
/
ExecutionEngine
/
2015-06-25
Benjamin Kramer
Don't use std::make_unique.
tree
|
commitdiff
2015-06-25
Joseph Tremoulet
[ORC] Add ObjectTransformLayer
tree
|
commitdiff
2015-06-20
Keno Fischer
[MCJIT] Add a FindGlobalVariableNamed utility
tree
|
commitdiff
2015-05-28
Petar Jovanovic
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
tree
|
commitdiff
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initi...
tree
|
commitdiff
2015-04-21
Reid Kleckner
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentine...
tree
|
commitdiff
2015-04-20
Lang Hames
[Orc] Make the makeStub function propagate argument...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-03-31
Lang Hames
[MCJIT] Enable MCJIT regression tests on Darwin.
tree
|
commitdiff
2015-03-31
Lang Hames
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-02-23
David Blaikie
Fix Makefile build
tree
|
commitdiff
2015-02-23
David Blaikie
[orc] Add a trivial unit test to get the ball rolling
tree
|
commitdiff
2015-02-16
NAKAMURA Takumi
[CMake] Add RuntimeDyld to libdeps corresponding to...
tree
|
commitdiff
2015-01-28
Lang Hames
Revert r227247 and r227228: "Add weak symbol support...
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] Fix r227228 tests on Windows
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] Add weak symbol support to RuntimeDyld
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] FindFunctionNamed: Skip declarations
tree
|
commitdiff
2015-01-15
Vasileios Kalintiris
Fix the C-API MCJIT test for 32-bit big endian machines.
tree
|
commitdiff
2014-12-22
Peter Zotov
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
tree
|
commitdiff
2014-12-03
Lang Hames
[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
tree
|
commitdiff
2014-10-22
Lang Hames
[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
tree
|
commitdiff
2014-10-01
Argyrios Kyrtzidis
Adds 'override' to overriding methods. NFC.
tree
|
commitdiff
2014-10-01
Lang Hames
[MCJIT] Turn the getSymbolAddress free function created...
tree
|
commitdiff
2014-09-29
David Blaikie
Unit test r218187, changing RTDyldMemoryManager::getSym...
tree
|
commitdiff
2014-09-23
NAKAMURA Takumi
Rework r218304, "ExecutionEngineTests: Call llvm_shutdo...
tree
|
commitdiff
2014-09-23
NAKAMURA Takumi
ExecutionEngineTests: Call llvm_shutdown() on exit...
tree
|
commitdiff
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
tree
|
commitdiff
2014-08-27
Rafael Espindola
Return a std::unique_ptr when creating a new MemoryBuffer.
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
tree
|
commitdiff
2014-08-21
Elena Demikhovsky
IntelJITEventListener updates to fix breaks by recent...
tree
|
commitdiff
2014-08-19
Hans Wennborg
BumpPtrAllocator: don't accept 0 for the alignment...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-19
Rafael Espindola
Modernize the .ll parsing interface.
tree
|
commitdiff
2014-08-19
Rafael Espindola
Make it explicit that ExecutionEngine takes ownership...
tree
|
commitdiff
2014-08-13
Rafael Espindola
Simplify memory ownership with std::unique_ptr.
tree
|
commitdiff
2014-08-13
Rafael Espindola
Simplify ownership with std::unique_ptr. NFC.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-09
Saleem Abdulrasool
ADT: remove MinGW32 and Cygwin OSType enum
tree
|
commitdiff
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Rafael Espindola
fix configure+make build
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-07-14
NAKAMURA Takumi
[CMake] Update libdeps.
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove the last uses of 'using std::error_code'
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-08
Craig Topper
[C++11] Use 'nullptr'.
tree
|
commitdiff
2014-06-08
Alp Toker
Fix build when no native target is enabled
tree
|
commitdiff
2014-05-16
Juergen Ributzka
Add C API for thread yielding callback.
tree
|
commitdiff
2014-05-15
Juergen Ributzka
Revert "[PM] Add pass run listeners to the pass manager."
tree
|
commitdiff
2014-05-07
Rafael Espindola
Replace a virtual with an override.
tree
|
commitdiff
2014-04-28
Juergen Ributzka
[PM] Add pass run listeners to the pass manager.
tree
|
commitdiff
2014-04-06
Elena Demikhovsky
Changes in IntelJITEventListener - By Arch Robinson
tree
|
commitdiff
2014-03-31
Saleem Abdulrasool
MCJIT: ensure that cygwin is identified properly
tree
|
commitdiff
2014-03-11
NAKAMURA Takumi
MultiJITTest.cpp: Tweak getPointerToNamedFunction(...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DIBuilder.h into the IR library where...
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_incl...
tree
|
commitdiff
2014-02-25
Renato Golin
Disable old JIT unittests for AARch64
tree
|
commitdiff
2014-02-24
Andrew Trick
Disable an MCJIT test on older Darwins until we have...
tree
|
commitdiff
2014-02-21
Filip Pizlo
This test was failing on non-X86-64 platforms because...
tree
|
commitdiff
2014-02-20
Filip Pizlo
Stackmaps are used for OSR exits, which is a custom...
tree
|
commitdiff
2014-02-15
Lang Hames
Remove tautological test line (unsigneds are always...
tree
|
commitdiff
2014-02-13
Lang Hames
Fix misleading comment.
tree
|
commitdiff
2014-02-13
Lang Hames
The new MCJIT C-API unit test is generating objects...
tree
|
commitdiff
2014-02-12
Lang Hames
Extend RTDyld API to enable optionally precomputing...
tree
|
commitdiff
2014-01-13
Rafael Espindola
Update getLazyBitcodeModule to use ErrorOr for error...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Move the LLVM IR asm writer header files into the IR...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2013-12-30
Nico Weber
Port r198087 and r198089 (strip dead code by default...
tree
|
commitdiff
2013-12-27
Nico Weber
Attempt to fix JIT unit tests after r198087.
tree
|
commitdiff
2013-12-12
Richard Barton
Remove some dead code
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Place class definitions into anonymous...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-10-21
Andrew Kaylor
Removing unnecessary link component for MCJIT unittests
tree
|
commitdiff
2013-10-16
Rafael Espindola
Assert on duplicate registration. Don't depend on funct...
tree
|
commitdiff
2013-10-02
Tim Northover
MCJIT: skip some more new multi-module tests on unsuppo...
tree
|
commitdiff
2013-10-02
Filip Pizlo
This threads SectionName through the allocateCodeSectio...
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Tests for MCJIT multiple module support
tree
|
commitdiff
2013-07-26
Rafael Espindola
Revert "[PowerPC] Improve consistency in use of __ppc__...
tree
|
commitdiff
2013-07-26
Bill Schmidt
[PowerPC] Improve consistency in use of __ppc__, __powe...
tree
|
commitdiff
2013-07-24
Akira Hatanaka
[mips] Use pristine object file while processing reloca...
tree
|
commitdiff
2013-07-13
Stephen Lin
Convert Windows to Unix line endings, no functionality...
tree
|
commitdiff
2013-07-04
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
tree
|
commitdiff
2013-07-02
David Blaikie
Fix -Wsign-compare warning and remove windows-style...
tree
|
commitdiff
2013-07-02
Elena Demikhovsky
Fixed alignment of code sections in the JIT mode. Added...
tree
|
commitdiff
2013-06-28
Andrew Kaylor
Revising the MCJIT ObjectCache interface to allow subcl...
tree
|
commitdiff
2013-06-28
Daniel Malea
Adding tests for DebugIR pass
tree
|
commitdiff
2013-06-20
Akira Hatanaka
[mips] Remove Triple:mips from SupportedArchs in MCJIT...
tree
|
commitdiff
2013-05-30
Rafael Espindola
Remove unused member.
tree
|
commitdiff
2013-05-22
Filip Pizlo
Expose the RTDyldMemoryManager through the C API. This...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182407 and r182408 because they broke builds.
tree
|
commitdiff
next