projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
This reverts commit r238838, r238844 and r238888.
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
MCJIT
/
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-11
Lang Hames
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
tree
|
commitdiff
2015-03-10
Eric Christopher
Temporarily revert r231726 and r231724 as they're break...
tree
|
commitdiff
2015-03-09
Lang Hames
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Remove the old 'PassManager.h' header file at...
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Move SectionMemoryManager's implementation from...
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] FindFunctionNamed: Skip declarations
tree
|
commitdiff
2015-01-27
Eric Christopher
Remove some extraneous includes.
tree
|
commitdiff
2015-01-26
Eric Christopher
Move DataLayout back to the TargetMachine from TargetSu...
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] New JIT APIs.
tree
|
commitdiff
2014-12-03
Lang Hames
[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Reapply r222828 and r222810-r222812 with fix...
tree
|
commitdiff
2014-11-26
Aaron Ballman
Reverting r222828 and r222810-r222812 as they broke...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Re-enable GDB registration (temporarily disable...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Temporarily disable automatic JIT debugger...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
tree
|
commitdiff
2014-10-31
Lang Hames
[Object] Modify OwningBinary's interface to separate...
tree
|
commitdiff
2014-10-22
Lang Hames
[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Remove #include of JITMemoryManager that accide...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Delete the JTIMemoryManager and associated...
tree
|
commitdiff
2014-09-20
Lang Hames
[MCJIT] Make RTDyldMemoryManager::getSymbolAddress...
tree
|
commitdiff
2014-09-15
Lang Hames
[MCJIT] Start Stringref-izing the ExecutionEngine inter...
tree
|
commitdiff
2014-09-10
Rafael Espindola
Add doInitialization/doFinalization to DataLayoutPass.
tree
|
commitdiff
2014-09-05
Lang Hames
[MCJIT] Fix an iterator invalidation bug in MCJIT:...
tree
|
commitdiff
2014-09-04
David Blaikie
Fix use-after-move introduced in r217065 and caught...
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify MCJIT::emitObject
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify a bunch of stuff through RuntimeDyld...
tree
|
commitdiff
2014-09-02
David Blaikie
unique_ptrify passing the TargetMachine to ExecutionEng...
tree
|
commitdiff
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
tree
|
commitdiff
2014-08-26
Rafael Espindola
Give ExecutionEngine of top level buffers.
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-19
Rafael Espindola
Make it explicit that ExecutionEngine takes ownership...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Use copy initialization to initialize std::unique_ptr.
tree
|
commitdiff
2014-08-14
Lang Hames
[MCJIT] Support DisableSymbolSearching and InstallLazyF...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
tree
|
commitdiff
2014-08-01
Rafael Espindola
Replace comment about ownership with std::unique_ptr.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Use range loop.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Remove some calls to std::move.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Delete dead code.
tree
|
commitdiff
2014-06-20
Zachary Turner
Revert "Replace Execution Engine's mutex with std:...
tree
|
commitdiff
2014-06-18
Zachary Turner
Replace Execution Engine's mutex with std::recursive_mutex.
tree
|
commitdiff
2014-06-16
Rafael Espindola
Convert the Archive API to use ErrorOr.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Use error_code() instead of error_code::succes()
tree
|
commitdiff
2014-04-29
David Blaikie
PR19553: Memory leak in RuntimeDyldELF::createObjectIma...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-24
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-18
Lang Hames
[ExecutionEngine] Allow JIT clients to enable/disable...
tree
|
commitdiff
2014-04-10
NAKAMURA Takumi
LLVMBuild.txt: Add missing dependencies.
tree
|
commitdiff
2014-03-26
Juergen Ributzka
[MCJIT] Check if there have been errors during RuntimeD...
tree
|
commitdiff
2014-03-20
Lang Hames
Add an option to MCJIT to have it forward all sections...
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-02-19
Rafael Espindola
move getNameWithPrefix and getSymbol to TargetMachine.
tree
|
commitdiff
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
tree
|
commitdiff
2014-02-19
Daniel Jasper
Revert r201622 and r201608.
tree
|
commitdiff
2014-02-18
Rafael Espindola
Fix PR18743.
tree
|
commitdiff
2014-02-12
Lang Hames
Extend RTDyld API to enable optionally precomputing...
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-23
Juergen Ributzka
Add target analysis passes to the codegen pipeline...
tree
|
commitdiff
2014-01-21
Rafael Espindola
Rename these methods to match the style guide.
tree
|
commitdiff
2014-01-13
Chandler Carruth
Re-sort #include lines again, prior to moving headers...
tree
|
commitdiff
2014-01-08
Lang Hames
Re-apply r196639: Add support for archives and object...
tree
|
commitdiff
2014-01-07
Rafael Espindola
Move the llvm mangler to lib/IR.
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2014-01-03
Rafael Espindola
Make the llvm mangler depend only on DataLayout.
tree
|
commitdiff
2013-12-11
NAKAMURA Takumi
Prune redundant dependencies in LLVMBuild.txt.
tree
|
commitdiff
2013-12-07
NAKAMURA Takumi
Whitespace cleanups.
tree
|
commitdiff
2013-12-07
Lang Hames
Revert r196639 while I investigate a bot failure.
tree
|
commitdiff
2013-12-07
Lang Hames
Add support for archives and object file caching under...
tree
|
commitdiff
2013-12-05
Rafael Espindola
Remove the isImplicitlyPrivate argument of getNameWithP...
tree
|
commitdiff
2013-11-28
Rafael Espindola
Use the mangler consistently instead of using getGlobal...
tree
|
commitdiff
2013-11-15
Andrew Kaylor
Fix a problem in MCJIT identifying the module containin...
tree
|
commitdiff
2013-10-24
Yaron Keren
Replaced non-ASCII character.
tree
|
commitdiff
2013-10-24
Chandler Carruth
Revert part of r193291, restoring the deletion of loade...
tree
|
commitdiff
2013-10-24
Andrew Kaylor
Optimizing MCJIT module state tracking
tree
|
commitdiff
2013-10-21
Andrew Kaylor
FIXME comment shouldn't have been doxygen style
tree
|
commitdiff
2013-10-21
Andrew Kaylor
Improving MCJIT/RuntimeDyld thread safety
tree
|
commitdiff
2013-10-19
Yaron Keren
Added comments from Andrew Kaylor.
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Adding support for deregistering EH frames with MCJIT.
tree
|
commitdiff
2013-10-11
Andrew Kaylor
Adding multiple object support to MCJIT EH frame handling
tree
|
commitdiff
2013-10-04
Andrew Kaylor
Adding support and tests for multiple module handling...
tree
|
commitdiff
2013-10-02
Filip Pizlo
This threads SectionName through the allocateCodeSectio...
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Fixing MCJIT multiple module linking for OSX
tree
|
commitdiff
2013-10-01
Andrew Kaylor
Adding multiple module support for MCJIT.
tree
|
commitdiff
2013-06-28
Andrew Kaylor
Revising the MCJIT ObjectCache interface to allow subcl...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182411 and 182412 because it's still broken.
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182407 and r182408 because they broke builds.
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-17
David Tweed
Minor changes to the MCJITTest unittests to use the...
tree
|
commitdiff
next