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
/
lib
/
ExecutionEngine
/
MCJIT
/
MCJIT.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
1
-2
/
+12
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-55
/
+27
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-1
/
+1
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
1
-4
/
+5
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-6
/
+7
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-7
/
+6
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-6
/
+7
*
[MCJIT] Start Stringref-izing the ExecutionEngine interface.
Lang Hames
2014-09-15
1
-1
/
+1
*
[MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.
Lang Hames
2014-09-05
1
-0
/
+3
*
unique_ptrify MCJIT::emitObject
David Blaikie
2014-09-03
1
-1
/
+1
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
1
-2
/
+1
*
unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor
David Blaikie
2014-09-02
1
-4
/
+4
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-7
/
+1
*
Give ExecutionEngine of top level buffers.
Rafael Espindola
2014-08-26
1
-0
/
+2
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-5
/
+6
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+7
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-7
/
+1
*
Replace comment about ownership with std::unique_ptr.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
Delete dead code.
Rafael Espindola
2014-07-31
1
-3
/
+1
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Add an option to MCJIT to have it forward all sections to the
Lang Hames
2014-03-20
1
-0
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-42
/
+43
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-0
/
+9
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-0
/
+2
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-2
/
+6
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-1
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-6
/
+2
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-2
/
+6
*
Replaced non-ASCII character.
Yaron Keren
2013-10-24
1
-1
/
+1
*
Optimizing MCJIT module state tracking
Andrew Kaylor
2013-10-24
1
-22
/
+122
*
FIXME comment shouldn't have been doxygen style
Andrew Kaylor
2013-10-21
1
-1
/
+1
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-4
/
+0
*
Added comments from Andrew Kaylor.
Yaron Keren
2013-10-19
1
-0
/
+21
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+6
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-2
/
+2
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
1
-0
/
+5
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-4
/
+5
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
1
-9
/
+89
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-0
/
+7
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-1
/
+1
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
1
-2
/
+12
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
1
-12
/
+2
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
1
-2
/
+12
[next]