| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|