summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-191-2/+7
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixesLang Hames2014-05-131-0/+11
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-131-8/+0
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-126-16/+227
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-092-142/+121
* Use range loop.Rafael Espindola2014-05-081-25/+21
* Back out r208257 while I investigate tester failures.Lang Hames2014-05-071-14/+0
* [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve theLang Hames2014-05-071-0/+14
* [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy2014-04-303-3/+11
* Fix the build with MSVC 2013 by explicitly requesting llvm::make_uniqueReid Kleckner2014-04-291-13/+17
* Fix MSVC build broken by r207580David Blaikie2014-04-291-0/+5
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-297-54/+75
* [C++] Use 'nullptr'.Craig Topper2014-04-287-39/+40
* [C++] Use 'nullptr'.Craig Topper2014-04-2412-72/+73
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-2211-11/+22
* Revert "[rtdyld,c++11] Range'ify symbol table walking."Jim Grosbach2014-04-211-25/+33
* [rtdyld,c++11] Range'ify symbol table walking.Jim Grosbach2014-04-211-33/+25
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-9/+32
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-183-14/+25
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-151-7/+7
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-153-37/+37
* Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata2014-04-141-10/+4
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-141-14/+11
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-141-9/+6
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-101-1/+1
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-061-4/+3
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-031-3/+5
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-4/+4
* ARM64: initial backend importTim Northover2014-03-292-0/+56
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-282-1/+3
* [cleanup] Hoist the initialization and constants for slab sizes to theChandler Carruth2014-03-281-20/+17
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-262-1/+3
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-262-1/+2
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* [RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-211-2/+4
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-216-747/+580
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-216-46/+51
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-203-17/+44
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-8/+5
* Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup byLang Hames2014-03-131-16/+10
* [ppc64] Patch in TOC restore code after all external function callsUlrich Weigand2014-03-111-3/+3
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-084-74/+70
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-0813-183/+175
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-069-15/+11
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-064-4/+4
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-053-7/+7
OpenPOWER on IntegriCloud