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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RuntimeDyld] Improve error diagnostic in RuntimeDyldChecker.
Lang Hames
2014-07-10
1
-4
/
+15
*
Fix build following r211956
Alp Toker
2014-06-28
1
-1
/
+1
*
[RuntimeDyld] Use a raw_ostream and llvm::format for int-to-string conversions.
Lang Hames
2014-06-27
1
-17
/
+17
*
[RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp.
Lang Hames
2014-06-27
1
-0
/
+1
*
[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
Lang Hames
2014-06-27
3
-2
/
+654
*
Silencing some -Wcast-qual warnings. No functional changes intended.
Aaron Ballman
2014-06-27
1
-2
/
+2
*
[RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations
Ulrich Weigand
2014-06-27
2
-56
/
+72
*
[RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger upon
Lang Hames
2014-06-26
1
-1
/
+4
*
[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
Lang Hames
2014-06-25
2
-9
/
+124
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-16
/
+20
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-1
/
+2
*
[RuntimeDyld] Fix ppc64 stub relocations on little-endian
Ulrich Weigand
2014-06-20
1
-5
/
+11
*
[RuntimeDyld] Support more PPC64 relocations
Ulrich Weigand
2014-06-20
1
-4
/
+70
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
1
-3
/
+3
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-3
/
+3
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
2
-13
/
+11
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
3
-3
/
+3
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
2
-4
/
+5
*
[RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).
Lang Hames
2014-05-23
1
-4
/
+1
*
[RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs on
Lang Hames
2014-05-22
2
-9
/
+61
*
[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
Lang Hames
2014-05-19
1
-2
/
+7
*
[RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixes
Lang Hames
2014-05-13
1
-0
/
+11
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
6
-16
/
+227
*
[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signatures
Lang Hames
2014-05-09
2
-142
/
+121
*
Back out r208257 while I investigate tester failures.
Lang Hames
2014-05-07
1
-14
/
+0
*
[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the
Lang Hames
2014-05-07
1
-0
/
+14
*
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
James Molloy
2014-04-30
3
-3
/
+11
*
Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
Reid Kleckner
2014-04-29
1
-13
/
+17
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
5
-48
/
+69
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-3
/
+4
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
4
-22
/
+22
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
3
-3
/
+6
*
Revert "[rtdyld,c++11] Range'ify symbol table walking."
Jim Grosbach
2014-04-21
1
-25
/
+33
*
[rtdyld,c++11] Range'ify symbol table walking.
Jim Grosbach
2014-04-21
1
-33
/
+25
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-9
/
+32
*
Remove section_rel_empty. Just compare begin() and end() instead.
Rafael Espindola
2014-04-03
1
-3
/
+5
*
ARM64: initial backend import
Tim Northover
2014-03-29
2
-0
/
+56
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
2
-1
/
+3
*
[MCJIT] Check if there have been errors during RuntimeDyld execution.
Juergen Ributzka
2014-03-26
1
-0
/
+2
*
AArch64_BE Elf support for MC-JIT runtime dynamic linker
Christian Pirker
2014-03-26
2
-1
/
+2
*
[RuntimeDyld] Fix comment for previous commit (r204439)
Juergen Ributzka
2014-03-21
1
-2
/
+4
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
6
-747
/
+580
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
6
-46
/
+51
*
Add an option to MCJIT to have it forward all sections to the
Lang Hames
2014-03-20
2
-17
/
+40
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-8
/
+5
*
Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup by
Lang Hames
2014-03-13
1
-16
/
+10
*
[ppc64] Patch in TOC restore code after all external function calls
Ulrich Weigand
2014-03-11
1
-3
/
+3
*
Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
2014-03-08
4
-74
/
+70
[next]