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
/
include
/
llvm
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
2013-05-05
Add EH support to the MCJIT.
Rafael Espindola
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-25
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-24
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-23
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
Fixing typo in comment.
Andrew Kaylor
2013-04-23
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-13
JITEventListener.h: Use llvm-config.h instead of config.h.
NAKAMURA Takumi
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-27
Fix comment formatting in RuntimeDyld.h
Andrew Kaylor
2012-11-27
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-15
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-14
Fix comment.
Jakub Staszak
2012-11-14
Remove DOS line endings.
Jakub Staszak
2012-11-06
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-05
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-01
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-10-16
Spacing.
Eric Christopher
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-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-05
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-04-29
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
Fix comments from copy-paste to a more relevant meaning
Eli Bendersky
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-23
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
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
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
2012-03-21
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
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-12
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-07
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
[next]