summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
...
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-18
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata2014-04-14
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-06
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [cleanup] Hoist the initialization and constants for slab sizes to theChandler Carruth2014-03-28
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-26
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-21
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-21
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-20
* [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