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
/
MCJIT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
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
1
-0
/
+35
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
1
-0
/
+15
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
1
-2
/
+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
1
-13
/
+17
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-2
/
+10
*
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-21
1
-10
/
+4
*
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-08-07
1
-7
/
+42
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
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
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
1
-0
/
+20
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-20
/
+0
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
1
-0
/
+20
*
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: refactor interface
Dylan Noblesmith
2011-12-12
1
-5
/
+2
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-1
/
+1
*
MCJIT initialization TargetData
Danil Malyshev
2011-09-30
1
-0
/
+1
*
Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and
Richard Trieu
2011-09-10
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
Jim Grosbach
2011-05-19
1
-5
/
+3
*
Restore sanity to 131601.
Jim Grosbach
2011-05-18
1
-2
/
+3
*
Objective C functions may use a magic '\1' on the name. Handle that when
Jim Grosbach
2011-05-18
1
-1
/
+6
*
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
1
-14
/
+1
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
1
-1
/
+2
*
The MCJIT memory manager needs to initialize its Module member.
Jim Grosbach
2011-05-12
1
-1
/
+1
*
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-07
1
-1
/
+13
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
1
-14
/
+1
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
1
-1
/
+2
*
80-col fix.
Eric Christopher
2011-04-22
1
-1
/
+1
*
MCJIT relocation resolution.
Jim Grosbach
2011-04-13
1
-0
/
+2
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
1
-4
/
+7
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
1
-1
/
+1
*
Fix double-free of Module.
Jim Grosbach
2011-03-23
1
-1
/
+0
*
Make sure to report any errors from the runtime dyld.
Jim Grosbach
2011-03-23
1
-1
/
+2
*
Add simple arg passing to MC-JIT and support for exit() call.
Jim Grosbach
2011-03-22
1
-4
/
+104
*
Fix comment in header.
Eric Christopher
2011-03-22
1
-1
/
+1
*
Hook up the MCJIT to the RuntimeDyld library.
Jim Grosbach
2011-03-22
1
-1
/
+11
*
Silence a warning.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
1
-5
/
+27
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-11-17
1
-0
/
+92