aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-device-build.mk
Commit message (Collapse)AuthorAgeFilesLines
* Always bring tblgen target up to date.Ying Wang2011-05-241-3/+1
| | | | | | | | 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
* Implement copy-when-different build rules for tblgen.Logan Chien2011-03-151-1/+3
| | | | | | | | | | | 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.
* Update build script after merge.jush2011-02-281-1/+2
|
* Move global inline options to local makefile for libbcc.so.Jing Yu2010-12-071-1/+8
| | | | | | | | | | 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
* Fix sim build.Ying Wang2010-08-201-3/+11
| | | | Change-Id: I2c8630506321e6046c4cffce055438e0acb8db78
* Fix sim build.Ying Wang2010-08-191-5/+0
| | | | | | | | 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
* Git hiccup. Retry....Shih-wei Liao2010-06-071-1/+1
| | | | Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
* Fix llvm.mk and the other 49 mk filesShih-wei Liao2010-06-071-2/+7
| | | | Change-Id: I5aa02363c1083297d163a575f5a35c495f950230
* Get rid of several build warnings.Patrick Scott2010-05-071-2/+1
| | | | Change-Id: Icdfbe34f73663b0f84de12394bb65137a86ba403
* enable assertionShih-wei Liao2010-05-041-1/+7
| | | | Change-Id: I1db0884c86ac6744f3c95ae10cefc75e762a79c7
* Sync upstream to r102410.Shih-wei Liao2010-04-281-1/+5
| | | | | | Re-turn on sdk. Change-Id: I91a890863989a67243b4d2dfd1ae09b843ebaeaf
* libbccShih-wei Liao2010-04-071-0/+52
Change-Id: Ieaa3ebd5a38f370752495549f8870b534eeedfc5