aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-171-0/+1
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+8
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+10
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-2/+2
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+15
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-122-8/+3
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-8/+0
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+1
* Fixed the MCJIT so that it can emit not only instanceSean Callanan2011-11-121-6/+6
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach2011-10-181-0/+2
* MCJIT initialization TargetDataDanil Malyshev2011-09-301-0/+1
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-101-1/+1
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-141-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+8
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-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
* 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