fb8e3dfec6597f1859df1bda4f89e7104b353702 |
|
03-Nov-2016 |
Martyn Capewell <martyn.capewell@arm.com> |
Fix remaining AArch64 UBSan errors. Change-Id: I51e830076b5978aaf3920c1be1e406964ff20c46
/external/vixl/src/utils-vixl.cc
|
78973f258039f6e96eba85f1b5ecdb14b3c51dbb |
|
10-Aug-2016 |
Pierre Langlois <pierre.langlois@arm.com> |
Correctly include C headers This patch refactors VIXL to use `extern` block when including C header that do not have a C++ counterpart. Change-Id: I203d7d107755dbac3e5f4cf8d2f196f70dea1e07
/external/vixl/src/utils-vixl.cc
|
b78f13911bfe6eda303e91ef215c87a165aae8ae |
|
01-Jul-2016 |
Alexandre Rames <alexandre.rames@linaro.org> |
Add an `AUTHORS` file and update copyright notices. Change-Id: Ifb505e5664996c1af41e38376e58ba49864213a3
/external/vixl/src/utils-vixl.cc
|
88c46b84df005638546de5e4e965bdcc31352f48 |
|
02-Jun-2016 |
Pierre Langlois <pierre.langlois@arm.com> |
Add assembler, macro-assembler and disassembler support for AArch32 Add support for the A32 and T32 instruction set architectures in seperate a32 directories. Note that this commit introduces aarch32 and aarch64 namespaces so existing client code will need to be adjusted. Refer to doc/getting-started-a32.md for an introduction. Change-Id: Iaf3e5f496ec4e19d77d304128e6920daa4549e78
/external/vixl/src/utils-vixl.cc
|
b68bacb75c1ab265fc539afa93964c7f51f35589 |
|
24-May-2016 |
Alexandre Rames <alexandre.rames@linaro.org> |
Sort and fix `#include` directives. Includes are sorted into groups, each sorted alphabetically and separated by a blank line. The groups are, in order, C headers, C++ headers, VIXL (non-backend) headers, and VIXL backend headers. Change-Id: I9a71430bffeaf77389a089487ce264db8d1d9ddc
/external/vixl/src/utils-vixl.cc
|
1f9074de150536670464a85ef8e0ede60d26e3f9 |
|
23-May-2016 |
Alexandre Rames <alexandre.rames@linaro.org> |
Suffix source files in `src/` with `-vixl`. This is required to keep VIXL building within Android: its build system copies files across assuming that there will be no naming conflicts. Change-Id: I9475c8833dd2f74f814004b7572ccc61337046fb
/external/vixl/src/utils-vixl.cc
|