History log of /frameworks/rs/cpu_ref/linkloader/lib/StubLayout.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8817e3ebd67635810000de8898afee615a674760 24-Jul-2014 Dave Allison <dallison@google.com> Fix linker veneer for aarch64 in renderscript

Fix to ldr instruction encoding for loading target address.
Also adds a debug print for future debug (default is off)

Bug: 16031597
Change-Id: Ibe47226d9f95e7982dcbbf559389e927c48aed3d
/frameworks/rs/cpu_ref/linkloader/lib/StubLayout.cpp
72151aac81a3cc92b9777aaa9b80f31a4ce9fcf7 12-Jun-2014 Xiaofei Wan <xiaofei.wan@intel.com> Add stub for x86 & x86_64.

Add stub support for x86, this will be used in x86 & x86_64 RS relocation.

Change-Id: Id5d1cc0679b43348a4f66707c21c6bdf85a3a7e4
Signed-off-by: Xiaofei Wan <xiaofei.wan@intel.com>
/frameworks/rs/cpu_ref/linkloader/lib/StubLayout.cpp
30e2a4c8d848bc788cc5600e6b929b4f761f3f03 28-Mar-2014 Dave Allison <dallison@google.com> Add support for AARCH64 relocations to the RS linkloader.

This is still a WIP until we can verify what relocations are actually used by
the 64 bit compiler. This covers ABS, PREL, CALL and JUMP relocations only for
now.

This has not been tested but does build.

Change-Id: Iaa85c49e96a63e8c4eef225b8cab619a1cdb861f
/frameworks/rs/cpu_ref/linkloader/lib/StubLayout.cpp
2644c42ddc16ef2515fc2e566ad2f60f1a1b47c6 03-Aug-2013 Raphael Moll <raphael@google.com> am 9b21cf51: am 1033b597: Fix Windows build issues for librsloader.

* commit '9b21cf5166b9ce3ac01c98d5122198dbde972b24':
Fix Windows build issues for librsloader.
6ba6c664f773a53d7b6ddaf2c216d11404fd18fc 13-Jul-2013 Stephen Hines <srhines@google.com> Move linkloader into cpu_ref/ instead of driver/.

This library is actually part of the reference implementation and not part of
the direct instantiation in driver/. Having this code live in driver/ (for
partners to modify/replace) is misleading.

Change-Id: Ifba4575ff3bcdd09a3839384cfb26c2b0bf9d5fa
/frameworks/rs/cpu_ref/linkloader/lib/StubLayout.cpp