aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-device-build.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove uses of libcxx.mk.Dan Albert2015-03-271-3/+0
| | | | | | This is a no-op. Change-Id: I5dc6a2a5a0e0f7e34a0ae26566798daa085ce8f2
* Revert "Add -fno-inline to LLVM device flags."Stephen Hines2015-01-211-4/+0
| | | | | | | | This reverts commit 666dcadba6e445a06085ee785721bab99a01a226. Bug: 18808781 Change-Id: I222968a99bdafe2368c97d1602081bbcdff70ed0
* Don't clobber LOCAL_CFLAGS_arm64 in llvm-device-build.Tim Murray2015-01-051-1/+1
| | | | | | bug 18808781 Change-Id: Iabd483a8ec91a4bb6a21e4569c53f28271abdd22
* Add -fno-inline to LLVM device flags.Tim Murray2014-12-301-0/+4
| | | | | | | | | This works around a problem in the last rebase where RS compiles using an AArch64-based toolchain crash. bug 18808781 Change-Id: I6c51cf6fc34a1da9182b11fae9471791fa959e6e
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+2
| | | | | | | Includes a cherry-pick of: r212948 - fixes a small issue with atomic calls Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
* Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.Stephen Hines2014-06-031-1/+1
| | | | Change-Id: I7735fd88104ff95001dd5f88a1c387df9af993ad
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+6
| | | | Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
* Revert "Make LLVM compile with prebuilt clang."Tim Murray2014-04-021-3/+2
| | | | | | This reverts commit 7d8cea6e8e2bddaa4475835106bf88d214d95279. Change-Id: Ide81c8f7662646070481edb9f3196a0d9152adc2
* Make LLVM compile with prebuilt clang.Tim Murray2014-03-211-2/+3
| | | | | | bug 13588226 Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a
* llvm: convert makefiles to support multilib buildColin Cross2014-02-061-0/+2
| | | | | | | | 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
* 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