1. f979d73 Omit .gnu_debuglink sections in object files by Ryan Prichard · 6 years ago
  2. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  3. 6d8c0a5 Revert "Revert "Enable lld for windows"" by Pirama Arumuga Nainar · 6 years ago
  4. 61166dc Revert "Enable lld for windows" by Josh Gao · 6 years ago
  5. 65c95ff Include libprofile-extras to all coverage variants by Pirama Arumuga Nainar · 6 years ago
  6. c249c71 Soong: Add synopsis to several modules under cc package. by Patrice Arruda · 6 years ago
  7. 3c21c0b Enable lld for windows by Pirama Arumuga Nainar · 6 years ago
  8. c3e2c86 Install symlink to the runtime APEX only for device by Jiyong Park · 6 years ago
  9. f119435 Create symlink for bionic files by Jiyong Park · 6 years ago
  10. b5c34d7 Use llvm-{strip,objcopy} by default by Yi Kong · 6 years ago
  11. af6d895 Add unstrippedOutputFilePath to the linker interface by Jiyong Park · 6 years ago
  12. a4b9dd0 "bootstrap: true" modules are using bootstrap Bionic by Jiyong Park · 6 years ago
  13. 3d67359 Add support for symlink_preferred_arch in apex by Alex Light · 6 years ago
  14. 64a44f2 Make sure that ASAN runtime lib is the first DT_NEEDED one by Jiyong Park · 6 years ago
  15. c32c6b0 Support building for Fuchsia. by Doug Horn · 6 years ago
  16. 16e91a0 Fix: static dependency across an APEX is lost by Jiyong Park · 6 years ago
  17. 232c07c Ignore shared libs for static executables. by Jaewoong Jung · 6 years ago
  18. 569edc5 Add dist support to Soong by Dan Willemsen · 6 years ago
  19. a0790e3 Rework how linux_bionic is built with LLD by Dan Willemsen · 6 years ago
  20. 8536d6b Remove GCC checks by Dan Willemsen · 6 years ago
  21. 446c666 Don't pass -pie for Windows binaries by Colin Cross · 6 years ago
  22. b60190a Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
  23. cb9342e Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules" by Colin Cross · 6 years ago
  24. e2874cd Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
  25. 61f3212 Dedup version-script handling code. by Dan Albert · 6 years ago
  26. 19fae4e Remove unsupported/unused No_pie property by Pirama Arumuga Nainar · 7 years ago
  27. 2041653 Do not set entry-point for Windows by Pirama Arumuga Nainar · 7 years ago
  28. 2e67431 Recovery partition has same layout as system by Jiyong Park · 7 years ago
  29. 30485c9 Use llvm-{objcopy,strip} when clang lld is used. by Chih-Hung Hsieh · 7 years ago
  30. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  31. 3fb1fae Use Config/DeviceConfig functions to access ProductVariables by Dan Willemsen · 7 years ago
  32. 946e32e Add overrides to cc_binary by Yifan Hong · 7 years ago
  33. 86803cf add a library to report build numbers without causing rebuilds by Colin Cross · 7 years ago
  34. 2383f3b Support filegroups for version_script and related properties by Colin Cross · 7 years ago
  35. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 7 years ago
  36. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 7 years ago
  37. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 7 years ago
  38. ada83ec Add PGO support to soong by Pirama Arumuga Nainar · 7 years ago
  39. c77a0b3 Extract the linker and embed it into host bionic binaries by Dan Willemsen · 7 years ago
  40. feda20b Support version_script for cc_binaries by dimitry · 7 years ago
  41. 3624285 Refactor factories by Colin Cross · 8 years ago
  42. 6e8115a Work-around for crt objects with sdk: current by Jayant Chowdhary · 8 years ago
  43. e87b768 Make PIC/PIE levels compatible for LTO (Soong). by Vishwath Mohan · 8 years ago
  44. 4416e5d Split /system and /vendor modules, allow multi-installation by Dan Willemsen · 8 years ago
  45. 3edeee1 Add ctx.Windows() by Colin Cross · 8 years ago
  46. 01a405a Add LinuxBionic toolchain and switch by Dan Willemsen · 9 years ago
  47. 581341d Native Coverage support in Soong (gcov) by Dan Willemsen · 8 years ago
  48. 7a108bc Allow clang builds to disable -pie by Colin Cross · 8 years ago
  49. dc2597d Don't force libraries upon static executables. by Dan Albert · 8 years ago
  50. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 8 years ago
  51. 989c66e Use toolchain to get binary extension for symlinks by Colin Cross · 8 years ago
  52. 9b09f24 Install symlinks with same suffix and extension as installed file by Colin Cross · 8 years ago
  53. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 8 years ago
  54. 2e47b34 Add Toolchain.Bionic() by Dan Willemsen · 8 years ago
  55. ebedf67 Support `sdk_version: "current"` for the NDK. by Dan Albert · 8 years ago
  56. a03cf6d Add clang-tidy support by Dan Willemsen · 8 years ago
  57. 5cb580f Start using "struct Objects" to store object Paths by Dan Willemsen · 8 years ago
  58. ce75d2c Initial prebuilt support by Colin Cross · 8 years ago
  59. 798bfce Move registration into android package by Colin Cross · 8 years ago
  60. 26c34ed Add support for toc optimization in soong by Colin Cross · 8 years ago
  61. 4aa75ca Expose HostToolPath on the cc module to fix genrule.tool by Dan Willemsen · 8 years ago
  62. 8b74d17 Fix binaries and symlinks for prefer32 by Colin Cross · 8 years ago
  63. 522e373 Allow CustomizeProperties to override linker by Colin Cross · 8 years ago
  64. 20780c8 Remove HostPrefer32BitExecutables by Colin Cross · 8 years ago
  65. 1e7d370 Add support for preferred arch symlinks by Colin Cross · 8 years ago
  66. b916a38 Refactor cc modules to use decorators instead of inheritance by Colin Cross · 8 years ago
  67. 42742b8 Rename compiler, linker and installer methods to be unique by Colin Cross · 8 years ago
  68. 4d9c2d1 Separate cc.go by Colin Cross · 8 years ago