shithub: mc

RSS feed

e3670dfc – Ori Bernstein <orib@google.com> authored on 2013/03/20 09:57
Use 'lea' to calculate offset addresses.

64f02da8 – Ori Bernstein <orib@google.com> authored on 2013/03/20 09:47
Use 'rep movs' in order to do blits.

4bc5bb61 – Ori Bernstein <orib@google.com> authored on 2013/03/20 08:18
Retab.

407ef336 – Ori Bernstein <orib@google.com> authored on 2013/03/20 08:18
Copy the entire union when generating matches.

a2d39ddf – Ori Bernstein <ori@eigenstate.org> authored on 2013/03/20 07:44
Calculate the size to blit when creating a union correctly.

05884046 – Ori Bernstein <ori@eigenstate.org> authored on 2013/03/20 07:43
Add repeated mov instructions.

4d0895a4 – Ori Bernstein <ori@eigenstate.org> authored on 2013/03/20 07:34
Fix max.

c525bc13 – Ori Bernstein <orib@google.com> authored on 2013/02/25 12:10
Add tests for big union argument matching.

7bca94e2 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/20 06:58
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc

173bb6e6 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/20 06:58
Print the filename in syntax errors.

fd429ed0 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/20 05:29
Fix the syscall files.

564acd81 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/20 05:13
Fix argument order for OSX.

3e92cda1 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/19 21:15
'#' is now the postfix pointer deref operator.

543887f4 – Ori Bernstein <orib@google.com> authored on 2013/02/19 13:30
Slices have been using ':' for the range since forever.

7e94001f – Ori Bernstein <orib@google.com> authored on 2013/02/19 09:01
Allow empty package names.

e559a7dc – Ori Bernstein <orib@google.com> authored on 2013/02/19 08:07
Add test for empty package names (ie, exporting 'main')

ae6e5736 – Ori Bernstein <orib@google.com> authored on 2013/02/19 08:01
Use 'myrbuild' to build the tests

231f122b – Ori Bernstein <orib@google.com> authored on 2013/02/19 08:00
It's not a fatal if an 'mc' subcommand fails.

734d2e4f – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/19 06:17
Add system dependent behavior to myrbuild.

adbf2578 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/12 06:58
Remove unneded includes.

9ac459c0 – Ori Bernstein <orib@google.com> authored on 2013/02/11 11:56
Update todo list.

c8ecfd51 – Ori Bernstein <orib@google.com> authored on 2013/02/11 09:24
Reflow license text.

f6fadc8f – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/10 06:02
Add a todo list.

25be8b19 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/09 09:59
Teach myrbuild about linker scripts.

6880f73f – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/08 20:49
Remove code used only for debugging.

df3be179 – Ori Bernstein <orib@google.com> authored on 2013/02/06 17:31
Merge in the nop move deletion.

95a76e16 – Ori Bernstein <orib@google.com> authored on 2013/02/06 17:24
Live in and out needs to be calculated in reverse.

10a3edcf – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/06 12:25
Merge branch 'callee-save' of git+ssh://mimir.eigenstate.org/git/ori/mc into callee-save

8b1de0f2 – Ori Bernstein <orib@google.com> authored on 2013/02/06 09:02
Rename 'locs' to 'stkoff', which is a better name.

f635856c – Ori Bernstein <orib@google.com> authored on 2013/02/06 08:55
Comment our data structures a bit better.

ec1385e4 – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/05 20:47
Only put stack temps on the stack.

174e930c – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/05 20:46
Delete nop movs.

2f5f1d3d – Ori Bernstein <ori@eigenstate.org> authored on 2013/02/05 19:58
Print success when all tests pass.