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-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
2011-03-22
Initialize HasError.
Jim Grosbach
2011-03-21
Build the new RuntimeDyld library.
Oscar Fuentes
2011-03-21
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2011-03-18
Silence a warning.
Jim Grosbach
2011-03-18
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-16
Tidy up. Whitespace and 80 column.
Jim Grosbach
2011-03-15
Trailing whitespae.
Jim Grosbach
2011-03-04
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-01-28
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-27
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-21
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-04
Remove unneeded zero arrays.
Benjamin Kramer
[prev]
[next]