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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the build issue under ia64. Close bug #5715
Sylvestre Ledru
2013-08-27
2
-2
/
+2
*
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
*
Reorder headers according to lint.
Bill Wendling
2013-08-21
1
-6
/
+4
*
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
*
LLVM Interpreter: This patch implements vector support for cast operations (z...
Elena Demikhovsky
2013-08-05
1
-77
/
+414
*
[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
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
2013-07-02
1
-2
/
+7
*
AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
2013-07-01
1
-7
/
+8
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-1
/
+1
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+1
*
Enable FastISel on ARM for Linux and NaCl, not MCJIT
JF Bastien
2013-06-14
1
-0
/
+8
*
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
*
Preserve const correctness.
Benjamin Kramer
2013-06-04
1
-3
/
+3
*
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
*
Add missing header for atexit.
Michael J. Spencer
2013-05-24
1
-0
/
+2
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-3
/
+111
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
4
-96
/
+117
*
Roll out r182411 and 182412 because it's still broken.
Filip Pizlo
2013-05-21
4
-116
/
+96
*
Fix busted comment. This conditional include block used to be in SectionMemor...
Filip Pizlo
2013-05-21
1
-1
/
+1
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
4
-96
/
+116
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
5
-217
/
+89
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-3
/
+111
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
4
-86
/
+106
*
AArch64: make RuntimeDyld relocations idempotent
Tim Northover
2013-05-19
1
-2
/
+22
*
r182085 introduced a change that triggered an assertion on ARM. This is an im...
David Tweed
2013-05-17
1
-2
/
+4
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
4
-3
/
+10
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
3
-9
/
+20
*
Remove dead code.
Rafael Espindola
2013-05-10
2
-82
/
+0
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-4
/
+4
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
4
-669
/
+1
*
PowerPC: Fix unimplemented relocation on ppc64
Adhemerval Zanella
2013-05-06
1
-0
/
+5
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
8
-14
/
+153
*
AArch64: implement 64-bit absolute relocation in MCJIT
Tim Northover
2013-05-04
1
-0
/
+5
*
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
3
-2
/
+84
*
AArch64: implement relocations for global access
Tim Northover
2013-05-04
1
-0
/
+31
[next]