[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
[oota-llvm.git] / tools / lli /
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-20 Rafael EspindolaQuick fix for an use after free.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-01 Rafael EspindolaUse object::Archive::create instead of new object:...
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-28 NAKAMURA Takumi[CMake] Put lli-child-target into the Folder "Misc".
2014-01-24 Alp TokerFix known typos
2014-01-24 Alp TokerReport lli remote IO errors consistently
2014-01-23 Alp Tokerlli: Factor portable messaging into a new RPCChannel...
2014-01-23 Alp TokerRemove unused include following r199929
2014-01-23 Alp TokerReplace the interim lli build fix with something cleaner
2014-01-23 NAKAMURA TakumiWindows/ChildTarget.inc: LLIChildTarget::allocate(...
2014-01-23 Alp TokerInterim build fix for Makefiles
2014-01-23 Alp TokerProspective Makefile build fix
2014-01-23 Alp TokerRefactor lli-child-target to remove duplicated code
2014-01-22 Alp TokerTweak r199835 to use can_execute() instead of exists()
2014-01-22 Alp TokerEliminate inappropriate use of FindProgramByName()...
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Renato GolinFix Remote MCJIT on Windows
2014-01-14 Renato GolinSanitize MCJIT remote execution
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-10 NAKAMURA Takumilli: Tweak CacheName not to contain DOS driveletter.
2014-01-10 NAKAMURA Takumilli: LLIObjectCache: Use llvm::sys::path to get dirname.
2014-01-10 NAKAMURA TakumiWhitespace.
2014-01-09 Lang HamesFix accidental use of the exotic "std::string::back...
2014-01-09 Lang HamesAdd an "-object-cache-dir=<string>" option to LLI....
2014-01-09 Lang HamesReplace fstream use with raw_fd_ostream.
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-10 Matt ArsenaultFix gcc warnings.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-10 NAKAMURA Takumi[CMake] lli/CMakeLists.txt: Move add_subdirectory(Child...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-12-05 Matt ArsenaultFix minor GCC warnings.
2013-12-05 Will DietzExport symbols in tools that support loading plugins.
2013-10-29 Andrew KaylorCleaning up comments in lli
2013-10-29 Andrew KaylorAdding a workaround for __main linking with remote...
2013-10-28 Alp TokerFix the lli --extra-module value_desc
2013-10-28 Andrew KaylorStandardizing lli's extra module command line option
2013-10-27 NAKAMURA TakumiMCJIT-remote: __main should be resolved in child context.
2013-10-26 NAKAMURA Takumilli/RemoteMemoryManager.cpp: Resurrect __main stuff...
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-11 Andrew KaylorFixing problems in lli's RemoteMemoryManager.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-08 Andrew KaylorRemoving unintended code block from lli
2013-10-05 Benjamin Kramerlli: Plug leaks in the remote target external implement...
2013-10-04 Andrew KaylorAttempting to fix lli build error
2013-10-04 Andrew KaylorFixing container/pointer bug in remote-lli found by...
2013-10-04 Benjamin Kramerlli: Check pipe creation for errors.
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Andrew KaylorFixing lli-child-target build
2013-10-02 Benjamin KramerAdd newline at eof.
2013-10-02 Richard SmithPass the resolved lli-child-target executable name...
2013-10-02 Andrew KaylorFix build problems with remote lli implementation
2013-10-02 Andrew KaylorClean up lli execution code
2013-10-02 Andrew KaylorFixing compile warnings
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-08-21 NAKAMURA Takumilli/RecordingMemoryManager.cpp: Make it complain if...
2013-06-28 Daniel MaleaAdd flag to lli to enable debugging of IR when used...
2013-05-19 Tim NorthoverPrint uint64_t -debug text correctly on 32-bit hosts
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
next