1. 5108e1b gollvm: sync with LLVM trunk by eric fang · 3 years, 2 months ago
  2. c0a42bf gollvm: fix buglet in llvm-godumpspec by Than McIntosh · 3 years, 3 months ago
  3. f3c699f gollvm: enhance llvm-godumpspec handling of bitfields by Than McIntosh · 3 years, 3 months ago
  4. 681ee7d gollvm: fix sret bug, update unit tests for call attr changes by Than McIntosh · 3 years, 3 months ago
  5. 6b4233f gollvm: rework code for updating call attributes by Than McIntosh · 3 years, 3 months ago
  6. 4d0f5a9 gollvm: remove use of llvm::VectorType::getNumElements() by Than McIntosh · 3 years, 3 months ago
  7. 1b2533a gollvm: update to check target dependency generation by Than McIntosh · 3 years, 3 months ago
  8. 3cb23e5 gollvm: update cmake rules for recent embed.cc addition by Than McIntosh · 3 years, 4 months ago
  9. c1b2532 gollvm: add missing libgo dependent C file by Than McIntosh · 3 years, 4 months ago
  10. 722159d gollvm: add preliminary support for go:embed by Than McIntosh · 3 years, 4 months ago
  11. 6c249b0 gollvm: add "ios", "zos" to supported GOOS values by Than McIntosh · 3 years, 4 months ago
  12. 850255c gollvm: Updating README.md, to elevate the min. required version of Clang compiler by Ivan Serdyuk · 3 years, 5 months ago
  13. 449d629 gollvm: add mirror sites for dependency downloads by Than McIntosh · 3 years, 5 months ago
  14. 4c019eb gollvm: fix for complex division support by Than McIntosh · 3 years, 5 months ago
  15. 85baf79 gollvm: adjust cmake rules for complex division by Than McIntosh · 3 years, 5 months ago
  16. 29d8ea6 gollvm: update recipe for recording sret/byval arg attributes by Than McIntosh · 3 years, 5 months ago
  17. 87ea10c gollvm: sync with LLVM trunk by Than McIntosh · 3 years, 5 months ago
  18. e3ede8e gollvm: minor enhancements to capture-fcn-attributes.go by Than McIntosh · 3 years, 6 months ago
  19. e353044 gollvm: get rid of spurious DWARF reader errors by Than McIntosh · 3 years, 6 months ago
  20. 9848f12 gollvm: update cpu and attribute information and its generation script by eric fang · 3 years, 6 months ago
  21. a45d74d gollvm: report that gollvm doesn't support cross compilation by eric fang · 3 years, 6 months ago
  22. 4576dab gollvm: add missing dependency in libgo cmake rules by Than McIntosh · 3 years, 6 months ago
  23. 748fb5e gollvm: fix temporary file suffix error when the action type is CompileAndAssemble by eric fang · 3 years, 6 months ago
  24. d30fc0b gollvm: update libgo cmake rules to auto-generate linknames by Than McIntosh · 3 years, 6 months ago
  25. 890acef gollvm: sync with LLVM trunk by Than McIntosh · 3 years, 6 months ago
  26. 44a7a47 gollvm: update cmake recipes/versions for gmp, mpfr, mpc by Ivan Serdyuk · 3 years, 6 months ago
  27. 3cb9c21 gollvm: fix libffi compiler config to be compatible with cmake v18+ by Than McIntosh · 3 years, 6 months ago
  28. 33d28e1 gollvm: support debug compression options for integ assembler by Than McIntosh · 3 years, 7 months ago
  29. cdcf132 gollvm: add support for the LLVM integrated assembler by Than McIntosh · 3 years, 8 months ago
  30. f54959f gollvm: don't add golang.org packages to zstdpkglist.go by Than McIntosh · 3 years, 8 months ago
  31. 6365ec6 gollvm: refactor -###/-v helper by Than McIntosh · 3 years, 8 months ago
  32. 40807e8 gollvm: refactor unit test remastering code by Than McIntosh · 3 years, 8 months ago
  33. 2be4b2f gollvm: synv with LLVM trunk at da0d43d90a4 by Than McIntosh · 3 years, 8 months ago
  34. 0f35e66 gollvm: update to handle recent gofrontend changes by Than McIntosh · 3 years, 8 months ago
  35. 6d77108 gollvm: set the shell variable correctly in CMakeLists.txt by Ting Yuan · 3 years, 9 months ago
  36. ce73cfd gollvm: update cmakelists to import correct c file by Aaqa Ishtyaq · 3 years, 9 months ago
  37. 0713b62 gollvm: sync with trunk at a61fa1a4b9d, part 2 by Than McIntosh · 3 years, 10 months ago
  38. aff3014 gollvm: sync with trunk at a61fa1a4b9d by Than McIntosh · 3 years, 10 months ago
  39. 5768801 gollvm: extend -fcf-protection workaround to libbacktrace/libffi by Than McIntosh · 3 years, 10 months ago
  40. 4a21288 gollvm: update README to include requirement for 'm4' by Than McIntosh · 3 years, 10 months ago
  41. 6ac7846 gollvm: check/vet shell as part of initial config setup by Than McIntosh · 3 years, 10 months ago
  42. 4d3887e gollvm: add the missing setting of -fcf-protection=none by erifan01 · 3 years, 10 months ago
  43. 2ded6bd gollvm: rework handling of default linker by Than McIntosh · 3 years, 10 months ago
  44. cb4f026 gollvm: implement getg function with inline assembly for arm64 by eric fang · 4 years, 1 month ago
  45. 9e1280d gollvm: sync with llvm trunk by erifan01 · 4 years ago
  46. 6f29b0f gollvm: fixes for unit test remastering machinery by Than McIntosh · 4 years ago
  47. cc799c8 gollvm: revise previous alignment-related changes by Than McIntosh · 4 years ago
  48. 0edc44a gollvm: sync with trunk by Than McIntosh · 4 years ago
  49. dc5a611 gollvm: add GOLLVM_DEFAULT_LINKER cmake option by eric fang · 4 years ago
  50. fa4d8f2 gollvm: add workaround for hard-wired cf-protection=branch by Than McIntosh · 4 years ago
  51. c773abc gollvm: remaster unit test expected outputs following LLVM align change by Than McIntosh · 4 years ago
  52. 2024d75 gollvm: add a new mechanism for remastering unit tests by Than McIntosh · 4 years ago
  53. 5d7d672 gollvm: refactor unit testing hooks for expected results by Than McIntosh · 4 years ago
  54. 12a80ea gollvm: sync with trunk by Than McIntosh · 4 years ago
  55. 02d0125 gollvm: Use aarch64linux emulation mode variants by eric fang · 4 years ago
  56. d6d9f1a gollvm: add rudimentary linux distro detection support by Than McIntosh · 4 years, 2 months ago
  57. 5d0a379 gollvm: support -z linker option by erifan01 · 4 years, 4 months ago
  58. 0b3f335 gollvm: sync with LLVM trunk by Than McIntosh · 4 years, 1 month ago
  59. 690719b gollvm: sync with LLVM trunk by eric fang · 4 years, 2 months ago
  60. 1b0b010 gollvm: sync with LLVM trunk by Than McIntosh · 4 years, 2 months ago
  61. 761ca29 gollvm: sync with LLVM trunk @31144351686 by Than McIntosh · 4 years, 3 months ago
  62. 8f947f9 driver, bridge: explicitly convert llvm::StringRef to std::string by Cherry Zhang · 4 years, 3 months ago
  63. c1e4150 gotools: copy some golang.org/x directories for cmd/go test by Cherry Zhang · 4 years, 3 months ago
  64. 1e6ca03 bridge: update frame pointer attribute by Cherry Zhang · 4 years, 3 months ago
  65. f0819b2 gollvm: add linux arm64 support by erifan01 · 4 years, 5 months ago
  66. 6b65fb6 bridge, libgo: update runtime error calls by Cherry Zhang · 4 years, 4 months ago
  67. 344ca9a gollvm: refactor cabiOracle and Llvm_backend class by erifan01 · 4 years, 7 months ago
  68. f274a96 gollvm: refactor unit tests to support multiple architectures by erifan01 · 4 years, 5 months ago
  69. 007d727 gollvm: fix up cmd/carchive tool test failure by erifan01 · 4 years, 5 months ago
  70. 969f82f gollvm: make ld "--wrap=pthread_create" conditional on split stack by Than McIntosh · 4 years, 5 months ago
  71. ad0491f gollvm: sync with llvm trunks and update llvm repository by erifan01 · 4 years, 5 months ago
  72. 75e1a72 gollvm: add check for '-fsplit-stack' option by eric fang · 4 years, 5 months ago
  73. 0a8ceb5 gollvm: sync with LLVM trunks by erifan01 · 4 years, 7 months ago
  74. 1df807e gollvm: fix setting for sys.DefaultGoroot by Than McIntosh · 4 years, 7 months ago
  75. f44dbe8 driver: sync with LLVM upstream by Cherry Zhang · 4 years, 7 months ago
  76. 9e98a5c gollvm: fix some problems with GCC installation detection by Than McIntosh · 4 years, 8 months ago
  77. 16a8a76 gollvm: support build on arm64 linux by Xiangdong Ji · 4 years, 8 months ago
  78. 461bf24 gollvm: sync with LLVM trunk by Than McIntosh · 4 years, 8 months ago
  79. 012a031 gollvm: cmake update to sync with libgo cpu change by Than McIntosh · 4 years, 8 months ago
  80. e5452d9 gollvm: cmake changes to sync with Go 1.13 by Than McIntosh · 4 years, 8 months ago
  81. 570fd2c gollvm: better handling for statically unreachable code by Than McIntosh · 4 years, 8 months ago
  82. 29dd715 gollvm: fix bug in materialize of conditional expression by Than McIntosh · 4 years, 8 months ago
  83. cf80da3 gollvm: update cmake for recent libgo changes by Than McIntosh · 4 years, 8 months ago
  84. c2eaf48 gollvm: enable gofrontend assertions for release builds by Than McIntosh · 4 years, 8 months ago
  85. 23a505d gollvm: sync with LLVM trunk at r369531 by Than McIntosh · 4 years, 9 months ago
  86. 8e883f4 gollvm: relax assert on rhs type for left/right shift by Than McIntosh · 4 years, 9 months ago
  87. 335ddf4 gollvm: improve comments for CABIOracle::canPassDirectly by Than McIntosh · 4 years, 9 months ago
  88. 2d87bfa gollvm: avoid use of C headers in capture-fcn-attributes.go by Than McIntosh · 4 years, 9 months ago
  89. e5ab1db gollvm: fix build failures of YAMLSerializer and intrinsic verifying by Xiangdong Ji · 4 years, 9 months ago
  90. 2a46a6b gollvm: fix typo in checkpackage.sh script by Than McIntosh · 4 years, 10 months ago
  91. 512d760 cmake: pass -fno-PIC in building static libgo by Cherry Zhang · 4 years, 10 months ago
  92. 48ad053 cmake: pass -DPIC for building libgmp etc. by Cherry Zhang · 4 years, 10 months ago
  93. febe995 gollvm: intrinsify runtime.getg by Cherry Zhang · 4 years, 10 months ago
  94. 29005f5 bridge: support builtin memset by Cherry Zhang · 4 years, 10 months ago
  95. c18ecd0 gollvm: add attributes for some functions to help optimization by Cherry Zhang · 4 years, 11 months ago
  96. 8e27ccb passes: wrap memcmp in nosplit function by Cherry Zhang · 4 years, 11 months ago
  97. 2eba81d libgo: remove go-memcmp.c in cmake file by Cherry Zhang · 4 years, 11 months ago
  98. f13e597 bridge: use LLVM value type for building GEP by Cherry Zhang · 4 years, 11 months ago
  99. 55bbfc4 bridge: allow resolving a placeholder pointer type with a C function type by Cherry Zhang · 4 years, 11 months ago
  100. 9c4b5b2 bridge: support more bit manipulation intrinsics by Cherry Zhang · 4 years, 11 months ago