| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip my_clang on assignment. | Dan Albert | 2014-08-18 | 1 | -6/+6 |
* | Add flag to enable default clang builds--USE_CLANG_PLATFORM_BUILD. | Tim Murray | 2014-08-13 | 1 | -0/+7 |
* | Consistent use of USE_MINGW | Ying Wang | 2014-08-07 | 1 | -1/+1 |
* | Fix Windows SDK build. | Dan Albert | 2014-08-07 | 1 | -0/+5 |
* | Inhibit implicit -Bsymolic in -shared. | Dan Albert | 2014-08-07 | 1 | -0/+1 |
* | Fix uses of -fPIC and -fPIE. | Dan Albert | 2014-08-07 | 1 | -0/+6 |
* | fix build | Tim Murray | 2014-07-24 | 1 | -1/+1 |
* | Fix Windows SDK build to not use clang. | Tim Murray | 2014-07-24 | 1 | -3/+5 |
* | Switch host builds to use Clang by default. | Tim Murray | 2014-07-24 | 1 | -0/+8 |
* | Refactor FDO support code to ensure arm64 can also be built with FDO. | Dehao Chen | 2014-07-23 | 1 | -1/+0 |
* | Fix loophole in module expansion. | Ying Wang | 2014-06-10 | 1 | -1/+1 |
* | Merge "Support .asm being compiled by yasm targeted for x86." | Ying Wang | 2014-06-09 | 1 | -0/+13 |
|\ |
|
| * | Support .asm being compiled by yasm targeted for x86. | Ying Wang | 2014-06-06 | 1 | -0/+13 |
* | | Move comment out of recipe section | Stephen Hines | 2014-06-06 | 1 | -2/+2 |
|/ |
|
* | Add a dummy build recipe for generated RS cpp files. | Ying Wang | 2014-05-28 | 1 | -1/+3 |
* | Add a dummy build recipe for the proto generated header files | Ying Wang | 2014-05-28 | 1 | -0/+2 |
* | Support LOCAL_CLANG with arch/bit suffix. | Ying Wang | 2014-05-27 | 1 | -10/+18 |
* | Exclude libstdc++ and libgcc if libc++ is requested. | Ying Wang | 2014-05-23 | 1 | -0/+8 |
* | Support host multilib build | Ying Wang | 2014-05-14 | 1 | -21/+19 |
* | Rename my_ndk_version_root to my_ndk_sysroot; and _include and _lib | Andrew Hsieh | 2014-04-25 | 1 | -4/+12 |
* | Build changes necessary for LLVM 3.5 switch. | Tim Murray | 2014-04-24 | 1 | -3/+0 |
* | Decouple platform compiler and NDK library versioning. | Ben Cheng | 2014-04-10 | 1 | -3/+3 |
* | add support for LOCAL_MODULE_PATH_32 and LOCAL_MODULE_PATH_64 | Colin Cross | 2014-03-25 | 1 | -2/+0 |
* | Pick gnu-libstdc++ based on TARGET_GCC_VERSION | Andrew Hsieh | 2014-03-25 | 1 | -3/+3 |
* | Complete installed shared library dependency | Ying Wang | 2014-03-21 | 1 | -32/+39 |
* | Add LOCAL_NDK_STL_VARIANT:=c++_static and c++_shared | Andrew Hsieh | 2014-03-17 | 1 | -3/+20 |
* | Split WITHOUT_CLANG to WITHOUT_HOST_CLANG and WITHOUT_TARGET_CLANG | Ying Wang | 2014-03-10 | 1 | -1/+1 |
* | Extend YACC and LEX handling to .yy and .ll files. | Nicolas Geoffray | 2014-03-03 | 1 | -12/+42 |
* | Generate .pb.cc/.pb.h to arch-neutral generated_sources_dir | Ying Wang | 2014-02-25 | 1 | -5/+12 |
* | Include $(BUILD_COPY_HEADERS) in upper-level makefiles | Ying Wang | 2014-02-20 | 1 | -6/+0 |
* | Add generated sources dir to the default include path | Colin Cross | 2014-02-13 | 1 | -1/+1 |
* | don't use LOCAL_*_arch for host builds | Colin Cross | 2014-02-13 | 1 | -10/+26 |
* | Refactor llvm_config.mk and support the 2nd arch | Ying Wang | 2014-02-07 | 1 | -10/+10 |
* | add support for more LOCAL_*_arch variables | Colin Cross | 2014-02-04 | 1 | -6/+7 |
* | build: support LOCAL_*_32 and LOCAL_*_64 | Colin Cross | 2014-01-29 | 1 | -4/+5 |
* | Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS | Colin Cross | 2014-01-27 | 1 | -0/+1 |
* | add new gen/ directory for generated sources | Colin Cross | 2014-01-27 | 1 | -1/+8 |
* | Support arch-specific LOCAL_C_INCLUDES. | Ying Wang | 2014-01-27 | 1 | -1/+1 |
* | build: use correct arm vs thumb arguments for 2nd arch builds | Colin Cross | 2014-01-24 | 1 | -1/+1 |
* | Support arch-specific LOCAL_ variables | Ying Wang | 2014-01-24 | 1 | -15/+16 |
* | Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources | Ying Wang | 2014-01-24 | 1 | -6/+6 |
* | Set up rules to build static libraries for TARGET_2ND_ARCH | Ying Wang | 2014-01-24 | 1 | -73/+91 |
* | Remove aprof support from the build system. | Ying Wang | 2014-01-14 | 1 | -9/+0 |
* | Define PRIVATE_TARGET_ variables for only target modules. | Ying Wang | 2014-01-09 | 1 | -1/+3 |
* | Allow clang to build host binaries. | Logan Chien | 2014-01-07 | 1 | -9/+37 |
* | resolved conflicts for merge of 2b5d2c55 to klp-dev-plus-aosp | Andrew Hsieh | 2013-09-10 | 1 | -0/+12 |
|\ |
|
| * | Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ..." | Andrew Hsieh | 2013-09-10 | 1 | -0/+12 |
* | | resolved conflicts for merge of fcdf653a to klp-dev-plus-aosp | Andrew Hsieh | 2013-09-04 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Merge "Add "WITH_SYNTAX_CHECK=1 make ..."" | Andrew Hsieh | 2013-09-04 | 1 | -0/+16 |
| |\ |
|
| | * | Add "WITH_SYNTAX_CHECK=1 make ..." | Andrew Hsieh | 2013-09-04 | 1 | -0/+16 |