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
/
tools
/
llvm-rtdyld
/
llvm-rtdyld.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+4
*
Added return statement to fix compile and build warning:
Sjoerd Meijer
2019-09-16
1
-0
/
+1
*
[llvm-rtdyld][llvm-jitlink] Rename struct member to remove ambiguity.
Lang Hames
2019-09-04
1
-5
/
+4
*
[llvm-rtdyld] Add timers to match llvm-jitlink.
Lang Hames
2019-09-04
1
-31
/
+69
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-2
/
+0
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-0
/
+2
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-2
/
+0
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-3
/
+4
*
[JITLink] Add a test for zero-filled content.
Lang Hames
2019-05-12
1
-10
/
+10
*
[llvm-rtdyld] Add support for passing command line arguments to rtdyld-run code.
Lang Hames
2019-04-25
1
-5
/
+19
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-29
/
+22
*
Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.
Lang Hames
2019-04-12
1
-86
/
+93
*
[llvm-rtdyld] Fix missing include on MSVC builds.
Simon Pilgrim
2019-04-09
1
-0
/
+1
*
[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
Lang Hames
2019-04-08
1
-48
/
+212
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-2
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-3
/
+3
*
[RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.
Lang Hames
2018-10-23
1
-5
/
+14
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
[llvm-rtdyld] Fix the InputFileList cl::opt description: it accepts multiple
Lang Hames
2018-03-31
1
-1
/
+1
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[Support] Support NetBSD PaX MPROTECT in sys::Memory.
Lang Hames
2017-11-16
1
-12
/
+26
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-2
/
+2
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-2
/
+1
*
Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.
Lang Hames
2017-05-07
1
-13
/
+10
*
Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
Benjamin Kramer
2016-11-30
1
-1
/
+1
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-2
/
+2
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-2
/
+5
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-3
/
+12
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-2
/
+5
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-9
/
+24
*
[llvm-rtdyld] Fix the return type on ErrorAndExit.
Lang Hames
2016-04-05
1
-1
/
+1
*
[Object] Start threading Error through MachOObjectFile construction.
Lang Hames
2016-03-25
1
-22
/
+22
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+5
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
Lang Hames
2015-12-07
1
-12
/
+0
*
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
2015-11-23
1
-0
/
+14
*
[llvm-rtdyld] Refactor to reduce indentation.
Davide Italiano
2015-11-22
1
-5
/
+4
*
[llvm-rtdyld] Fail early if we can't load dynamic libraries.
Davide Italiano
2015-11-21
1
-3
/
+2
*
[llvm-rtdyld] Turn assertion into errors, it seems more appropriate.
Davide Italiano
2015-11-21
1
-4
/
+8
*
[llvm-rtdyld] Improve error handling, use Error().
Davide Italiano
2015-11-21
1
-14
/
+8
*
[llvm-rtdyld] Use report_fatal_error().
Davide Italiano
2015-11-21
1
-22
/
+13
*
[llvm-rtdyld] Message() is used only once. Inline. NFC.
Davide Italiano
2015-11-20
1
-5
/
+1
*
[llvm-rtdyld] Don't waste cycles invalidating instruction cache.
Davide Italiano
2015-11-17
1
-20
/
+4
*
[JIT] Towards a working small memory model.
Davide Italiano
2015-10-21
1
-0
/
+55
[next]