aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-04-29Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...Douglas Gregor
2011-04-28Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appearsChandler Carruth
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-2280-col fix.Eric Christopher
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-13MCJIT relocation resolution.Jim Grosbach
2011-04-13Like the coding standards say, do not use "using namespace std".Jay Foad
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach
2011-04-11Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky
2011-04-09Make error message more useful.Benjamin Kramer
2011-04-08Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-08llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky
2011-04-06tidy up.Jim Grosbach
2011-04-06Fix comment to use llvm 2.x syntax.Nick Lewycky
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-05Make the virtual destructor out-of-line so we have a key function.Chandler Carruth
2011-04-05Remove extraneous 'return'.Jim Grosbach
2011-04-04Add missing file from r128851.Jim Grosbach
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-23Runtime dylib simple ARM 24-bit branch relocation support.Jim Grosbach
2011-03-23Split out relocation resolution into target-specific bits.Jim Grosbach
2011-03-23Fix double-free of Module.Jim Grosbach
2011-03-23Start of relocation resolution for the runtime dyld library.Jim Grosbach
2011-03-23Make sure to report any errors from the runtime dyld.Jim Grosbach
2011-03-22Tidy up.Jim Grosbach
2011-03-22Add missing file from previous commit.Jim Grosbach
2011-03-22Propogate the error message, not just the error state.Jim Grosbach
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach
2011-03-22Trailing whitespace.Jim Grosbach
2011-03-22Fix comment in header.Eric Christopher
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach
2011-03-22Initialize HasError.Jim Grosbach
2011-03-21Build the new RuntimeDyld library.Oscar Fuentes
2011-03-21Library-ize the dyld components of llvm-rtdyld.Jim Grosbach
2011-03-18Silence a warning.Jim Grosbach
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach
2011-03-16Tidy up. Whitespace and 80 column.Jim Grosbach
2011-03-15Trailing whitespae.Jim Grosbach
2011-03-04Support unregistering exception frames of functions when they are removed.Eric Christopher
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-01-28Fix libffi usage when it is on a custom path.Oscar Fuentes
2011-01-27Use the paths to libffi's header and library even when no customOscar Fuentes
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-04Remove unneeded zero arrays.Benjamin Kramer