index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
2011-05-19
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
Jim Grosbach
2011-05-18
Restore sanity to 131601.
Jim Grosbach
2011-05-18
Objective C functions may use a magic '\1' on the name. Handle that when
Jim Grosbach
2011-05-13
Be a bit more permissive about symbols we don't understand. Just skip them
Jim Grosbach
2011-05-13
ExecutionEngine: move createJIT() definition (v2)
Dylan Noblesmith
2011-05-13
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
Teach the RtDyld to tell the memory manager about how much space a function
Jim Grosbach
2011-05-12
MCJIT section loading should just skip non-text sections rather than
Jim Grosbach
2011-05-12
The MCJIT memory manager needs to initialize its Module member.
Jim Grosbach
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
ExecutionEngine: delete duplicated files
Dylan Noblesmith
2011-05-06
ExecutionEngine: add missing file
Dylan Noblesmith
2011-05-06
ExecutionEngine: move createJIT() definition
Dylan Noblesmith
2011-05-06
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-04-29
Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...
Douglas Gregor
2011-04-28
Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
Chandler Carruth
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-22
80-col fix.
Eric Christopher
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
MCJIT relocation resolution.
Jim Grosbach
2011-04-13
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-12
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-11
Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't
Nick Lewycky
2011-04-09
Make error message more useful.
Benjamin Kramer
2011-04-08
Workaround g++ 4.2.1 warning diagnostic false positive.
Jim Grosbach
2011-04-08
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-08
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-06
tidy up.
Jim Grosbach
2011-04-06
Fix comment to use llvm 2.x syntax.
Nick Lewycky
2011-04-06
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-05
Make the virtual destructor out-of-line so we have a key function.
Chandler Carruth
2011-04-05
Remove extraneous 'return'.
Jim Grosbach
2011-04-04
Add missing file from r128851.
Jim Grosbach
2011-04-04
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-03-29
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-23
Runtime dylib simple ARM 24-bit branch relocation support.
Jim Grosbach
2011-03-23
Split out relocation resolution into target-specific bits.
Jim Grosbach
2011-03-23
Fix double-free of Module.
Jim Grosbach
2011-03-23
Start of relocation resolution for the runtime dyld library.
Jim Grosbach
2011-03-23
Make sure to report any errors from the runtime dyld.
Jim Grosbach
2011-03-22
Tidy up.
Jim Grosbach
2011-03-22
Add missing file from previous commit.
Jim Grosbach
2011-03-22
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
Add simple arg passing to MC-JIT and support for exit() call.
Jim Grosbach
2011-03-22
Trailing whitespace.
Jim Grosbach
2011-03-22
Fix comment in header.
Eric Christopher
2011-03-22
Hook up the MCJIT to the RuntimeDyld library.
Jim Grosbach
[next]