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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-4
/
+4
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
1
-5
/
+8
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-33
/
+38
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-38
/
+33
*
[MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check
Lang Hames
2014-11-26
1
-0
/
+1
*
[MCJIT] Temporarily disable automatic JIT debugger registration.
Lang Hames
2014-11-26
1
-1
/
+0
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-33
/
+38
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-3
/
+6
*
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
Lang Hames
2014-10-22
1
-1
/
+1
*
[MCJIT] Remove #include of JITMemoryManager that accidentally survived r218316.
Lang Hames
2014-09-23
1
-1
/
+0
*
[MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.
Lang Hames
2014-09-20
1
-5
/
+10
*
[MCJIT] Start Stringref-izing the ExecutionEngine interface.
Lang Hames
2014-09-15
1
-2
/
+1
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
[MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.
Lang Hames
2014-09-05
1
-5
/
+7
*
Fix use-after-move introduced in r217065 and caught in post-commit review by ...
David Blaikie
2014-09-04
1
-2
/
+2
*
unique_ptrify MCJIT::emitObject
David Blaikie
2014-09-03
1
-4
/
+4
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
1
-18
/
+13
*
unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor
David Blaikie
2014-09-02
1
-7
/
+5
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-15
/
+3
*
Give ExecutionEngine of top level buffers.
Rafael Espindola
2014-08-26
1
-3
/
+5
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-4
/
+5
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-15
/
+19
*
Use copy initialization to initialize std::unique_ptr.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
[MCJIT] Support DisableSymbolSearching and InstallLazyFunctionCreator in MCJIT.
Lang Hames
2014-08-14
1
-5
/
+13
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-3
/
+15
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-15
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+5
*
Replace comment about ownership with std::unique_ptr.
Rafael Espindola
2014-08-01
1
-7
/
+3
*
Use range loop.
Rafael Espindola
2014-08-01
1
-7
/
+3
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-1
/
+1
*
Delete dead code.
Rafael Espindola
2014-07-31
1
-5
/
+2
*
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
Zachary Turner
2014-06-20
1
-18
/
+19
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
1
-19
/
+18
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
1
-2
/
+6
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-5
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-11
/
+11
*
[ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
2014-04-18
1
-1
/
+2
*
[MCJIT] Check if there have been errors during RuntimeDyld execution.
Juergen Ributzka
2014-03-26
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-5
/
+5
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-4
/
+4
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-1
/
+2
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-2
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+2
*
Rename these methods to match the style guide.
Rafael Espindola
2014-01-21
1
-1
/
+1
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-5
/
+51
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
[prev]
[next]