1. c0e6b8a IR: Support parsing numeric block ids, and emit them in textual output. by James Y Knight · 6 years ago
  2. 5d71fc5 Adjust documentation for git migration. by James Y Knight · 6 years ago
  3. 4a1b95b Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 6 years ago
  4. e67d239 [llgo]: fix compilation under current llvm by Kristina Brooks · 6 years ago
  5. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  7. 469bdef Install new LLVM license structure and new developer policy. by Chandler Carruth · 6 years ago
  8. eb60fbf Update year in license files by Hans Wennborg · 6 years ago
  9. 7555c58 Update copyright year to 2018. by Paul Robinson · 7 years ago
  10. 08b4728 irgen: Create functions instead of global variables for builtin hash and equal algorithms. by Peter Collingbourne · 8 years ago
  11. eb2d1a7 benchcomp: Add a mode for analyzing file sizes. by Peter Collingbourne · 8 years ago
  12. e6c29d6 [llgo] Remove support for LLVM attributes by Meador Inge · 8 years ago
  13. 78ac1f1 [llgo] set debuglocs for calls in synthetic functions by Andrew Wilkins · 8 years ago
  14. 21e5350 [llgo] Update to use the latest IR attribute bindings by Meador Inge · 8 years ago
  15. 7695d89 [llgo] Fix `debug` to use latest `DIBuilder` bindings by Meador Inge · 8 years ago
  16. 5fdb3b8 [llgo] add llgo source path to LLVM_GO_PACKAGES by Andrew Wilkins · 9 years ago
  17. 56a46bc6 Upgrade all the .arcconfigs to https. by Benjamin Kramer · 9 years ago
  18. bfb16796 [llgo] llgoi: separate evaluation from printing by Andrew Wilkins · 9 years ago
  19. b24f4fb benchcomp: Add a mode for analyzing rule execution time in ninja log files. by Peter Collingbourne · 9 years ago
  20. 86e8cc8 benchcomp: Look at all sections whose names begin with .text, not just the .text section. by Peter Collingbourne · 9 years ago
  21. b944803 [llgo] add USES_TERMINAL option to check-libgo by Andrew Wilkins · 9 years ago
  22. 0f432aa [llgo] Increment "Debug Info Version" by Andrew Wilkins · 9 years ago
  23. 4ff0382 [cmake] fix libgo-llgo paths in install target by Andrew Wilkins · 9 years ago
  24. 6436a4a [llgo] Roll gofrontend forward by Andrew Wilkins · 9 years ago
  25. b7394b22 [llgo] Force exporting __morestack from llgoi by Andrew Wilkins · 9 years ago
  26. 8324851 debug: Update for debug info API change. by Peter Collingbourne · 10 years ago
  27. f69d45e [llgo] irgen: always use TargetMachine's data layout by Andrew Wilkins · 10 years ago
  28. 3b138079 [llgo] drop debug/DIBuilder.Declare by Andrew Wilkins · 10 years ago
  29. 449fa2f Update to new lists.llvm.org by Tanya Lattner · 10 years ago
  30. 4a628bb [llgo] build llgoi by default by Andrew Wilkins · 10 years ago
  31. 7a94f98 [llgo] cmd/gllgo: handle/ignore more flags by Andrew Wilkins · 10 years ago
  32. e5a7b93 [llgo] update libgo-llgo.so version to match libtool_VERSION by Andrew Wilkins · 10 years ago
  33. fec95af [llgo] set function personality with SetPersonality by Andrew Wilkins · 10 years ago
  34. 4ffbbd7 [llgo] cmd/llgoi: use line editor by Andrew Wilkins · 10 years ago
  35. dd90dc8 benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. by Peter Collingbourne · 10 years ago
  36. 11e66bb [llgo] add buildbot-slave config by Andrew Wilkins · 10 years ago
  37. 76beae3 Add documentation for llgoi, update README by Peter Collingbourne · 10 years ago
  38. d35a6af Roll gofrontend to 15a24202fa42. by Peter Collingbourne · 10 years ago
  39. cac3259 Roll gofrontend to 07baa07598ea; roll libffi to r219477. by Peter Collingbourne · 10 years ago
  40. 93c73eb Roll gofrontend to a6e10414311a by Peter Collingbourne · 10 years ago
  41. 7d39641 Roll gotools to d4e70101. by Peter Collingbourne · 10 years ago
  42. 38a7dde llgoi: Fix type identity for imported binary packages. by Peter Collingbourne · 10 years ago
  43. 4b1ba6f Add llgo-go to installation. by Peter Collingbourne · 10 years ago
  44. 6092d2c llgoi: Fix importing source packages together with dependent binary packages. by Peter Collingbourne · 10 years ago
  45. 3a6ee8f Add cgo dependency to llgo-stage2 and llgoi. by Peter Collingbourne · 10 years ago
  46. 984bc52 [llgo] update year in LICENSE.txt by Andrew Wilkins · 10 years ago
  47. d07b2b4 [llgo] Disable known failing packages in check-libgo by Andrew Wilkins · 10 years ago
  48. 68a640c Fix test to use explicit load type. by Peter Collingbourne · 10 years ago
  49. ac15169 [llgo] debug: create replaceable type through DIBuilder by Andrew Wilkins · 10 years ago
  50. 7ddf832 Build cgo and llgo-go by Peter Collingbourne · 10 years ago
  51. 6393bae Roll gofrontend to 0fde0b6a7eb2 by Peter Collingbourne · 10 years ago
  52. c969b1b Update for API change by Peter Collingbourne · 10 years ago
  53. 72b5e5f irgen: don't emit debug metadata for locals by Andrew Wilkins · 10 years ago
  54. 6725a83 Introduce llgoi, a REPL for Go by Peter Collingbourne · 10 years ago
  55. 5ab8061 irgen: expose DisableUnusedImportCheck flag by Peter Collingbourne · 10 years ago
  56. c253ebc irgen: expose PackageCreated hook by Peter Collingbourne · 10 years ago
  57. 56109b7 Roll gotools to 47f2109c. by Peter Collingbourne · 10 years ago
  58. f3718a9 [llgo] irgen: generate switch instructions by Andrew Wilkins · 10 years ago
  59. ce7d876 Test commit to check the new git mirror. by Chandler Carruth · 10 years ago
  60. 75f34af [llgo] Elide alloca for unused received values in select by Andrew Wilkins · 10 years ago
  61. d34d92f irgen: modify the ABI to use init guards instead of priority by Peter Collingbourne · 10 years ago
  62. a0a5308 irgen: make it possible to use a custom importer by Peter Collingbourne · 10 years ago
  63. 76c1d4e irgen: return a types.Package to the compiler client by Peter Collingbourne · 10 years ago
  64. 82a260e irgen: introduce ManglePackagePath function by Peter Collingbourne · 10 years ago
  65. 9350942 irgen, driver: modify Compiler.Compile to take a FileSet and Files by Peter Collingbourne · 10 years ago
  66. a5ecd8a9 [cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable for by Chandler Carruth · 10 years ago
  67. b113d02 irgen: remove unused compiler.runtimetypespkg field. by Peter Collingbourne · 10 years ago
  68. b6edff9 irgen: do not emit an extra terminator for panic thunks by Peter Collingbourne · 10 years ago
  69. c17d0bb Test commit by Andrew Wilkins · 10 years ago
  70. 1f89ffd irgen: fix canAvoid* by Peter Collingbourne · 10 years ago
  71. 545e727 Use the object's package to mangle method names, rather than the receiver's package by Peter Collingbourne · 10 years ago
  72. 8bcc05d Update to new bindings. by Peter Collingbourne · 10 years ago
  73. c5b84a5 Optimize comparisons to empty string. by Peter Collingbourne · 10 years ago
  74. ac4744e Add .arcconfig file. by Peter Collingbourne · 10 years ago
  75. 1904887 Roll gofrontend to 2a85649c19e1. by Peter Collingbourne · 10 years ago
  76. 594c10d Initial commit of llgo third_party. by Peter Collingbourne · 10 years ago
  77. ad9841e Initial commit of llgo. by Peter Collingbourne · 10 years ago