summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup byLang Hames2014-03-13
* [ppc64] Patch in TOC restore code after all external function callsUlrich Weigand2014-03-11
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* [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 InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-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
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-18
* 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
* [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith2014-02-11
* In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) aLang Hames2014-02-11
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* Fix known typosAlp Toker2014-01-24
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* Attempt to fix the MSVC build.Rafael Espindola2014-01-16
* Prevent calls to __jit_debug_register_code from being optimized out.Rafael Espindola2014-01-16
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* There are no __register_frame and __deregister_frame functions Yaron Keren2013-12-17
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* 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
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-05