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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
1
-3
/
+3
*
Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI
Weiming Zhao
2018-04-16
1
-1
/
+1
*
NFC: Move ObjectMemoryBuffer to support
Weiming Zhao
2018-04-15
1
-1
/
+1
*
Add missing vtable anchors
Weiming Zhao
2018-04-11
1
-0
/
+1
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
1
-9
/
+8
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
1
-8
/
+9
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
1
-9
/
+8
*
Use StringRef instead of raw pointer in ExecutionEngine
Mehdi Amini
2016-10-01
1
-4
/
+4
*
[MCJIT] Fix some inconsistent handling of name mangling inside MCJIT.
Lang Hames
2016-09-12
1
-0
/
+7
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-13
/
+10
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-1
/
+1
*
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-7
/
+8
*
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-8
/
+7
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-7
/
+8
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[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
[next]