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