index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ExecutionEngine
/
MCJIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
Lang Hames
2015-07-14
1
-0
/
+82
*
Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...
Renato Golin
2015-07-11
1
-64
/
+0
*
[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a
Lang Hames
2015-07-11
1
-1
/
+1
*
[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for
Lang Hames
2015-07-11
1
-3
/
+2
*
[ExecutionEngine] Use std::function rather than a function pointer for the
Lang Hames
2015-07-10
1
-0
/
+65
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
1
-3
/
+12
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
2
-0
/
+4
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-17
/
+17
*
[MCJIT] Enable MCJIT regression tests on Darwin.
Lang Hames
2015-03-31
1
-5
/
+0
*
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
NAKAMURA Takumi
2015-02-16
1
-0
/
+1
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
4
-63
/
+1
*
[ExecutionEngine] Fix r227228 tests on Windows
Keno Fischer
2015-01-27
1
-0
/
+1
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
4
-1
/
+62
*
[ExecutionEngine] FindFunctionNamed: Skip declarations
Keno Fischer
2015-01-27
1
-0
/
+19
*
Fix the C-API MCJIT test for 32-bit big endian machines.
Vasileios Kalintiris
2015-01-15
1
-12
/
+6
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+38
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
2
-4
/
+4
*
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
Lang Hames
2014-10-22
2
-0
/
+21
*
Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
2014-10-01
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
5
-6
/
+1
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-4
/
+3
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-3
/
+3
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
4
-43
/
+43
*
Simplify memory ownership with std::unique_ptr.
Rafael Espindola
2014-08-13
1
-14
/
+6
*
Simplify ownership with std::unique_ptr. NFC.
Rafael Espindola
2014-08-13
1
-2
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
2
-6
/
+6
*
ADT: remove MinGW32 and Cygwin OSType enum
Saleem Abdulrasool
2014-08-09
2
-3
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
5
-1
/
+6
*
fix configure+make build
Rafael Espindola
2014-08-07
1
-1
/
+1
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
4
-5
/
+0
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
4
-33
/
+33
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-0
/
+27
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-28
/
+0
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+28
*
MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
2014-03-31
3
-2
/
+12
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
4
-46
/
+37
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
3
-41
/
+41
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-2
/
+2
*
Disable an MCJIT test on older Darwins until we have a better interface.
Andrew Trick
2014-02-24
1
-0
/
+4
*
This test was failing on non-X86-64 platforms because stackmaps only work on ...
Filip Pizlo
2014-02-21
1
-0
/
+9
*
Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...
Filip Pizlo
2014-02-20
3
-1
/
+92
*
Remove tautological test line (unsigneds are always >=0).
Lang Hames
2014-02-15
1
-1
/
+0
*
Fix misleading comment.
Lang Hames
2014-02-13
1
-1
/
+1
*
The new MCJIT C-API unit test is generating objects without constant data
Lang Hames
2014-02-13
1
-1
/
+1
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-1
/
+132
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
3
-3
/
+3
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-4
/
+8
*
Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
[next]