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
/
include
/
llvm
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
10
-437
/
+109
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
5
-28
/
+109
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
6
-21
/
+56
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
7
-29
/
+115
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-0
/
+4
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
3
-2
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
3
-2
/
+2
*
Optimizing MCJIT module state tracking
Andrew Kaylor
2013-10-24
1
-2
/
+5
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-1
/
+1
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
2
-0
/
+4
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
2
-3
/
+13
*
Remove dead code.
Rafael Espindola
2013-10-07
1
-45
/
+0
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
1
-2
/
+18
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
2
-6
/
+10
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
2
-0
/
+61
*
Fix include guards.
Jakub Staszak
2013-08-20
1
-2
/
+2
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-17
/
+3
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-0
/
+1
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-0
/
+4
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
3
-63
/
+77
*
Roll out r182411 and 182412 because it's still broken.
Filip Pizlo
2013-05-21
3
-77
/
+63
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
3
-63
/
+77
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
3
-81
/
+63
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-0
/
+4
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
3
-63
/
+77
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
3
-12
/
+18
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
2
-56
/
+28
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
2
-28
/
+0
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
2
-0
/
+9
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-2
/
+2
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
2
-0
/
+61
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
2
-61
/
+0
*
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-24
1
-3
/
+1
*
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
1
-0
/
+4
*
Fixing typo in comment.
Andrew Kaylor
2013-04-23
1
-1
/
+1
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
2
-0
/
+61
*
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
1
-4
/
+9
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
1
-1
/
+5
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
1
-0
/
+2
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
10
-22
/
+22
*
JITEventListener.h: Use llvm-config.h instead of config.h.
NAKAMURA Takumi
2012-12-13
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
5
-9
/
+7
*
Fix comment formatting in RuntimeDyld.h
Andrew Kaylor
2012-11-27
1
-23
/
+21
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
1
-0
/
+176
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-1
/
+10
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-4
/
+4
*
Fix comment.
Jakub Staszak
2012-11-14
1
-1
/
+1
*
Remove DOS line endings.
Jakub Staszak
2012-11-14
2
-141
/
+141
*
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-06
1
-0
/
+15
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
1
-0
/
+7
[next]