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
*
[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
*
[Orc] Remove the OwnedModules list from OrcMCJITReplacement and use
Lang Hames
2015-02-02
1
-6
/
+2
*
Remove some extraneous includes.
Eric Christopher
2015-01-27
1
-1
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+2
*
OrcJIT: Avoid non-static initializers.
NAKAMURA Takumi
2015-01-25
1
-1
/
+1
*
Fix the MSVC build with the new Orc JIT APIs
Reid Kleckner
2015-01-23
1
-2
/
+2
*
[Orc] Remove a bunch of constructors from ObjectLinkingLayer.
Lang Hames
2015-01-23
1
-1
/
+2
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-0
/
+328