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
*
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
*
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
Jim Grosbach
2011-10-18
1
-0
/
+2
*
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
*
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
NAKAMURA Takumi
2011-08-14
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+8
*
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
2
-1
/
+16
*
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
2
-18
/
+2
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
4
-100
/
+2
*
The MCJIT memory manager needs to initialize its Module member.
Jim Grosbach
2011-05-12
2
-2
/
+2
*
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-07
4
-2
/
+116
*
ExecutionEngine: delete duplicated files
Dylan Noblesmith
2011-05-06
1
-91
/
+0
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
2
-18
/
+2
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
3
-9
/
+2
*
80-col fix.
Eric Christopher
2011-04-22
1
-1
/
+1
*
MCJIT relocation resolution.
Jim Grosbach
2011-04-13
1
-0
/
+2
*
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-08
1
-0
/
+6
*
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-06
1
-9
/
+5
*
Remove extraneous 'return'.
Jim Grosbach
2011-04-05
1
-2
/
+1
*
Add missing file from r128851.
Jim Grosbach
2011-04-04
1
-0
/
+58
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
2
-5
/
+9
*
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 missing file from previous commit.
Jim Grosbach
2011-03-22
1
-0
/
+161
*
Add simple arg passing to MC-JIT and support for exit() call.
Jim Grosbach
2011-03-22
3
-4
/
+115
*
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
2
-1
/
+14
*
Silence a warning.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
2
-6
/
+47
*
Merge System into Support.
Michael J. Spencer
2010-11-29
2
-2
/
+2
*
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-11-17
5
-0
/
+268