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
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
2
-13
/
+18
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
4
-21
/
+22
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
4
-65
/
+131
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
3
-79
/
+460
|
\
|
*
Fix a problem in MCJIT identifying the module containing a global variable.
Andrew Kaylor
2013-11-15
1
-2
/
+2
|
*
Replaced non-ASCII character.
Yaron Keren
2013-10-24
1
-1
/
+1
|
*
Revert part of r193291, restoring the deletion of loaded objects.
Chandler Carruth
2013-10-24
1
-0
/
+9
|
*
Optimizing MCJIT module state tracking
Andrew Kaylor
2013-10-24
2
-122
/
+209
|
*
FIXME comment shouldn't have been doxygen style
Andrew Kaylor
2013-10-21
1
-1
/
+1
|
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
2
-12
/
+21
|
*
Added comments from Andrew Kaylor.
Yaron Keren
2013-10-19
1
-0
/
+21
|
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
2
-0
/
+8
|
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
2
-14
/
+7
|
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
2
-0
/
+6
|
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
2
-8
/
+11
|
*
Fixing MCJIT multiple module linking for OSX
Andrew Kaylor
2013-10-01
1
-0
/
+4
|
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
3
-64
/
+305
*
|
Added libs to the host's libLLVM.so.
Todd Fiala
2013-10-22
1
-0
/
+16
|
/
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-1
/
+1
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-94
/
+0
*
Roll out r182411 and 182412 because it's still broken.
Filip Pizlo
2013-05-21
1
-0
/
+94
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-94
/
+0
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-0
/
+84
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-84
/
+0
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
3
-2
/
+9
*
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
[next]