0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
Mar 27, 2025 — Mar 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More efficient register allocation More... over 8 years ago
Use a more complex formula for testing. More... over 8 years ago
Simplify intermediate structures More... over 8 years ago
Introduce description of AVX2 instructions. More... over 8 years ago
Don't use token.Token for operators. More... over 8 years ago
Change samples to be compiled on both arm and amd64 More... over 8 years ago
Don't distinguish two ARM architectures. More... over 8 years ago
Add support for 128-bit NEON SIMD. More... over 8 years ago
Add basic support for 32-bit ARM. More... over 8 years ago
Fix compiler tests More... over 8 years ago
Remove more architecture-dependent code from compile.go More... over 8 years ago
Refactor and eliminate assumption that uint == uint64 More... over 8 years ago
Move architecture selection at the top level. More... over 8 years ago
Slices use 64-bit lengths and capacities on amd64. More... over 8 years ago
Refactor to avoid hardcoding amd64 in too many places. More... over 8 years ago
Add go:generate directive in sample program. More... over 8 years ago
Fixes for 64-bit uints and slices. More... over 8 years ago
Fix code generation for non 32-bit types. More... about 14 years ago
Add test for index panics, cosmetic changes. More... about 14 years ago
Fix compilation of formulae using twice the same variable. More... about 14 years ago
Fix numbering of temporary variables and determinize register allocation. More... about 14 years ago
Fix code generation for arrays whose length is not multiple of 128 bit. More... about 14 years ago
Fix behaviour when addresses are not aligned. More... about 14 years ago
Rewrite the assembly prototype. More... about 14 years ago
Use new SourcePos mode for printing processed Go source. More... about 14 years ago
Add README. More... about 14 years ago
Add benchmarks. More... about 14 years ago
More examples and supported types. More... about 14 years ago
Print reasons why a function is skipped. More... about 14 years ago
Support parenthesized expressions. More... about 14 years ago