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
/
Orc
/
OrcMCJITReplacement.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.
Lang Hames
2017-09-28
1
-1
/
+1
*
[Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.
Lang Hames
2017-08-31
1
-0
/
+3
*
[Orc] Fix member variable ordering issue in OrcMCJITReplacement.
Lang Hames
2017-08-30
1
-2
/
+3
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-3
/
+3
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-5
/
+5
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-9
/
+12
*
Attempt to fix Orc JIT test timeouts
Reid Kleckner
2017-06-29
1
-5
/
+5
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-4
/
+24
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-11
/
+4
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-4
/
+11
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-39
/
+25
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
1
-13
/
+18
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-3
/
+2
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
1
-4
/
+4
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-5
/
+26
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
1
-2
/
+4
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
1
-4
/
+2
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
1
-2
/
+4
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-11
/
+10
*
[Object] Change Archive::findSym to return an Expected<Optional<Child>>.
Lang Hames
2016-07-14
1
-6
/
+6
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-4
/
+5
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-5
/
+4
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-4
/
+5
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
1
-3
/
+3
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
1
-1
/
+1
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-2
/
+5
*
[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until
Lang Hames
2016-01-19
1
-7
/
+17
*
[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
Lang Hames
2016-01-11
1
-0
/
+5
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
1
-4
/
+7
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+3
*
[Orc] Add support for RuntimeDyld::setProcessAllSections.
Lang Hames
2015-10-29
1
-0
/
+4
*
[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
Lang Hames
2015-10-28
1
-6
/
+1
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-2
/
+2
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-2
/
+2
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-13
/
+14
*
Revert "Make ExecutionEngine owning a DataLayout"
Michael Kuperstein
2015-07-16
1
-14
/
+13
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-13
/
+14
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-2
/
+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
-2
/
+3
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-50
/
+73
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
2015-02-21
1
-3
/
+7
*
[Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.
Lang Hames
2015-02-09
1
-2
/
+2
*
[Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to the
Lang Hames
2015-02-02
1
-2
/
+7
[next]