Age | Commit message (Collapse) | Author | Files | Lines |
|
If rs_fp_imprecise is specified, issue a warning and
use rs_fp_relaxed instead.
Change-Id: I054fa32128bda60a6d22a0a6a590cd9f3575a2ca
|
|
Change-Id: I9472d0c36e23a1e0d583fc823c986ee7a1bb05ed
|
|
This was causing the build to fail because of -Werror.
Change-Id: I028342d9c566e0089b137a46ef6bb4f2d9e77c4d
Author: Tareq A. Siraj <tareq.a.siraj@intel.com>
Reviewed-by: Ariel Bernal <ariel.j.bernal@intel.com>
|
|
* commit '44f4eb292b2b9aebb50cceb7b42f7a77fb3808b3':
Check infile arguments for BitcodeWrapperer.
|
|
Change-Id: I073ac3c0f95b3da9567e54c1fc8e8b1b0d69e33f
|
|
|
|
BUG=4540719
Change-Id: Ice57a87f2f2cce3a641a4183b5f0bd8dc1ac0585
|
|
It would be better to use a const reference for infile, but unfortunately, we
must mutate it during the lifetime of BitcodeWrapperer - Seek() is the
primary issue here. Since we don't want to use a non-const reference, we
instead insert appropriate NULL checks into the various functions where
infile is used.
Change-Id: Ic408c9dba684b57237cc8e29fff61c103161f7b3
|
|
Change-Id: Ieb547d38f2ad1c84af30717da9172d0ac928e52d
|
|
* commit 'ea8f8a795b61a716d71289cc2f38ab373e82dd73':
Work around buggy toolchains.
|
|
Change-Id: I93756929c3910249c7aa4ff33d28fa3331b8af92
|
|
Change-Id: I2b179d8b637df5e71c3018df50b7a3cc1fd2367f
|
|
This change uses a common helper library created for PNaCl, and adapts it
for use with Android. We also add some new fields to the wrapper for the
offline compiler version used to generate the bitcode.
Change-Id: I04c4ee20b7b09a68a35cdda1891616ee482a0072
|
|
BUG=6051742
This reduces code duplication, and makes us a client of our own helper library.
It also helps to fix a potential issue that can come up with older bitcode
containing only ForEach signatures and not names (something that was fixed in
MetadataExtractor, but not libbcc). We no longer look at metadata nodes at all
from libbcc.
Change-Id: I5cdacec82e4cd164f1aec5aa28a5e82feb9cfc15
|
|
Change-Id: I25c1dc90af679e2463abffd33ee8838b4727396f
|
|
- Add/integrate GDBJITRegistrar support class for interfacing with GDB
-- Once the GDBJITRegistrar is merged into LLVM trunk (and AOSP upgrades LLVM)
all files GDB* should be removed, and replaced with appropriate includes
- Basic [host|target]-side integration tests
-- host-tests: use bcc driver and clang to verify gdb output
-- target-tests: run skeleton apk on target and verify gdb output
- Add support for optimization_level metadata in bcinfo, libbcc
-- Disabled some LTO passes when optimization_level = 0
-- move register allocator registration after metadata inspection
- Initial version of android-commands.py GDB plugin (for test infrastructure)
-- relevant commands: load-android-app, run-android-app, start-android-app
-- tested versions: gdb (7.2, 7.3), python (2.6, 2.7)
- build 'bcc' driver tool by default in eng builds
Change-Id: I99e0c11c8591c6d911632c1dcc82dd8fbe1244a8
|
|
BUG=6000538
Change-Id: I36e78ced0715b060af0938f1480df240cf6ba707
|
|
BUG=5425905
Change-Id: I9902bc89bef221e86dfc904d6935ef2c2091de33
|
|
BUG=5425905
Change-Id: I9902bc89bef221e86dfc904d6935ef2c2091de33
|
|
BUG=5076887
Change-Id: Icfe1aebbc620df750279af19d10a624c4c760430
|
|
BUG=4942491
Change-Id: I73e96ef7f27bbaa8740cad70a4b93a1e5137e87b
|
|
BUG=4278636
Change-Id: I0f60d134e5e9209996b6bcf5f541d5497d7f2665
|