1. 408e6a8 gollvm: fix handling 128-bit integers in llvm-godumpspec by amusman · 3 months ago master
  2. 5dcf23d gollvm: support -fgo-importcfg command line option by Than McIntosh · 10 months ago
  3. 54a9536 gollvm: cmake changes for gofrontend CL 504415 by Than McIntosh · 11 months ago
  4. f059550 gollvm: encode platform info in CallingConvId by melonedo · 1 year, 8 months ago
  5. 3452ec6 gollvm: update libgo cmake rules for gofrontend CL 454176 by Than McIntosh · 1 year, 5 months ago
  6. c6e77fa gollvm: add support for "dummy" C compilation by Than McIntosh · 1 year, 5 months ago
  7. 253c122 gollvm: pass arch info to the integrated assembler by melonedo · 1 year, 8 months ago
  8. f5bc649 gollvm: add support for crosscompiling by Qihan Cai · 1 year, 10 months ago
  9. 9de48d3 gollvm: ensure that runtime.Version contains a meaningful string by Than McIntosh · 1 year, 9 months ago
  10. 96cc836 gollvm: adapt cmake rules to handle libgo loff_t changes by Than McIntosh · 1 year, 9 months ago
  11. 0147f91 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 9 months ago
  12. 0f0f9c6 gollvm: add /usr/ to toolchain paths for Redhat by melonedo · 2 years ago
  13. 0e34e09 gollvm: add /usr/{lib,lib32} to toolchain paths for arch linux by Qihan Cai · 2 years, 1 month ago
  14. 2a7c04f gollvm: fix linux distro detection for Arch by Qihan Cai · 2 years, 1 month ago
  15. 3880ee9 gollvm: add a check for the existence of strsignal() by Julia Lapenko · 2 years, 1 month ago
  16. b4c0603 gollvm: fix an unary minus operations effect on expressions of complex types by Mikhail Ablakatov · 2 years, 2 months ago
  17. 3e0db25 gollvm: fold deref(addr(X)) => X by Mikhail Ablakatov · 2 years, 2 months ago
  18. 9bc0905 gollvm: fix libgo cmake rules to include new C source by Than McIntosh · 2 years, 2 months ago
  19. 6cd24cb gollvm: cmake updates for the 1.18 version of libgo by Than McIntosh · 2 years, 3 months ago
  20. 2b198c8 gollvm: add support for __atomic_load_1 and __atomic_store_1 builtins by Than McIntosh · 2 years, 3 months ago
  21. 06afb97 gollvm: sync with trunk at 09629215c272 by Than McIntosh · 2 years, 3 months ago
  22. 3d989cc gollvm: sync with LLVM trunk at 288082d45d6124 by eric fang · 2 years, 3 months ago
  23. 263e415 gollvm: sync with LLVM trunk at 56db1c072c92 by Than McIntosh · 2 years, 5 months ago
  24. f17ba8c gollvm: sync with LLVM trunk at 2c5590adfe09 by Than McIntosh · 2 years, 8 months ago
  25. 0f0479a gollvm: revise recipe for setting defaultGOROOT by Than McIntosh · 2 years, 7 months ago
  26. 2ad920b gollvm: update cmake rules for go 1.17 by Than McIntosh · 2 years, 8 months ago
  27. 951fed5 gollvm: update struct ret attribute construction by Than McIntosh · 2 years, 9 months ago
  28. 3f06ca7 gollvm: fix up unit tests by Than McIntosh · 2 years, 9 months ago
  29. 38bada5 gollvm: sync with trunk at 355216380b9c by Than McIntosh · 2 years, 10 months ago
  30. 149be45 gollvm: sync with LLVM trunk at f36703ada3dc by Than McIntosh · 2 years, 10 months ago
  31. 4bde7c5 gollvm: update backend variable flags interface by Than McIntosh · 3 years ago
  32. 7697ba5 CONTRIBUTORS: add contributors by Cherry Mui · 3 years ago
  33. 3b893ba CONTRIBUTORS: change my name by Cherry Mui · 3 years ago
  34. b2636f7 gollvm: sync with LLVM trunk at 92aba5ae49a6 by Than McIntosh · 3 years, 1 month ago
  35. 89452e0 gollvm: update libgo libffi cmake rules by Than McIntosh · 3 years, 1 month ago
  36. 6449218 gollvm: adapt libgo cmake rules for runtime.memmove by Than McIntosh · 3 years, 2 months ago
  37. 5108e1b gollvm: sync with LLVM trunk by eric fang · 3 years, 2 months ago
  38. c0a42bf gollvm: fix buglet in llvm-godumpspec by Than McIntosh · 3 years, 3 months ago
  39. f3c699f gollvm: enhance llvm-godumpspec handling of bitfields by Than McIntosh · 3 years, 3 months ago
  40. 681ee7d gollvm: fix sret bug, update unit tests for call attr changes by Than McIntosh · 3 years, 3 months ago
  41. 6b4233f gollvm: rework code for updating call attributes by Than McIntosh · 3 years, 3 months ago
  42. 4d0f5a9 gollvm: remove use of llvm::VectorType::getNumElements() by Than McIntosh · 3 years, 3 months ago
  43. 1b2533a gollvm: update to check target dependency generation by Than McIntosh · 3 years, 3 months ago
  44. 3cb23e5 gollvm: update cmake rules for recent embed.cc addition by Than McIntosh · 3 years, 3 months ago
  45. c1b2532 gollvm: add missing libgo dependent C file by Than McIntosh · 3 years, 4 months ago
  46. 722159d gollvm: add preliminary support for go:embed by Than McIntosh · 3 years, 4 months ago
  47. 6c249b0 gollvm: add "ios", "zos" to supported GOOS values by Than McIntosh · 3 years, 4 months ago
  48. 850255c gollvm: Updating README.md, to elevate the min. required version of Clang compiler by Ivan Serdyuk · 3 years, 5 months ago
  49. 449d629 gollvm: add mirror sites for dependency downloads by Than McIntosh · 3 years, 5 months ago
  50. 4c019eb gollvm: fix for complex division support by Than McIntosh · 3 years, 5 months ago
  51. 85baf79 gollvm: adjust cmake rules for complex division by Than McIntosh · 3 years, 5 months ago
  52. 29d8ea6 gollvm: update recipe for recording sret/byval arg attributes by Than McIntosh · 3 years, 5 months ago
  53. 87ea10c gollvm: sync with LLVM trunk by Than McIntosh · 3 years, 5 months ago
  54. e3ede8e gollvm: minor enhancements to capture-fcn-attributes.go by Than McIntosh · 3 years, 5 months ago
  55. e353044 gollvm: get rid of spurious DWARF reader errors by Than McIntosh · 3 years, 6 months ago
  56. 9848f12 gollvm: update cpu and attribute information and its generation script by eric fang · 3 years, 6 months ago
  57. a45d74d gollvm: report that gollvm doesn't support cross compilation by eric fang · 3 years, 6 months ago
  58. 4576dab gollvm: add missing dependency in libgo cmake rules by Than McIntosh · 3 years, 6 months ago
  59. 748fb5e gollvm: fix temporary file suffix error when the action type is CompileAndAssemble by eric fang · 3 years, 6 months ago
  60. d30fc0b gollvm: update libgo cmake rules to auto-generate linknames by Than McIntosh · 3 years, 6 months ago
  61. 890acef gollvm: sync with LLVM trunk by Than McIntosh · 3 years, 6 months ago
  62. 44a7a47 gollvm: update cmake recipes/versions for gmp, mpfr, mpc by Ivan Serdyuk · 3 years, 6 months ago
  63. 3cb9c21 gollvm: fix libffi compiler config to be compatible with cmake v18+ by Than McIntosh · 3 years, 6 months ago
  64. 33d28e1 gollvm: support debug compression options for integ assembler by Than McIntosh · 3 years, 7 months ago
  65. cdcf132 gollvm: add support for the LLVM integrated assembler by Than McIntosh · 3 years, 8 months ago
  66. f54959f gollvm: don't add golang.org packages to zstdpkglist.go by Than McIntosh · 3 years, 7 months ago
  67. 6365ec6 gollvm: refactor -###/-v helper by Than McIntosh · 3 years, 8 months ago
  68. 40807e8 gollvm: refactor unit test remastering code by Than McIntosh · 3 years, 8 months ago
  69. 2be4b2f gollvm: synv with LLVM trunk at da0d43d90a4 by Than McIntosh · 3 years, 8 months ago
  70. 0f35e66 gollvm: update to handle recent gofrontend changes by Than McIntosh · 3 years, 8 months ago
  71. 6d77108 gollvm: set the shell variable correctly in CMakeLists.txt by Ting Yuan · 3 years, 9 months ago
  72. ce73cfd gollvm: update cmakelists to import correct c file by Aaqa Ishtyaq · 3 years, 9 months ago
  73. 0713b62 gollvm: sync with trunk at a61fa1a4b9d, part 2 by Than McIntosh · 3 years, 10 months ago
  74. aff3014 gollvm: sync with trunk at a61fa1a4b9d by Than McIntosh · 3 years, 10 months ago
  75. 5768801 gollvm: extend -fcf-protection workaround to libbacktrace/libffi by Than McIntosh · 3 years, 10 months ago
  76. 4a21288 gollvm: update README to include requirement for 'm4' by Than McIntosh · 3 years, 10 months ago
  77. 6ac7846 gollvm: check/vet shell as part of initial config setup by Than McIntosh · 3 years, 10 months ago
  78. 4d3887e gollvm: add the missing setting of -fcf-protection=none by erifan01 · 3 years, 10 months ago
  79. 2ded6bd gollvm: rework handling of default linker by Than McIntosh · 3 years, 10 months ago
  80. cb4f026 gollvm: implement getg function with inline assembly for arm64 by eric fang · 4 years, 1 month ago
  81. 9e1280d gollvm: sync with llvm trunk by erifan01 · 4 years ago
  82. 6f29b0f gollvm: fixes for unit test remastering machinery by Than McIntosh · 4 years ago
  83. cc799c8 gollvm: revise previous alignment-related changes by Than McIntosh · 4 years ago
  84. 0edc44a gollvm: sync with trunk by Than McIntosh · 4 years ago
  85. dc5a611 gollvm: add GOLLVM_DEFAULT_LINKER cmake option by eric fang · 4 years ago
  86. fa4d8f2 gollvm: add workaround for hard-wired cf-protection=branch by Than McIntosh · 4 years ago
  87. c773abc gollvm: remaster unit test expected outputs following LLVM align change by Than McIntosh · 4 years ago
  88. 2024d75 gollvm: add a new mechanism for remastering unit tests by Than McIntosh · 4 years ago
  89. 5d7d672 gollvm: refactor unit testing hooks for expected results by Than McIntosh · 4 years ago
  90. 12a80ea gollvm: sync with trunk by Than McIntosh · 4 years ago
  91. 02d0125 gollvm: Use aarch64linux emulation mode variants by eric fang · 4 years ago
  92. d6d9f1a gollvm: add rudimentary linux distro detection support by Than McIntosh · 4 years, 1 month ago
  93. 5d0a379 gollvm: support -z linker option by erifan01 · 4 years, 4 months ago
  94. 0b3f335 gollvm: sync with LLVM trunk by Than McIntosh · 4 years, 1 month ago
  95. 690719b gollvm: sync with LLVM trunk by eric fang · 4 years, 2 months ago
  96. 1b0b010 gollvm: sync with LLVM trunk by Than McIntosh · 4 years, 2 months ago
  97. 761ca29 gollvm: sync with LLVM trunk @31144351686 by Than McIntosh · 4 years, 3 months ago
  98. 8f947f9 driver, bridge: explicitly convert llvm::StringRef to std::string by Cherry Zhang · 4 years, 3 months ago
  99. c1e4150 gotools: copy some golang.org/x directories for cmd/go test by Cherry Zhang · 4 years, 3 months ago
  100. 1e6ca03 bridge: update frame pointer attribute by Cherry Zhang · 4 years, 3 months ago