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
Commit message (
Expand
)
Author
Age
Files
Lines
*
There are no __register_frame and __deregister_frame functions
Yaron Keren
2013-12-17
1
-1
/
+1
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
4
-4
/
+4
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
6
-15
/
+13
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
9
-149
/
+10
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
9
-10
/
+149
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
1
-1
/
+1
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-11
/
+9
*
[mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
2013-11-19
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
[next]