User Details
- User Since
- Nov 19 2014, 4:11 PM (434 w, 4 d)
Dec 27 2017
Jul 10 2017
Jul 6 2017
Jun 8 2017
Thank you, I'll submit this shortly.
Jun 7 2017
Sorry, I shouldn't really have said *suggest*. Can you please rename GetSubtypes to Subtypes? GetFoo is not idiomatic in Go (there are some instances of GetFoo in the existing code, but they're stuck like that until someone decides to break compatibility).
Jun 6 2017
Code looks fine, and thanks for adding a test. I just think this one should be a method rather than a free function.
Mar 30 2017
Thanks.
Mar 29 2017
Actually, I've just run the tests and it's asserting:
LGTM
Mar 25 2017
Feb 16 2017
LGTM, thanks.
Jan 15 2017
Dec 11 2016
Sorry for the delay.
Dec 5 2016
Nov 15 2016
LGTM, sorry for the delay.
Oct 23 2016
Couple of little things, LGTM otherwise.
Aug 24 2016
LGTM
LGTM
Jul 28 2016
Jul 26 2016
@pcc ping?
@pcc ping?
Jun 22 2016
Apr 24 2016
Apr 22 2016
@pcc PTAL. Sorry for leaving this for so long.
Addressed review comments
- removed source printing flag
- moved __llgoiResults extraction to interpretLine
- replaced existing CHECKs in lit tests
Mar 29 2016
Ping.
Mar 23 2016
Mar 22 2016
LGTM, thanks. One of these days we should expose llvm::DEBUG_METADATA_VERSION to the C API.
Mar 14 2016
@pcc the newer gofrontend revision has the necessary fixes. check-libgo no longer hangs, and prints out results as they're available. OK to land now?
TargetMachine.TargetData -> TargetMachine.CreateTargetData
Rename TargetMachine.TargetData to TargetMachine.CreateTargetData
Feb 18 2016
Ping. Once this is in, I'll look at updating to 1.6.
Feb 11 2016
Feb 10 2016
IMO this is good to go, but I'm biased as I was involved in writing it. I'll resign as reviewer for that reason. @beanz, PTAL.
Feb 9 2016
- Fix autoconf file copying
- Call hash/equal functions directly, not through descriptors.
Feb 8 2016
I hope what I've said is clear - please ask if not. I can see if I can find some time to propose an alternative, but also very busy with day job.
Jan 26 2016
Superceded by D15188
@pcc Ping. This is ready for review now.
Jan 20 2016
Superceded by D16392
Remove unrelated changes
Revert removal of __go_runtime_error
Jan 19 2016
Jan 18 2016
Jan 15 2016
Jan 14 2016
Jan 11 2016
I have reverted this, because it breaks if you have BUILD_SHARED_LIBS=on and we're about to branch for 3.8. I'll reapply when D15986 (or another fix) is ready to land.
Jan 7 2016
I've just come back to this and found that it's broken. Unsure of what's changed in the interim, but I get "panic: panic during panic" caused by type descriptor comparisons. Will come back to this when I have time.
Revert comment change