index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[JITLink] Add a test for zero-filled content.
Lang Hames
2019-05-12
1
-11
/
+25
*
Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.
Lang Hames
2019-04-12
1
-90
/
+70
*
gn build: Fix Windows builds after r357797
Nico Weber
2019-04-09
1
-1
/
+1
*
[RuntimeDyld] Fix an ambiguous make_unique call.
Lang Hames
2019-04-08
1
-1
/
+1
*
[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
Lang Hames
2019-04-08
1
-212
/
+107
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were
Lang Hames
2018-09-25
1
-1
/
+1
*
Fix a missing includes and a use of the MSVC promise/future workaround that
Lang Hames
2018-09-25
1
-2
/
+9
*
[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.
Lang Hames
2018-09-25
1
-4
/
+18
*
Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."
Lang Hames
2018-09-25
1
-18
/
+4
*
[ORC] Switch to asynchronous resolution in JITSymbolResolver.
Lang Hames
2018-09-25
1
-4
/
+18
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+4
*
[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an
Lang Hames
2018-01-22
1
-2
/
+2
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
1
-2
/
+18
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
1
-18
/
+2
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
1
-2
/
+18
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-1
/
+1
*
Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.
Lang Hames
2017-05-07
1
-0
/
+14
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-2
/
+2
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-3
/
+5
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-12
/
+11
*
[RuntimeDyld] Add support for absolute symbols.
Lang Hames
2015-10-18
1
-1
/
+1
*
[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
Lang Hames
2015-07-04
1
-1
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-1
/
+1
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
1
-9
/
+9
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
1
-9
/
+9
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
1
-9
/
+9
*
[MC] Remove various unused MCAsmInfo parameters.
Sean Silva
2015-02-05
1
-6
/
+2
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
1
-8
/
+11
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
[MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and into
Lang Hames
2014-11-27
1
-1
/
+3
*
Changing a StringRef::begin() call into StringRef::data(); NFC.
Aaron Ballman
2014-11-12
1
-1
/
+1
*
Fixing a -Wcast-qual warning; NFC.
Aaron Ballman
2014-11-12
1
-2
/
+3
*
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
2014-11-12
1
-1
/
+0
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-1
/
+2
*
[MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker.
Lang Hames
2014-09-11
1
-1
/
+4
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
1
-1
/
+1
*
[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
Lang Hames
2014-09-04
1
-0
/
+14
*
[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentally
Lang Hames
2014-09-03
1
-1
/
+0
*
[MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker.
Lang Hames
2014-09-03
1
-18
/
+115
*
[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
Lang Hames
2014-08-29
1
-15
/
+1
*
[MCJIT] More endianness fixes for RuntimeDyldMachO.
Lang Hames
2014-08-27
1
-5
/
+8
*
[MCJIT] Allow '$' characters in symbol names in RuntimeDyldChecker.
Lang Hames
2014-08-19
1
-1
/
+1
[next]