index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
MCJIT
Age
Commit message (
Expand
)
Author
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-09-13
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-05
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-08-21
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-07
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-05-16
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-04-29
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-12
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-28
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
Fix MCJIT memory leak of owned TargetMachine.
Jim Grosbach
2012-01-16
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
2012-01-05
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-12
Fixed the MCJIT so that it can emit not only instance
Sean Callanan
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-10-18
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
Jim Grosbach
2011-09-30
MCJIT initialization TargetData
Danil Malyshev
2011-09-10
Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and
Richard Trieu
2011-08-14
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
NAKAMURA Takumi
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-05-19
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
Jim Grosbach
2011-05-18
Restore sanity to 131601.
Jim Grosbach
2011-05-18
Objective C functions may use a magic '\1' on the name. Handle that when
Jim Grosbach
2011-05-13
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-12
The MCJIT memory manager needs to initialize its Module member.
Jim Grosbach
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
ExecutionEngine: delete duplicated files
Dylan Noblesmith
2011-05-06
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-04-22
80-col fix.
Eric Christopher
2011-04-13
MCJIT relocation resolution.
Jim Grosbach
[next]