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