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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Add NullResolver
Joseph Tremoulet
2015-06-22
2
-12
/
+40
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
2
-2
/
+2
*
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
Lang Hames
2015-06-12
1
-2
/
+0
*
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
2015-05-05
3
-178
/
+87
*
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
2015-05-04
3
-87
/
+178
*
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
Lang Hames
2015-05-04
3
-178
/
+87
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-3
/
+1
*
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
2015-04-20
1
-0
/
+1
*
[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for JIT reentry.
Lang Hames
2015-04-20
1
-16
/
+16
*
[Orc] During module partitioning, rename anonymous and asm-private globals.
Lang Hames
2015-04-12
1
-2
/
+40
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+3
*
[Orc] Tidy up IndirectionUtils API a little, add some comments. NFC.
Lang Hames
2015-04-11
1
-6
/
+15
*
[Orc] Save all the x86-64 GPRs before re-entering the JIT.
Lang Hames
2015-04-07
1
-6
/
+13
*
[Orc] Tidy up the assembly for the x86-64 resolver block.
Lang Hames
2015-04-06
1
-44
/
+45
*
[Orc] Fix local-linkage handling in the CompileOnDemand layer.
Lang Hames
2015-04-02
1
-2
/
+2
*
[Orc] Add support classes for inspecting and running C++ static ctor/dtors, and
Lang Hames
2015-04-02
2
-0
/
+103
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-50
/
+73
*
[Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support
Lang Hames
2015-03-25
1
-2
/
+2
*
[Orc] Move delta-handling for trampoline sizes into the resolver block.
Lang Hames
2015-03-24
1
-0
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[Orc] Remove redundant using directive.
Lang Hames
2015-02-22
1
-2
/
+0
*
[Orc] Add header comment to IndirectionUtils.cpp.
Lang Hames
2015-02-22
1
-0
/
+9
*
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
2015-02-21
5
-14
/
+29
*
OrcJIT: Appease msc18 not to be confused on executeCompileCallback<OrcX86_64>.
NAKAMURA Takumi
2015-02-17
1
-2
/
+3
*
Reformat.
NAKAMURA Takumi
2015-02-17
1
-5
/
+3
*
[Orc] Update the Orc indirection utils and refactor the CompileOnDemand layer.
Lang Hames
2015-02-17
3
-192
/
+162
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
2
-2
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
[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
*
Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
NAKAMURA Takumi
2015-01-25
1
-1
/
+1
*
[Orc] Add TransformUtils to Orc's dependency list.
Lang Hames
2015-01-24
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] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
Lang Hames
2015-01-23
1
-1
/
+2
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
8
-0
/
+864