aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-device-build.mk
Commit message (Collapse)AuthorAgeFilesLines
* Device side needs -D__STDC_LIMIT_MACROS.Shih-wei Liao2012-07-171-7/+3
| | | | Change-Id: I44e9708a4c41afe85f98b4b7adad83bbbe599320
* Fix Mac build breakage.Shih-wei Liao2012-07-171-3/+7
| | | | Change-Id: I5c92053d81093cdb7810d758d568d2694038280a
* Fix assert handling for LLVM.Stephen Hines2012-05-031-2/+2
| | | | | | | If we undefined NDEBUG first, the system-wide -DNDEBUG will override it, thus causing asserts to still remain off. Change-Id: I84342ca36595bbd7e310ea19c6907938fba4cee7
* resolved conflicts for merge of 8f698b54 to masterJean-Baptiste Queru2012-02-291-1/+6
|\ | | | | | | Change-Id: Ie502ec01a03b2f9a8e015a2b83139f56fd84b91e
| * Build FileCheck and enable DWARF emission for target eng buildsDaniel Malea2012-02-291-1/+6
| | | | | | | | | | | | | | - conditionally enable AsmPrinter Dwarf bits for eng builds - build script for FileCheck Change-Id: I68c5f9b2f28b36a779cf76e9161f740994c619f5
* | Fix LOCAL_MODULE for tblgen rules.Logan Chien2011-12-161-1/+1
| | | | | | | | Change-Id: I844d8c5c8dcc86cbc5ec32c2ee442bf70bff0290
* | Update LLVM to svn 144354.Stephen Hines2011-11-141-0/+1
|/ | | | Change-Id: I1935ffce1c5d5eec52ad8b69bab9ee0c281aef16
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-9/+2
| | | | | | Bug: 5010576 Change-Id: Ia82a523b49d44a2d806867d0ff931a15a10f980b
* 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