summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2310-10/+10
* Fix line endings (NFC)Joseph Tremoulet2015-06-222-40/+40
* [ORC] Add NullResolverJoseph Tremoulet2015-06-222-12/+40
* [MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer2015-06-203-2/+45
* Improve error handling of getRelocationAddend.Rafael Espindola2015-06-192-12/+14
* Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.Douglas Katzman2015-06-191-10/+10
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1910-10/+10
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-164-0/+12
* [ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer2015-06-139-50/+33
* [Orc] Fix a bug in the CompileOnDemand layer where stub decls were not clonedLang Hames2015-06-121-2/+0
* fix crashAlexei Starovoitov2015-06-101-1/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-3/+3
* [Mips64][mcjit] Add R_MIPS_PC32 relocationPetar Jovanovic2015-06-081-0/+5
* Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...Daniel Sanders2015-06-031-12/+25
* This reverts commit r238838, r238844 and r238888.Rafael Espindola2015-06-031-5/+1
* [mips][mcjit] Add support for R_MIPS_PC32.Daniel Sanders2015-06-021-1/+5
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-4/+4
* [RuntimeDydlELF] Use range-based loop.Davide Italiano2015-06-021-5/+3
* add missing dependency for ExecutionEngine libSanjay Patel2015-06-012-1/+2
* Try to fix the build of IntelJITEventListener.Rafael Espindola2015-06-011-2/+1
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-6/+3
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-4/+2
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-293-7/+4
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-284-9/+279
* [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.Lang Hames2015-05-271-6/+5
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-262-4/+8
OpenPOWER on IntegriCloud