aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer1-2/+2
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-3/+5
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer1-1/+1
2015-11-23[RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das1-12/+11
2015-10-18[RuntimeDyld] Add support for absolute symbols.Lang Hames1-1/+1
2015-07-04[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames1-1/+3
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames1-1/+1
2015-03-11[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested byLang Hames1-9/+9
2015-03-10Temporarily revert r231726 and r231724 as they're breaking the build.:Eric Christopher1-9/+9
2015-03-09[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread theLang Hames1-9/+9
2015-02-05[MC] Remove various unused MCAsmInfo parameters.Sean Silva1-6/+2
2015-01-16[RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames1-8/+11
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-2/+2
2014-11-27[MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and intoLang Hames1-1/+3
2014-11-12Changing a StringRef::begin() call into StringRef::data(); NFC.Aaron Ballman1-1/+1
2014-11-12Fixing a -Wcast-qual warning; NFC.Aaron Ballman1-2/+3
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola1-1/+0
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-1/+2
2014-09-11[MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker.Lang Hames1-1/+4
2014-09-07[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'Lang Hames1-1/+1
2014-09-04[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses forLang Hames1-0/+14
2014-09-03[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentallyLang Hames1-1/+0
2014-09-03[MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker.Lang Hames1-18/+115
2014-08-29[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames1-15/+1
2014-08-27[MCJIT] More endianness fixes for RuntimeDyldMachO.Lang Hames1-5/+8
2014-08-19[MCJIT] Allow '$' characters in symbol names in RuntimeDyldChecker.Lang Hames1-1/+1
2014-08-18[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.Lang Hames1-1/+10
2014-07-29[MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames1-3/+3
2014-07-29[MCJIT] Make sure we print the full 64-bit result of exprs in RuntimeDyldChec...Lang Hames1-2/+2
2014-07-29[MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather thanLang Hames1-1/+3
2014-07-22[MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols.Lang Hames1-1/+1
2014-07-22[MCJIT] Improve stub_addr file-not-found diagnostic to help track down aLang Hames1-2/+17
2014-07-22[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames1-540/+688
2014-07-16[MCJIT] Improve a RuntimeDyldChecker diagnostic.Lang Hames1-3/+7
2014-07-10[RuntimeDyld] Improve error diagnostic in RuntimeDyldChecker.Lang Hames1-4/+15
2014-06-27[RuntimeDyld] Use a raw_ostream and llvm::format for int-to-string conversions.Lang Hames1-17/+17
2014-06-27[RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp.Lang Hames1-0/+1
2014-06-27[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames1-0/+640