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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl
Reid Kleckner
2015-04-21
1
-1
/
+2
*
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
2015-04-20
4
-0
/
+139
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
4
-18
/
+18
*
[MCJIT] Enable MCJIT regression tests on Darwin.
Lang Hames
2015-03-31
1
-5
/
+0
*
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
Lang Hames
2015-03-31
1
-0
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-4
/
+6
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Fix Makefile build
David Blaikie
2015-02-23
1
-1
/
+1
*
[orc] Add a trivial unit test to get the ball rolling
David Blaikie
2015-02-23
5
-1
/
+60
*
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
NAKAMURA Takumi
2015-02-16
2
-0
/
+2
*
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
*
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
Lang Hames
2014-10-01
1
-3
/
+6
*
Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...
David Blaikie
2014-09-29
1
-0
/
+30
*
Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for Manag...
NAKAMURA Takumi
2014-09-23
1
-2
/
+3
*
ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduc...
NAKAMURA Takumi
2014-09-23
1
-0
/
+3
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
17
-2069
/
+3
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
2
-7
/
+6
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-3
/
+2
*
IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...
Elena Demikhovsky
2014-08-21
1
-1
/
+1
*
BumpPtrAllocator: don't accept 0 for the alignment parameter
Hans Wennborg
2014-08-19
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-3
/
+3
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
2
-12
/
+9
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
8
-95
/
+97
*
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
17
-3
/
+2072
*
fix configure+make build
Rafael Espindola
2014-08-07
2
-2
/
+2
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
15
-2070
/
+1
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
3
-0
/
+3
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-6
/
+7
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-7
/
+6
*
Remove the last uses of 'using std::error_code'
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
8
-70
/
+70
*
Fix build when no native target is enabled
Alp Toker
2014-06-08
1
-3
/
+4
*
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
*
Replace a virtual with an override.
Rafael Espindola
2014-05-07
1
-2
/
+2
[next]