Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
30b9e322e159df8eaabb5b194cec6e11ba99c261
/
lib
/
ExecutionEngine
/
MCJIT
/
MCJIT.cpp
30b9e32
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
by Danil Malyshev
· 13 years ago
3e29671
Revert a series of commits to MCJIT to get the build working in CMake
by Chandler Carruth
· 13 years ago
7803ec3
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html
by Danil Malyshev
· 13 years ago
8581438
Convert assert(0) to llvm_unreachable
by Craig Topper
· 13 years ago
4d6ccb5
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 13 years ago
893f486
Fix MCJIT memory leak of owned TargetMachine.
by Jim Grosbach
· 13 years ago
9ea4717
ExecutionEngine: refactor interface
by Dylan Noblesmith
· 13 years ago
b95fc31
Sink codegen optimization level into MCCodeGenInfo along side relocation model
by Evan Cheng
· 13 years ago
0ba3c0a
MCJIT initialization TargetData
by Danil Malyshev
· 13 years ago
81cbb0a
Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and
by Richard Trieu
· 13 years ago
db125cf
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 13 years ago
c0ceedb
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
by Jim Grosbach
· 13 years ago
e0b5863
Restore sanity to 131601.
by Jim Grosbach
· 13 years ago
3ec2c7c
Objective C functions may use a magic '\1' on the name. Handle that when
by Jim Grosbach
· 13 years ago
c5b2858
ExecutionEngine: push TargetMachine creation into clients (v2)
by Dylan Noblesmith
· 13 years ago
2ea29ba
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
by Dylan Noblesmith
· 13 years ago
c154514
The MCJIT memory manager needs to initialize its Module member.
by Jim Grosbach
· 13 years ago
701529b
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
by Jakob Stoklund Olesen
· 13 years ago
c06b511
ExecutionEngine: push TargetMachine creation into clients
by Dylan Noblesmith
· 13 years ago
71cbac6
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
by Dylan Noblesmith
· 13 years ago
bb498ca
80-col fix.
by Eric Christopher
· 14 years ago
69e8132
MCJIT relocation resolution.
by Jim Grosbach
· 14 years ago
fcbe5b7
Layer the memory manager between the JIT and the runtime Dyld.
by Jim Grosbach
· 14 years ago
5acfa9f
Instantiate a JITMemoryManager for MCJIT Dyld
by Jim Grosbach
· 14 years ago
66978bd
Fix double-free of Module.
by Jim Grosbach
· 14 years ago
8086f3b
Make sure to report any errors from the runtime dyld.
by Jim Grosbach
· 14 years ago
34714a0
Add simple arg passing to MC-JIT and support for exit() call.
by Jim Grosbach
· 14 years ago
d619067
Fix comment in header.
by Eric Christopher
· 14 years ago
f922910
Hook up the MCJIT to the RuntimeDyld library.
by Jim Grosbach
· 14 years ago
7b6747e
Silence a warning.
by Jim Grosbach
· 14 years ago
31649e6
Beginnings of MC-JIT code generation.
by Jim Grosbach
· 14 years ago
1f6efa3
Merge System into Support.
by Michael J. Spencer
· 14 years ago
6aec298
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
by Daniel Dunbar
· 14 years ago