aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* 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
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-132-18/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-134-100/+2
* 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-074-2/+116
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-061-91/+0
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-062-18/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-063-9/+2
* 80-col fix.Eric Christopher2011-04-221-1/+1
* MCJIT relocation resolution.Jim Grosbach2011-04-131-0/+2
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-0/+6
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-9/+5
* 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-042-5/+9
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-1/+1
* Fix double-free of Module.Jim Grosbach2011-03-231-1/+0
* Make sure to report any errors from the runtime dyld.Jim Grosbach2011-03-231-1/+2
* Add missing file from previous commit.Jim Grosbach2011-03-221-0/+161
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-223-4/+115
* Fix comment in header.Eric Christopher2011-03-221-1/+1
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-222-1/+14
* Silence a warning.Jim Grosbach2011-03-181-1/+1
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-182-6/+47
* Merge System into Support.Michael J. Spencer2010-11-292-2/+2
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-175-0/+268