| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
bug 18808781
Change-Id: Iabd483a8ec91a4bb6a21e4569c53f28271abdd22
|
|
|
|
|
|
|
|
|
| |
This works around a problem in the last rebase where RS compiles
using an AArch64-based toolchain crash.
bug 18808781
Change-Id: I6c51cf6fc34a1da9182b11fae9471791fa959e6e
|
|
|
|
|
|
|
| |
Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls
Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
|
|
|
|
| |
Change-Id: I7735fd88104ff95001dd5f88a1c387df9af993ad
|
|
|
|
| |
Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
|
|
|
|
|
|
| |
This reverts commit 7d8cea6e8e2bddaa4475835106bf88d214d95279.
Change-Id: Ide81c8f7662646070481edb9f3196a0d9152adc2
|
|
|
|
|
|
| |
bug 13588226
Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a
|
|
|
|
|
|
|
|
| |
Convert makefiles to allow for building two architectures at the
same time. This will also cause make checkbuild to build the target
libraries for all supported architectures.
Change-Id: Ia5e6fe5b1186a67753faafd3532ed4cb280a8b10
|
|
|
|
| |
Change-Id: I44e9708a4c41afe85f98b4b7adad83bbbe599320
|
|
|
|
| |
Change-Id: I5c92053d81093cdb7810d758d568d2694038280a
|
|
|
|
|
|
|
| |
If we undefined NDEBUG first, the system-wide -DNDEBUG will override it, thus
causing asserts to still remain off.
Change-Id: I84342ca36595bbd7e310ea19c6907938fba4cee7
|
|\
| |
| |
| | |
Change-Id: Ie502ec01a03b2f9a8e015a2b83139f56fd84b91e
|
| |
| |
| |
| |
| |
| |
| | |
- conditionally enable AsmPrinter Dwarf bits for eng builds
- build script for FileCheck
Change-Id: I68c5f9b2f28b36a779cf76e9161f740994c619f5
|
| |
| |
| |
| | |
Change-Id: I844d8c5c8dcc86cbc5ec32c2ee442bf70bff0290
|
|/
|
|
| |
Change-Id: I1935ffce1c5d5eec52ad8b69bab9ee0c281aef16
|
|
|
|
|
|
| |
Bug: 5010576
Change-Id: Ia82a523b49d44a2d806867d0ff931a15a10f980b
|
|
|
|
|
|
|
|
| |
The copy-only-diff trick violates the makefile assumption:
Rules should bring the target up to date if any source has newer time
stamp.
Change-Id: I9301d00461f1480ffd9293b81294985e58d4cdef
|
|
|
|
|
|
|
|
|
|
|
| |
Before this commit, tblgen rules will always generate new file,
change the timestamp, and then a lot of c++ files have to be
recompiled.
This commit modifies transform-td-to-out macro. Now, tblgen will
generate its output to an intermediate file. The timestamp of the
inc files will only be changed when the newly generated intermediate
file is different from the old one.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We plan to remove the global inline options for better inline
tuning. Blindly removing global inline options for
libbcc.so may increase certain code size. To be conservative,
we simply copy the global inline options into local makefile
for libbcc.so.
Change-Id: I30ca5ef67602be51c9b83fa52e8c3ced423694ea
|
|
|
|
| |
Change-Id: I2c8630506321e6046c4cffce055438e0acb8db78
|
|
|
|
|
|
|
|
| |
Note that this only makes the sim build green, but the built images won't work for sure:
No libbcc.so, which depends on something else that can not build in sim mode.
No x86 bitcode is generated as well, I believe.
Change-Id: Idca8378427196622ac77cd56a38c6a160f03ba22
|
|
|
|
| |
Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
|
|
|
|
| |
Change-Id: I5aa02363c1083297d163a575f5a35c495f950230
|
|
|
|
| |
Change-Id: Icdfbe34f73663b0f84de12394bb65137a86ba403
|
|
|
|
| |
Change-Id: I1db0884c86ac6744f3c95ae10cefc75e762a79c7
|
|
|
|
|
|
| |
Re-turn on sdk.
Change-Id: I91a890863989a67243b4d2dfd1ae09b843ebaeaf
|
|
Change-Id: Ieaa3ebd5a38f370752495549f8870b534eeedfc5
|