index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
MCJIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
2
-6
/
+6
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
2
-7
/
+38
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
1
-1
/
+2
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-1
/
+2
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
2
-18
/
+68
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
2
-65
/
+18
*
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-24
1
-0
/
+5
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
2
-18
/
+65
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
MCJIT depends on JIT.
Benjamin Kramer
2012-11-28
1
-1
/
+1
*
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...
Andrew Kaylor
2012-11-28
2
-0
/
+227
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-0
/
+9
*
Fix build error from previous commit.
Andrew Kaylor
2012-11-06
1
-1
/
+1
*
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-06
2
-0
/
+43
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
2
-0
/
+17
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
4
-67
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
2
-19
/
+20
*
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-13
1
-1
/
+2
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-2
/
+10
*
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-21
2
-12
/
+6
*
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-08-07
2
-13
/
+55
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
2
-8
/
+4
*
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-05-16
1
-2
/
+2
*
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
1
-2
/
+2
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
1
-3
/
+3
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-36
/
+2
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-2
/
+36
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-36
/
+2
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
5
-165
/
+29
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
5
-26
/
+197
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-36
/
+2
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
1
-0
/
+5
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
4
-163
/
+21
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-2
/
+0
*
Fix MCJIT memory leak of owned TargetMachine.
Jim Grosbach
2012-01-17
1
-0
/
+1
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
1
-0
/
+8
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-0
/
+10
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
1
-2
/
+2
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
2
-0
/
+15
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-12
2
-8
/
+3
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-8
/
+0
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-1
/
+1
*
Fixed the MCJIT so that it can emit not only instance
Sean Callanan
2011-11-12
1
-6
/
+6
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
[next]