aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2019-09-05Switch to llvm-strip, advocate its use.Dan Albert
2019-09-04Remove Windows LLD --threads workaround.Dan Albert
2019-09-04Merge "Remove redundant driver flags from build systems."Treehugger Robot
2019-09-04Remove redundant driver flags from build systems.Dan Albert
2019-09-04Cleanup `-fno-experimental-isel`.Dan Albert
2019-08-23Fix openmp tests.Dan Albert
2019-08-20[NDK] Switch to gdb 8.3Haibo Huang
2019-08-20Use clang/clang++ to build gdbserverHaibo Huang
2019-08-20Move GDB out of HostTools.Dan Albert
2019-08-20Allow disable NEON in cmake and ndk-buildHaibo Huang
2019-08-15Update Clang to r365631.Dan Albert
2019-07-09Merge "Set --build-id=sha1 for lld+lldb compatibility"Ryan Prichard
2019-07-09Add workaround #988 the default wrap.sh.Dan Albert
2019-07-08Set --build-id=sha1 for lld+lldb compatibilityRyan Prichard
2019-06-18Remove NDK_TOOLCHAIN_VERSION.Elliott Hughes
2019-06-13Merge changes from topic "lld-test-variant"Treehugger Robot
2019-06-13Merge changes I8039dc5d,I27e89dd7Treehugger Robot
2019-06-13Add APP_LD and ANDROID_LD to select the linker.Dan Albert
2019-06-12Pass -fno-experimental-isel to avoid Clang bugRyan Prichard
2019-06-12Remove 32-bit Windows support from standalone toolchains.Dan Albert
2019-06-12Remove 32-bit Windows support from ndk-build.Dan Albert
2019-03-29Allow module ldflags to override app-wide flags.Dan Albert
2019-03-25Fix bad Windows package name.Dan Albert
2019-03-22Replace stringly typed hosts with an enum.Dan Albert
2019-02-26Update to clang-r349610b.Dan Albert
2019-02-21Shaderc: Ship new exes; tests use effcee and re2David Neto
2019-02-19Allow users to set their own CMAKE_FIND_ROOT_PATH.Dan Albert
2019-02-12Fix ARM version for non-integrated assembler.Dan Albert
2019-02-08Disable multithreaded linking for Windows LLD.Dan Albert
2019-02-08Fix CMake's find_path.Dan Albert
2019-01-25Merge "Set CMAKE_FIND_ROOT_PATH to avoid host libraries."Treehugger Robot
2019-01-22Set CMAKE_FIND_ROOT_PATH to avoid host libraries.Dan Albert
2019-01-18Update Clang to r346389c.Dan Albert
2019-01-09Fix the toolchain path in help message.Dan Albert
2019-01-08Default to -fno-addrsig.Dan Albert
2018-12-18Update build systems/docs for the new Clang.Dan Albert
2018-12-18Update to Clang r346389b.Dan Albert
2018-11-27Merge "Fix the make_standalone_toolchain stdlib fix."Treehugger Robot
2018-11-27Fix the make_standalone_toolchain stdlib fix.Dan Albert
2018-11-27Allow the compiler to pick the default C++ std.Dan Albert
2018-11-27Fix CMake "computed" default C++ standard version.Dan Albert
2018-11-27Merge "Only use -stdlib=libc++ with clang++."Treehugger Robot
2018-11-27Fix Clang's version variable in CMake.Dan Albert
2018-11-27Only use -stdlib=libc++ with clang++.Dan Albert
2018-11-13Update clang to r344140b.Dan Albert
2018-11-08Fix make_standalone_toolchain.py for Cygwin.Dan Albert
2018-10-25Put the new toolchain back in to toolchains/llvm.Dan Albert
2018-10-23Clean up one of the ignored pylint checks.Dan Albert
2018-10-23Fix broken test.Dan Albert
2018-10-18Ensure that stale object files are not used.Dan Albert