[Support] Fix StrError on Windows to actually return the error string...
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJITMemoryManager.h
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-12 Sean CallananFixed the MCJIT so that it can emit not only instance
2011-10-18 Jim GrosbachThe MCJITMemoryManager takes ownership of the JMM,...
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Jim GrosbachRemove extraneous 'return'.
2011-04-04 Jim GrosbachAdd missing file from r128851.