summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-86/+0
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-0/+86
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-86/+0
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-8/+5
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-1/+1
* Use copy initialization to initialize std::unique_ptr.Rafael Espindola2014-08-171-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-1/+1
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-1/+2
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-9/+12
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-19/+19
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-4/+4
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-221-1/+2
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+6
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-9/+8
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-6/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+6
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+1
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Remove DOS line endings.Jakub Staszak2012-11-141-76/+76
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-0/+76
OpenPOWER on IntegriCloud