| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Id1ca7e1e7a2b15464ae924e7fa629da1f33c6fa8
|
|
|
|
| |
Change-Id: I7735fd88104ff95001dd5f88a1c387df9af993ad
|
|\ |
|
| |
| |
| |
| |
| |
| | |
bug 13588226
Change-Id: I8a3e4293a3cb9acaa193779b8a548497b74c69fa
|
| |
| |
| |
| | |
Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
|
|/
|
|
|
|
| |
This reverts commit 7d8cea6e8e2bddaa4475835106bf88d214d95279.
Change-Id: Ide81c8f7662646070481edb9f3196a0d9152adc2
|
|
|
|
|
|
| |
bug 13588226
Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a
|
|
|
|
|
|
| |
(cherry picked from 5c97ecc017eb90037ab8a2cf8ff7066982bb2c50)
Change-Id: I5cf69b6197f8d1ff0f0f4bfa589c82b36d1513f4
|
|
|
|
| |
Change-Id: I0633d66e76c76a58b9aac984a200883cc0691730
|
|
|
|
|
|
| |
Then, fix Mac build breakage on the libbcc side.
Change-Id: I098c8524944e6d6feda1ebe80d926aebc6ba0c00
|
|
|
|
| |
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: 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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|