summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Clean up some unnecessary mutex guards.Zachary Turner2014-06-16
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* ExecutionEngine: avoid NDEBUG in headersAlp Toker2014-05-31
* Fix MSVC build broken by r207580David Blaikie2014-04-29
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Object: iterator_range accessors for ObjectImage symbols and sections.Jim Grosbach2014-04-21
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-26
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-20
* Untabify.NAKAMURA Takumi2014-03-16
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Remove dead code.Rafael Espindola2013-10-07
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Fix include guards.Jakub Staszak2013-08-20
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21