index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
RuntimeDyld
Commit message (
Expand
)
Author
Age
Files
Lines
*
add libLLVMExecutionEngine, libLLVMMCJIT and libLLVMRuntimeDyld as device mod...
HEAD
replicant-6.0-0001
replicant-6.0
Wolfgang Wiedmeyer
2016-08-25
1
-0
/
+22
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
15
-221
/
+237
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
11
-67
/
+442
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
17
-918
/
+853
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
15
-1531
/
+2596
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
11
-87
/
+951
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
8
-249
/
+567
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
8
-894
/
+1061
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
8
-152
/
+654
|
\
|
*
Merging r195157:
Petar Jovanovic
2013-11-21
1
-5
/
+4
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-0
/
+8
|
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
3
-8
/
+0
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
3
-0
/
+8
|
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+1
|
*
Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...
Andrew Kaylor
2013-11-11
1
-2
/
+12
|
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
2
-0
/
+19
|
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
2
-5
/
+7
|
*
Adding padding to the .eh_frame section in RuntimeDyld
Andrew Kaylor
2013-10-16
1
-1
/
+15
|
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
4
-1
/
+28
|
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-0
/
+1
|
*
Separating ELF and MachO stub info functions for RuntimeDyld
Andrew Kaylor
2013-10-15
3
-23
/
+39
|
*
Fixing some host==target assumptions in RuntimeDyld
Andrew Kaylor
2013-10-15
2
-3
/
+6
|
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
6
-42
/
+108
|
*
Adding multiple GOT handling to RuntimeDyldELF
Andrew Kaylor
2013-10-05
2
-59
/
+81
|
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
2
-6
/
+7
|
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
1
-20
/
+36
|
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-31
/
+31
|
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-32
/
+32
|
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-32
/
+32
|
*
memcmp is not a valid way to compare structs with padding in them.
Benjamin Kramer
2013-08-20
1
-2
/
+9
|
*
Adding PIC support for ELF on x86_64 platforms
Andrew Kaylor
2013-08-19
4
-16
/
+244
|
*
Adding comments to document RuntimeDyld relocation handling
Andrew Kaylor
2013-08-19
3
-1
/
+44
|
*
Fixed RuntimeDyldELF absolute relocations.
Richard Mitton
2013-08-16
1
-1
/
+11
|
*
Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them the
Lang Hames
2013-08-15
1
-4
/
+4
|
*
Optimistically ignore scattered relocations in MachO in RuntimeDyld. This
Lang Hames
2013-08-09
1
-0
/
+10
|
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-4
/
+3
*
|
Added libs to the host's libLLVM.so.
Todd Fiala
2013-10-22
1
-0
/
+18
|
/
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
3
-4
/
+5
*
AArch64: don't mask off shift bits when processing JIT relocations.
Tim Northover
2013-07-25
1
-4
/
+4
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-7
/
+20
*
AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
2013-07-01
1
-7
/
+8
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+1
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-26
/
+28
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-3
/
+1
*
Handle (at least don't crash on) relocations with no symbols.
Rafael Espindola
2013-06-05
1
-6
/
+11
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
2
-11
/
+8
*
Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.
Rafael Espindola
2013-06-03
1
-3
/
+7
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-4
/
+21
*
ARM: use pristine object file while processing relocations
Tim Northover
2013-05-28
1
-15
/
+23
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-2
/
+0
[next]