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