aboutsummaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove CFI-related WARs that seem no longer necessary"Treehugger Robot2017-11-061-5/+1
|\
| * Remove CFI-related WARs that seem no longer necessaryPirama Arumuga Nainar2017-11-021-5/+1
* | Merge changes from topic "crt_cflags"Colin Cross2017-11-0616-267/+113
|\ \
| * | Remove no_default_compiler_flags propertyColin Cross2017-11-034-84/+69
| * | Move -fomit-frame-pointer to armCflagsColin Cross2017-11-031-2/+2
| * | Consolidate ldflags that are used on all devicesColin Cross2017-11-039-42/+22
| * | Remove -Wl,--gc-sections from target flagsColin Cross2017-11-033-3/+0
| * | Consolidate cflags that are set on all devicesColin Cross2017-11-037-49/+10
| * | Consolidate global cflagsColin Cross2017-11-0311-88/+11
| |/
* | Merge "Export test/benchmark factory symbols."Treehugger Robot2017-11-041-10/+10
|\ \ | |/ |/|
| * Export test/benchmark factory symbols.Steven Moreland2017-11-021-10/+10
* | Export cc library factories.Steven Moreland2017-11-032-13/+13
* | Merge "Don't install both variants for host or non-make builds."Treehugger Robot2017-11-021-7/+7
|\ \
| * | Don't install both variants for host or non-make builds.Vishwath Mohan2017-11-021-7/+7
* | | Merge "Convert abi warnings to errors."Jayant Chowdhary2017-11-021-2/+11
|\ \ \ | |/ / |/| |
| * | Convert abi warnings to errors.Jayant Chowdhary2017-11-011-2/+11
| |/
* / Revert "Revert "Build system changes for CFI (Soong)""Vishwath Mohan2017-11-014-28/+117
|/
* Revert "Build system changes for CFI (Soong)"Orion Hodson2017-10-315-114/+26
* Revert "Hide mutated variant in non-make builds."Orion Hodson2017-10-311-10/+10
* Hide mutated variant in non-make builds.Vishwath Mohan2017-10-301-10/+10
* Merge "Build system changes for CFI (Soong)"Vishwath Mohan2017-10-315-26/+114
|\
| * Build system changes for CFI (Soong)Vishwath Mohan2017-10-305-26/+114
* | Switch to clang-4393122.Stephen Hines2017-10-302-2/+8
|/
* Merge "Make clang libTooling tools ignore all lto flags."Treehugger Robot2017-10-271-1/+1
|\
| * Make clang libTooling tools ignore all lto flags.Jayant Chowdhary2017-10-271-1/+1
* | Merge "Add support for packaging static libs in the NDK."Treehugger Robot2017-10-272-0/+25
|\ \
| * | Add support for packaging static libs in the NDK.Dan Albert2017-10-262-0/+25
| |/
* | Merge "Switch instruction_set to *string"Treehugger Robot2017-10-261-2/+2
|\ \
| * | Switch instruction_set to *stringDan Willemsen2017-10-251-2/+2
| |/
* | LLNDK can re-export headersJiyong Park2017-10-252-1/+40
* | Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-245-31/+8
* | Move first/last unique elements utility functions to android packageColin Cross2017-10-242-162/+10
* | Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-248-31/+31
|/
* Merge "Allow macro definition with space"Treehugger Robot2017-10-222-0/+89
|\
| * Allow macro definition with spaceJiyong Park2017-10-192-0/+89
* | Add $ORIGIN to rpath for host testsColin Cross2017-10-211-0/+5
* | Merge "Support tsan in Android.bp."Yabin Cui2017-10-201-0/+6
|\ \
| * | Support tsan in Android.bp.Yabin Cui2017-10-191-0/+6
| |/
* / Add two more vendor-specific propertiesJiyong Park2017-10-192-1/+21
|/
* Automatically reorder C/C++ link dependencies in SoongJeff Gaston2017-10-182-30/+369
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-1816-197/+200
* MIPS: Remove -U__unix and -U__unix__ from cflagsGoran Jakovljevic2017-10-182-4/+0
* Explicitly document that export_include_dirs implies local_include_dirsColin Cross2017-10-181-1/+2
* Merge "Add enable_profile_use property"Pirama Arumuga Nainar2017-10-171-4/+10
|\
| * Add enable_profile_use propertyPirama Arumuga Nainar2017-10-161-4/+10
* | Merge "Unified sysroot: arch-X/include directories are gone."Elliott Hughes2017-10-138-9/+8
|\ \
| * | Unified sysroot: arch-X/include directories are gone.Elliott Hughes2017-10-128-9/+8
* | | Squash vendor sources before linkageMutator runsJiyong Park2017-10-133-11/+143
* | | Merge "Let tests override environment"Treehugger Robot2017-10-111-1/+1
|\ \ \
| * | | Let tests override environmentColin Cross2017-10-101-1/+1