Commit Graph

27 Commits

Author SHA1 Message Date
Kartik Agaram
ec73ed1230 6631 2020-07-10 23:53:28 -07:00
Kartik Agaram
86351aafe2 6513 2020-06-12 07:57:38 -07:00
Kartik Agaram
ee0e67b9d7 6091 2020-03-06 18:39:16 -08:00
Kartik Agaram
651fc300a4 6084 2020-03-06 12:28:57 -08:00
Kartik Agaram
c52ae116ac 6015 2020-02-17 15:29:43 -08:00
Kartik Agaram
3dad94263f 6001 2020-02-09 20:49:38 -08:00
Kartik Agaram
2104d1a75b 5925 2020-01-27 00:39:46 -08:00
Kartik Agaram
1008059f1f 5901 2020-01-19 17:55:59 -08:00
Kartik Agaram
6070c23e5e 5897 - rename comparison instructions
Signed and unsigned don't quite capture the essence of what the different
combinations of x86 flags are doing for SubX. The crucial distinction is
that one set of comparison operators is for integers and the second is
for addresses.
2020-01-16 18:31:12 -08:00
Kartik Agaram
8fa32599bb 5889 2020-01-14 01:52:54 -08:00
Kartik Agaram
fa786ea791 5884 2020-01-12 14:52:07 -08:00
Kartik Agaram
7e7a8a6eae 5876 - address -> addr 2020-01-03 01:36:34 -08:00
Kartik Agaram
8aeb85f04e 5806 2019-12-09 01:26:58 -08:00
Kartik Agaram
6488bfcf85 5753
Binaries are now identical again.
There's a little hack here that we should clean up at some point. But it
requires more thought.

Ordering compiler phases is hard. So far we're only at the start of the
slippery slope into that abyss.
2019-11-18 12:50:01 -08:00
Kartik Agaram
999c529cb9 5716 2019-10-26 23:51:14 -07:00
Kartik Agaram
b1635a5c8e 5701 2019-10-17 22:03:48 -07:00
Kartik Agaram
a844bd058a 5684
Support function-call syntax when linkifying functions in html files.
2019-09-21 00:22:10 -07:00
Kartik Agaram
4a4a392dc7 5683 2019-09-20 11:25:59 -07:00
Kartik Agaram
f39eaf81fa 5661 2019-09-15 00:29:52 -07:00
Kartik Agaram
604c8315bd 5607 2019-09-01 23:57:29 -07:00
Kartik Agaram
282681c729 5600 2019-08-31 23:42:45 -07:00
Kartik Agaram
333525360b 5592 - switch register names to lowercase 2019-08-26 11:59:21 -07:00
Kartik Agaram
fc55af70a5 5589 2019-08-25 23:25:08 -07:00
Kartik Agaram
6033844884 5582 2019-08-25 15:54:16 -07:00
Kartik Agaram
1ed1d1c842 5499 2019-07-31 15:28:23 -07:00
Kartik Agaram
c8a3ccbeb8 5490 2019-07-27 18:26:18 -07:00
Kartik Agaram
6e1eeeebfb 5485 - promote SubX to top-level 2019-07-27 17:47:59 -07:00