summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAge
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach2011-10-18
* MCJIT initialization TargetDataDanil Malyshev2011-09-30
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-10
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-14
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-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
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* 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: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* 80-col fix.Eric Christopher2011-04-22
* MCJIT relocation resolution.Jim Grosbach2011-04-13
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* 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
* Fix double-free of Module.Jim Grosbach2011-03-23
* Make sure to report any errors from the runtime dyld.Jim Grosbach2011-03-23
* Add missing file from previous commit.Jim Grosbach2011-03-22
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-22
* Fix comment in header.Eric Christopher2011-03-22
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-22
* Silence a warning.Jim Grosbach2011-03-18
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-18
* Merge System into Support.Michael J. Spencer2010-11-29
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17