projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
TransformUtils: Remove implicit ilist iterator conversions, NFC
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
Orc
/
2015-10-06
Lang Hames
[Orc] Teach the CompileOnDemand layer to clone aliases.
tree
|
commitdiff
2015-07-24
Mehdi Amini
Remove access to the DataLayout in the TargetMachine
tree
|
commitdiff
2015-07-24
Mehdi Amini
Revert "Remove access to the DataLayout in the TargetMa...
tree
|
commitdiff
2015-07-24
Mehdi Amini
Remove access to the DataLayout in the TargetMachine
tree
|
commitdiff
2015-07-22
Hans Wennborg
Fix -Wextra-semi warnings.
tree
|
commitdiff
2015-07-16
Mehdi Amini
Make ExecutionEngine owning a DataLayout
tree
|
commitdiff
2015-07-16
Michael Kuperstein
Revert "Make ExecutionEngine owning a DataLayout"
tree
|
commitdiff
2015-07-16
Mehdi Amini
Make ExecutionEngine owning a DataLayout
tree
|
commitdiff
2015-06-23
Rafael Espindola
Simplify the Mangler interface now that DataLayout...
tree
|
commitdiff
2015-06-22
Joseph Tremoulet
Fix line endings (NFC)
tree
|
commitdiff
2015-06-22
Joseph Tremoulet
[ORC] Add NullResolver
tree
|
commitdiff
2015-06-16
Duncan P. N. Exon...
modules: Add explicit dependency on intrinsics_gen
tree
|
commitdiff
2015-06-13
Benjamin Kramer
[ExecutionEngine] ArrayRefize argument passing.
tree
|
commitdiff
2015-06-12
Lang Hames
[Orc] Fix a bug in the CompileOnDemand layer where...
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
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
tree
|
commitdiff
2015-04-20
Lang Hames
[Orc] Make the makeStub function propagate argument...
tree
|
commitdiff
2015-04-20
Lang Hames
[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for...
tree
|
commitdiff
2015-04-12
Lang Hames
[Orc] During module partitioning, rename anonymous...
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-07
Lang Hames
[Orc] Save all the x86-64 GPRs before re-entering the...
tree
|
commitdiff
2015-04-06
Lang Hames
[Orc] Tidy up the assembly for the x86-64 resolver...
tree
|
commitdiff
2015-04-02
Lang Hames
[Orc] Fix local-linkage handling in the CompileOnDemand...
tree
|
commitdiff
2015-04-02
Lang Hames
[Orc] Add support classes for inspecting and running...
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
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-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-02-22
Lang Hames
[Orc] Remove redundant using directive.
tree
|
commitdiff
2015-02-22
Lang Hames
[Orc] Add header comment to IndirectionUtils.cpp.
tree
|
commitdiff
2015-02-21
Lang Hames
[Orc] Move Orc code into a namespace (llvm::orc), updat...
tree
|
commitdiff
2015-02-17
NAKAMURA Takumi
OrcJIT: Appease msc18 not to be confused on executeComp...
tree
|
commitdiff
2015-02-17
NAKAMURA Takumi
Reformat.
tree
|
commitdiff
2015-02-17
Lang Hames
[Orc] Update the Orc indirection utils and refactor...
tree
|
commitdiff
2015-02-13
Chandler Carruth
Re-sort #include lines using my handy dandy ./utils...
tree
|
commitdiff
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Add a JITSymbol class to the Orc APIs, refactor...
tree
|
commitdiff
2015-02-02
Lang Hames
[Orc] Make OrcMCJITReplacement::addObject calls transfe...
tree
|
commitdiff
2015-02-02
Lang Hames
[Orc] Remove the OwnedModules list from OrcMCJITReplace...
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-25
NAKAMURA Takumi
OrcJIT: Avoid non-static initializers.
tree
|
commitdiff
2015-01-25
NAKAMURA Takumi
Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
tree
|
commitdiff
2015-01-24
Lang Hames
[Orc] Add TransformUtils to Orc's dependency list.
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] LLVMLinkInOrcMCJITReplacement shouldn't be in...
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] New JIT APIs.
tree
|
commitdiff