1. 2f70d96 Remove llgo per discussion on llvm-dev: by Eric Christopher · 4 years, 3 months ago main master
  2. 97d4c42 IR: Support parsing numeric block ids, and emit them in textual output. by James Y Knight · 5 years ago
  3. 90c1cd5 Adjust documentation for git migration. by James Y Knight · 5 years ago
  4. 23a767c Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  5. 2f71eaf [llgo]: fix compilation under current llvm by Kristina Brooks · 5 years ago
  6. d2f05c2 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  7. 48bad55 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  8. b0021a5 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  9. fff5064 Update year in license files by Hans Wennborg · 5 years ago
  10. 0ba01e9 Update copyright year to 2018. by Paul Robinson · 6 years ago
  11. a3abbd1 irgen: Create functions instead of global variables for builtin hash and equal algorithms. by Peter Collingbourne · 7 years ago
  12. c177a7e benchcomp: Add a mode for analyzing file sizes. by Peter Collingbourne · 7 years ago
  13. c9ed0b9 [llgo] Remove support for LLVM attributes by Meador Inge · 7 years ago
  14. eec8804 [llgo] set debuglocs for calls in synthetic functions by Andrew Wilkins · 7 years ago
  15. 6c47cf0 [llgo] Update to use the latest IR attribute bindings by Meador Inge · 7 years ago
  16. 3211270 [llgo] Fix `debug` to use latest `DIBuilder` bindings by Meador Inge · 7 years ago
  17. 37e8b58 [llgo] add llgo source path to LLVM_GO_PACKAGES by Andrew Wilkins · 8 years ago
  18. f892127 Upgrade all the .arcconfigs to https. by Benjamin Kramer · 8 years ago
  19. 901d6a8 [llgo] llgoi: separate evaluation from printing by Andrew Wilkins · 8 years ago
  20. 71279db benchcomp: Add a mode for analyzing rule execution time in ninja log files. by Peter Collingbourne · 8 years ago
  21. bc6e49a benchcomp: Look at all sections whose names begin with .text, not just the .text section. by Peter Collingbourne · 8 years ago
  22. ac7736a [llgo] add USES_TERMINAL option to check-libgo by Andrew Wilkins · 8 years ago
  23. 19f4689 [llgo] Increment "Debug Info Version" by Andrew Wilkins · 8 years ago
  24. 6e2cdcf [cmake] fix libgo-llgo paths in install target by Andrew Wilkins · 8 years ago
  25. 8c68b20 [llgo] Roll gofrontend forward by Andrew Wilkins · 8 years ago
  26. 770e78e [llgo] Force exporting __morestack from llgoi by Andrew Wilkins · 8 years ago
  27. 283354e debug: Update for debug info API change. by Peter Collingbourne · 8 years ago
  28. a87ae8c [llgo] irgen: always use TargetMachine's data layout by Andrew Wilkins · 9 years ago
  29. 2756bda [llgo] drop debug/DIBuilder.Declare by Andrew Wilkins · 9 years ago
  30. 81c949a Update to new lists.llvm.org by Tanya Lattner · 9 years ago
  31. 40f6318 [llgo] build llgoi by default by Andrew Wilkins · 9 years ago
  32. d655bfc [llgo] cmd/gllgo: handle/ignore more flags by Andrew Wilkins · 9 years ago
  33. 2f82565 [llgo] update libgo-llgo.so version to match libtool_VERSION by Andrew Wilkins · 9 years ago
  34. f09d824 [llgo] set function personality with SetPersonality by Andrew Wilkins · 9 years ago
  35. d381045 [llgo] cmd/llgoi: use line editor by Andrew Wilkins · 9 years ago
  36. e1f75e7 benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. by Peter Collingbourne · 9 years ago
  37. c997749 [llgo] add buildbot-slave config by Andrew Wilkins · 9 years ago
  38. ed06518 Add documentation for llgoi, update README by Peter Collingbourne · 9 years ago
  39. 5dae463 Roll gofrontend to 15a24202fa42. by Peter Collingbourne · 9 years ago
  40. 0746424 Roll gofrontend to 07baa07598ea; roll libffi to r219477. by Peter Collingbourne · 9 years ago
  41. 9b1695f Roll gofrontend to a6e10414311a by Peter Collingbourne · 9 years ago
  42. 0f86b02 Roll gotools to d4e70101. by Peter Collingbourne · 9 years ago
  43. 63a2962 llgoi: Fix type identity for imported binary packages. by Peter Collingbourne · 9 years ago
  44. 4a30847 Add llgo-go to installation. by Peter Collingbourne · 9 years ago
  45. 680c1bf llgoi: Fix importing source packages together with dependent binary packages. by Peter Collingbourne · 9 years ago
  46. 6419c1c Add cgo dependency to llgo-stage2 and llgoi. by Peter Collingbourne · 9 years ago
  47. 6030fb7 [llgo] update year in LICENSE.txt by Andrew Wilkins · 9 years ago
  48. 93ef381 [llgo] Disable known failing packages in check-libgo by Andrew Wilkins · 9 years ago
  49. a58654f Fix test to use explicit load type. by Peter Collingbourne · 9 years ago
  50. 37ba444 [llgo] debug: create replaceable type through DIBuilder by Andrew Wilkins · 9 years ago
  51. 9581c79 Build cgo and llgo-go by Peter Collingbourne · 9 years ago
  52. 56c8f3d Roll gofrontend to 0fde0b6a7eb2 by Peter Collingbourne · 9 years ago
  53. a785a65 Update for API change by Peter Collingbourne · 9 years ago
  54. 7b047c4 irgen: don't emit debug metadata for locals by Andrew Wilkins · 9 years ago
  55. 9fe05aa Introduce llgoi, a REPL for Go by Peter Collingbourne · 9 years ago
  56. 74a5b53 irgen: expose DisableUnusedImportCheck flag by Peter Collingbourne · 9 years ago
  57. 45527d8 irgen: expose PackageCreated hook by Peter Collingbourne · 9 years ago
  58. 8eafcd7 Roll gotools to 47f2109c. by Peter Collingbourne · 9 years ago
  59. 1515450 [llgo] irgen: generate switch instructions by Andrew Wilkins · 9 years ago
  60. 6359dda Test commit to check the new git mirror. by Chandler Carruth · 9 years ago
  61. ef5fe90 [llgo] Elide alloca for unused received values in select by Andrew Wilkins · 9 years ago
  62. 013814a irgen: modify the ABI to use init guards instead of priority by Peter Collingbourne · 9 years ago
  63. 9ff6317 irgen: make it possible to use a custom importer by Peter Collingbourne · 9 years ago
  64. 3558e24 irgen: return a types.Package to the compiler client by Peter Collingbourne · 9 years ago
  65. e7e4ce9 irgen: introduce ManglePackagePath function by Peter Collingbourne · 9 years ago
  66. 5c0c7a4 irgen, driver: modify Compiler.Compile to take a FileSet and Files by Peter Collingbourne · 9 years ago
  67. 0e82544 [cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable for by Chandler Carruth · 9 years ago
  68. e8e6a29 irgen: remove unused compiler.runtimetypespkg field. by Peter Collingbourne · 9 years ago
  69. cc466f1 irgen: do not emit an extra terminator for panic thunks by Peter Collingbourne · 9 years ago
  70. c344625 Test commit by Andrew Wilkins · 9 years ago
  71. c1786cf irgen: fix canAvoid* by Peter Collingbourne · 9 years ago
  72. 2ab2051 Use the object's package to mangle method names, rather than the receiver's package by Peter Collingbourne · 9 years ago
  73. bef45fb Update to new bindings. by Peter Collingbourne · 9 years ago
  74. 65ae733 Optimize comparisons to empty string. by Peter Collingbourne · 9 years ago
  75. 71bcb6d Add .arcconfig file. by Peter Collingbourne · 9 years ago
  76. 136050f Roll gofrontend to 2a85649c19e1. by Peter Collingbourne · 9 years ago
  77. a4744e4 Initial commit of llgo third_party. by Peter Collingbourne · 9 years ago
  78. c225302 Initial commit of llgo. by Peter Collingbourne · 9 years ago