aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2011-05-19Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach
2011-05-18Restore sanity to 131601.Jim Grosbach
2011-05-18Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach
2011-05-13Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach
2011-05-13ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith
2011-05-13ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith
2011-05-13Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach
2011-05-12MCJIT section loading should just skip non-text sections rather thanJim Grosbach
2011-05-12The MCJIT memory manager needs to initialize its Module member.Jim Grosbach
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: delete duplicated filesDylan Noblesmith
2011-05-06ExecutionEngine: add missing fileDylan Noblesmith
2011-05-06ExecutionEngine: move createJIT() definitionDylan Noblesmith
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-04-29Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...Douglas Gregor
2011-04-28Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appearsChandler Carruth
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-2280-col fix.Eric Christopher
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-13MCJIT relocation resolution.Jim Grosbach
2011-04-13Like the coding standards say, do not use "using namespace std".Jay Foad
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach
2011-04-11Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky
2011-04-09Make error message more useful.Benjamin Kramer
2011-04-08Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-08llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky
2011-04-06tidy up.Jim Grosbach
2011-04-06Fix comment to use llvm 2.x syntax.Nick Lewycky
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-05Make the virtual destructor out-of-line so we have a key function.Chandler Carruth
2011-04-05Remove extraneous 'return'.Jim Grosbach
2011-04-04Add missing file from r128851.Jim Grosbach
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-23Runtime dylib simple ARM 24-bit branch relocation support.Jim Grosbach
2011-03-23Split out relocation resolution into target-specific bits.Jim Grosbach
2011-03-23Fix double-free of Module.Jim Grosbach
2011-03-23Start of relocation resolution for the runtime dyld library.Jim Grosbach
2011-03-23Make sure to report any errors from the runtime dyld.Jim Grosbach
2011-03-22Tidy up.Jim Grosbach
2011-03-22Add missing file from previous commit.Jim Grosbach
2011-03-22Propogate the error message, not just the error state.Jim Grosbach
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach
2011-03-22Trailing whitespace.Jim Grosbach
2011-03-22Fix comment in header.Eric Christopher
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach