projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add SDNodes for umin, umax, smin and smax.
[oota-llvm.git]
/
include
/
llvm
/
ExecutionEngine
/
2015-05-05
David Blaikie
Fix the clang -Werror build, use of uninitialized variable.
tree
|
commitdiff
2015-05-05
Lang Hames
[Orc] Reapply r236465 with fixes for the MSVC bots.
tree
|
commitdiff
2015-05-04
Lang Hames
[Orc] Revert r236465 - It broke the Windows bots.
tree
|
commitdiff
2015-05-04
Lang Hames
[Orc] Refactor the compile-on-demand layer to make...
tree
|
commitdiff
2015-04-29
Lang Hames
[Orc] It's not valid to pass a null resolver to addModu...
tree
|
commitdiff
2015-04-15
Lang Hames
[Orc] Refactor the CompileOnDemandLayer to make its...
tree
|
commitdiff
2015-04-13
Lang Hames
[Orc] Add an Orc layer for applying arbitrary transform...
tree
|
commitdiff
2015-04-12
Lang Hames
[Orc] Remove duplicate "then" in comment.
tree
|
commitdiff
2015-04-12
Lang Hames
[Orc] Fix out-of-date comment for the IRCompileLayer.
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-11
Lang Hames
[Orc] Tidy up IndirectionUtils API a little, add some...
tree
|
commitdiff
2015-04-02
Lang Hames
[Orc] Add support classes for inspecting and running...
tree
|
commitdiff
2015-03-31
Lang Hames
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
tree
|
commitdiff
2015-03-30
Lang Hames
[Orc] Add missing #include. Hopefully this will appease...
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-29
Lang Hames
[Orc] Add missing inline keyword to the function introd...
tree
|
commitdiff
2015-03-29
Lang Hames
[Orc] Use raw TargetAddresses for callback trampoline...
tree
|
commitdiff
2015-03-25
Lang Hames
[Orc][lli] Add a very simple Orc-based lazy JIT to...
tree
|
commitdiff
2015-03-25
Lang Hames
[Orc] Remove extraneous 'typename'. This should cheer...
tree
|
commitdiff
2015-03-25
Lang Hames
[Orc] Refactor JITCompileCallbackManagerBase and Compil...
tree
|
commitdiff
2015-03-24
Lang Hames
[Orc] Move delta-handling for trampoline sizes into...
tree
|
commitdiff
2015-03-24
Lang Hames
[Orc] Whitespace fix. NFC.
tree
|
commitdiff
2015-03-24
Lang Hames
[Orc] Use std::string to capture name by value.
tree
|
commitdiff
2015-03-13
Richard Smith
Fix build break in this code. Nothing uses this header...
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 header that was accidenta...
tree
|
commitdiff
2015-03-09
Lang Hames
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
tree
|
commitdiff
2015-03-06
Benjamin Kramer
Fold init() helpers into constructors. NFC.
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-02-23
NAKAMURA Takumi
Orc/JITSymbol.h requires not "Compiler.h" but "DataType...
tree
|
commitdiff
2015-02-23
David Blaikie
[orc] Add a trivial unit test to get the ball rolling
tree
|
commitdiff
2015-02-22
David Blaikie
Add missing header
tree
|
commitdiff
2015-02-21
Lang Hames
[Orc] Move Orc code into a namespace (llvm::orc), updat...
tree
|
commitdiff
2015-02-20
Lang Hames
[Orc] Add a new JITSymbol constructor to build a symbol...
tree
|
commitdiff
2015-02-19
Lang Hames
[Orc] Fix a bug in the compile callback manager: trampo...
tree
|
commitdiff
2015-02-17
NAKAMURA Takumi
OrcJIT: Try to appease msc18 to add move constructor...
tree
|
commitdiff
2015-02-17
Lang Hames
[Orc] Update the Orc indirection utils and refactor...
tree
|
commitdiff
2015-02-16
Lang Hames
[Orc] Add an emitAndFinalize method to the ObjectLinkin...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Remove the old 'PassManager.h' header file at...
tree
|
commitdiff
2015-02-13
Chandler Carruth
Re-sort #include lines using my handy dandy ./utils...
tree
|
commitdiff
2015-02-10
Lang Hames
[Orc] Fix a bug in the LazyEmittingLayer - capture...
tree
|
commitdiff
2015-02-10
Lang Hames
[Orc] Add missing casserts header to JITSymbol.h.
tree
|
commitdiff
2015-02-10
Lang Hames
[Orc] Back out one of the GCC ICE workarounds from...
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Revert r228567 (GCC ICE workaround) - it doesn...
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Try another workaround for the GCC 4.7.2 ICE...
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Tweak lambda capture lists to try to avoid an...
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather...
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Add a JITSymbol class to the Orc APIs, refactor...
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Add more missing headers.
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Add some missing headers.
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Fix syntax error in LazyEmittingLayer::removeModu...
tree
|
commitdiff
2015-02-02
Lang Hames
[Orc] Make the ObjectLinkingLayer take ownership of...
tree
|
commitdiff
2015-02-02
Lang Hames
[Orc] Add sensible defaults for the ObjectLinkingLayer...
tree
|
commitdiff
2015-01-25
NAKAMURA Takumi
Orc/IRCompileLayer.h: Avoid non-static initializer.
tree
|
commitdiff
2015-01-25
NAKAMURA Takumi
OrcJIT: Avoid non-static initializers.
tree
|
commitdiff
2015-01-24
Lang Hames
[Orc] Add some missing headers to the CompileOnDemandLa...
tree
|
commitdiff
2015-01-23
Reid Kleckner
Fix the MSVC build with the new Orc JIT APIs
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] Remove a bunch of constructors from ObjectLinking...
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] New JIT APIs.
tree
|
commitdiff
2015-01-16
Lang Hames
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
tree
|
commitdiff
2015-01-16
Lang Hames
[RuntimeDyld] Add 'stub_addr' to comment describing...
tree
|
commitdiff
2014-12-03
Lang Hames
[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Replace JITEventListener::anchor (temporarily...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Remove JITEventListener's anchor until I can...
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] Clean up RuntimeDyld's quirky object-ownership...
tree
|
commitdiff
2014-11-21
Lang Hames
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCo...
tree
|
commitdiff
2014-11-20
Lang Hames
[MCJIT] Remove JITEventListener::NotifyFunctionEmitted...
tree
|
commitdiff
2014-10-01
Lang Hames
[MCJIT] Turn the getSymbolAddress free function created...
tree
|
commitdiff
2014-09-29
David Blaikie
Unit test r218187, changing RTDyldMemoryManager::getSym...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Remove a few more references to JITMemoryManage...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Delete the JTIMemoryManager and associated...
tree
|
commitdiff
2014-09-15
Lang Hames
[MCJIT] Start Stringref-izing the ExecutionEngine inter...
tree
|
commitdiff
2014-09-05
Lang Hames
[MCJIT] Const-ify the symbol lookup operations on Runti...
tree
|
commitdiff
2014-09-04
Yaron Keren
Post-JIT light cleanup of ExecutionEngine.h: edited...
tree
|
commitdiff
2014-09-04
David Blaikie
unique_ptrify RuntimeDyld::Dyld
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Add command-line argument to llvm-rtdyld to...
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-27
Rafael Espindola
Return a std::unique_ptr when creating a new MemoryBuffer.
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
Return a std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-08-17
Rafael Espindola
Don't repeat names in comments. NFC.
tree
|
commitdiff
2014-08-13
Rafael Espindola
Simplify ownership with std::unique_ptr. NFC.
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-01
Rafael Espindola
Move virtual method out of line.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Replace comment about ownership with std::unique_ptr.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Delete dead code.
tree
|
commitdiff
2014-07-24
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2014-07-22
Lang Hames
[MCJIT] Refactor and add stub inspection to the Runtime...
tree
|
commitdiff
2014-07-10
Lang Hames
[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
tree
|
commitdiff
next