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
*
Merging r195157:
Petar Jovanovic
2013-11-21
1
-5
/
+4
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
4
-0
/
+14
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-12
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-0
/
+12
*
Fix a problem in MCJIT identifying the module containing a global variable.
Andrew Kaylor
2013-11-15
1
-2
/
+2
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+1
*
Resolve JIT runtime linking problems on Android.
Andrew Kaylor
2013-11-15
2
-3
/
+84
*
Don't try to initialize memory for a global if the allocation failed in Execu...
Andrew Kaylor
2013-11-15
1
-0
/
+4
*
Correct spelling.
Yaron Keren
2013-11-15
1
-1
/
+1
*
Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...
Andrew Kaylor
2013-11-11
1
-2
/
+12
*
The FIXME was indeed fixed in the linker, comment removed.
Yaron Keren
2013-10-25
1
-4
/
+0
*
Replaced non-ASCII character.
Yaron Keren
2013-10-24
1
-1
/
+1
*
Revert part of r193291, restoring the deletion of loaded objects.
Chandler Carruth
2013-10-24
1
-0
/
+9
*
Optimizing MCJIT module state tracking
Andrew Kaylor
2013-10-24
2
-122
/
+209
*
FIXME comment shouldn't have been doxygen style
Andrew Kaylor
2013-10-21
1
-1
/
+1
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
4
-12
/
+40
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
2
-5
/
+7
*
Added comments from Andrew Kaylor.
Yaron Keren
2013-10-19
1
-0
/
+21
*
Adding oprofile support for MCJIT.
Andrew Kaylor
2013-10-16
2
-1
/
+72
*
Really fix build warning/error that I think r192756 was trying to fix.
Craig Topper
2013-10-16
1
-4
/
+4
*
Fixing build warning/error
Andrew Kaylor
2013-10-16
1
-2
/
+3
*
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
7
-7
/
+113
*
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
9
-59
/
+123
*
Remove dead code.
Rafael Espindola
2013-10-07
2
-169
/
+1
*
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
[next]