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
*
Adding multiple GOT handling to RuntimeDyldELF
Andrew Kaylor
2013-10-05
2
-59
/
+81
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
2
-0
/
+6
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
6
-24
/
+34
*
Fixing MCJIT multiple module linking for OSX
Andrew Kaylor
2013-10-01
1
-0
/
+4
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
5
-99
/
+366
*
llvm-c: use typedef for function pointers
Anders Waldenborg
2013-09-30
1
-16
/
+8
*
Revert "llvm-c: Add LLVMGetPointerToFunction"
Anders Waldenborg
2013-09-20
1
-4
/
+0
*
llvm-c: Add LLVMGetPointerToFunction
Anders Waldenborg
2013-09-19
1
-0
/
+4
*
LLVM Interpreter: implementation of "insertvalue" and "extractvalue";
Elena Demikhovsky
2013-09-12
3
-1
/
+111
*
Don't expose symbols of lle_ functions.
Benjamin Kramer
2013-09-11
1
-7
/
+6
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-33
/
+4
*
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
2013-09-02
3
-8
/
+156
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-31
/
+31
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
1
-1
/
+1
*
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
[next]