Return a std::unique_ptr from the IRReader.h functions. NFC.
[oota-llvm.git] / tools / lli / lli.cpp
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-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
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-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-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
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-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-23 Alp TokerReplace the interim lli build fix with something cleaner
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 GolinSanitize MCJIT remote execution
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-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-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-11 Andrew KaylorFixing problems in lli's RemoteMemoryManager.
2013-10-08 Andrew KaylorRemoving unintended code block from lli
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Richard SmithPass the resolved lli-child-target executable name...
2013-10-02 Andrew KaylorClean up lli execution code
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
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-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-27 Andrew KaylorModifying lli to use the SectionMemoryManager.
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-05 Jim Grosbachlli: Initialize the native asm parser for inline assembly.
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-11-01 Andrew KaylorFixed format strings to avoid pointer truncation during...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-12 Tim NorthoverAdd float-abi and softfloat options to lli
2012-10-05 NAKAMURA Takumilli: [MCJIT] Suppress "__main" for cygming in LLIMCJITM...
2012-09-20 Tim NorthoverMake sure lli compiles all code before invalidating...
2012-09-05 Jim GrosbachMCJIT: Add faux remote target execution to lli for...
2012-08-28 Jim GrosbachLLI: move instruction cache tweaks.
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-19 Benjamin KramerRemove extra semicolons.
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-04-29 Eli BenderskyRemove redundant line (the memory manager is set above...
2012-04-18 Nick LewyckyMove the JIT flags from llc to lli. These flags showed...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2012-01-11 Jim Grosbach80 columns.
2012-01-11 Jim Grosbachlli should only create memmgr when JITing.
2012-01-11 Jim Grosbachlli should create a JIT memory manager.
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-10-22 NAKAMURA Takumilli: On Cygwin-1.5, lli crashes at invoking destructors...
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-04-15 Benjamin KramerSimplify ".bc" detection.
2010-04-15 Chris Lattnerfix a crash on "lli ex" or any other file whose name...
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Dan Gohmanlli doesn't need <iostream> anymore.
next