summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [llvm-rtdyld] Fix the InputFileList cl::opt description: it accepts multipleLang Hames2018-03-311-1/+1
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-2/+0
* [Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames2017-11-161-12/+26
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-2/+2
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-2/+1
* Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.Lang Hames2017-05-071-13/+10
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-301-1/+1
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-2/+2
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-2/+5
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-3/+12
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-2/+5
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-9/+24
* [llvm-rtdyld] Fix the return type on ErrorAndExit.Lang Hames2016-04-051-1/+1
* [Object] Start threading Error through MachOObjectFile construction.Lang Hames2016-03-251-22/+22
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+5
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* [Orc] Removing traces of takeOwnershipOfBuffers left after r251560.Lang Hames2015-12-071-12/+0
* [RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das2015-11-231-0/+14
* [llvm-rtdyld] Refactor to reduce indentation.Davide Italiano2015-11-221-5/+4
* [llvm-rtdyld] Fail early if we can't load dynamic libraries.Davide Italiano2015-11-211-3/+2
* [llvm-rtdyld] Turn assertion into errors, it seems more appropriate.Davide Italiano2015-11-211-4/+8
* [llvm-rtdyld] Improve error handling, use Error().Davide Italiano2015-11-211-14/+8
* [llvm-rtdyld] Use report_fatal_error().Davide Italiano2015-11-211-22/+13
* [llvm-rtdyld] Message() is used only once. Inline. NFC.Davide Italiano2015-11-201-5/+1
* [llvm-rtdyld] Don't waste cycles invalidating instruction cache.Davide Italiano2015-11-171-20/+4
* [JIT] Towards a working small memory model.Davide Italiano2015-10-211-0/+55
* [JIT] TrivialMemoryManager: Fail if we can't allocate memory.Davide Italiano2015-10-151-2/+8
* [llvm-rtdyld] General modernization/cleanup in preparation for (bigger) changes.Davide Italiano2015-10-121-19/+14
* [llvm-rtdyld] Use range-based loop. NFC.Davide Italiano2015-10-101-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+1
* [RuntimeDyld] Remove a memory-leak that was introduced in r243456. Thanks to BenLang Hames2015-07-281-1/+1
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-1/+2
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-041-13/+59
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-2/+3
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-4/+5
* Simplify getSymbolType.Rafael Espindola2015-06-261-4/+1
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-241-4/+2
* Add "-mcpu=" option to llvm-rtdyldPetar Jovanovic2015-06-231-1/+7
* Extract an utility for computing symbol sizes on MachO and COFF.Rafael Espindola2015-06-231-44/+8
* RuntimeDyld: override EH frame registration with trivial version.Tim Northover2015-06-031-0/+5
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-2/+1
OpenPOWER on IntegriCloud