summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [SectionMemoryManager] Use range-based for loops. No functional change intended.Benjamin Kramer2015-08-311-21/+10
* [mips64][mcjit] Add N64R6 relocations tests and fix N64R2 testsPetar Jovanovic2015-08-281-2/+2
* [RuntimeDyld] Make sure code-sections aren't under-aligned.Lang Hames2015-08-141-0/+6
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* [mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic2015-08-133-9/+65
* [RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.Lang Hames2015-08-111-5/+4
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-073-8/+8
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-053-3/+3
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
* [RuntimeDyld] Adapt PPC64 relocations to PPC32Hal Finkel2015-08-042-0/+26
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-1/+1
* De-constify pointers to Type since they can't be modified. NFCCraig Topper2015-08-012-24/+24
* [MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.Lang Hames2015-07-292-2/+15
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-285-38/+40
* Fix ODR violation. NFC.Diego Novillo2015-07-271-1/+1
* [RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames2015-07-244-38/+46
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-242-2/+2
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-242-2/+2
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-242-2/+2
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* Fix ffiInvoke() use of DataLayout, broken in 242414Mehdi Amini2015-07-161-3/+3
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-168-50/+62
* Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein2015-07-168-52/+49
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-168-49/+52
* Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola2015-07-073-2/+5
* Simplify by passing in the section of the symbol. NFC.Rafael Espindola2015-07-071-22/+5
* Remove getRelocationAddress.Rafael Espindola2015-07-066-16/+7
* [Mips] Add support for MCJIT for MIPS32r6Petar Jovanovic2015-07-061-3/+58
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-042-7/+13
* Use a continue to reduce indentation.Rafael Espindola2015-07-031-19/+20
* Use a continue to reduce indentation.Rafael Espindola2015-07-031-51/+52
* Context is allocated just a few lines above. Don't check if it is null.Rafael Espindola2015-07-031-32/+26
* Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola2015-07-032-8/+13
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-2/+3
* Try to fix the build of IntelJITEventListener.Rafael Espindola2015-07-021-7/+6
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-025-17/+31
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-301-3/+2
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-302-8/+4
* Cleanup getRelocationAddend.Rafael Espindola2015-06-301-7/+5
* Don't return error_code from function that never fails.Rafael Espindola2015-06-295-14/+7
* Upgrade JIT listeners for changes in the libObject API.Benjamin Kramer2015-06-292-22/+19
* Expose getFlags via ELFSectionRef.Rafael Espindola2015-06-261-7/+7
* Add a ELFSectionRef class and use it to expose getSectionType.Rafael Espindola2015-06-261-3/+3
* Simplify getSymbolType.Rafael Espindola2015-06-262-3/+2
* Make getOther ELF only.Rafael Espindola2015-06-261-3/+2
* Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC.Rafael Espindola2015-06-241-17/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-242-11/+11
* Be sure to set the DataLayout before checking the cache.Rafael Espindola2015-06-231-2/+2
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-233-7/+5
OpenPOWER on IntegriCloud