-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
391 lines (354 loc) · 10.1 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
@book{wirth_compiler_construction_2005,
title = "Compiler Construction",
author = "Wirth, Niklaus",
address = "Zürich",
howpublished = "print",
isbn = "0-201-40353-6",
keywords = "compiler",
type = "book",
year = 2005
}
@book{Watson2017,
title = "A practical approach to compiler construction",
author = "Watson, Des",
publisher = "Springer International Publishing",
series = "Undergraduate Topics in Computer Science",
isbn = "978-3-319-52787-1",
edition = 1,
month = 4,
year = 2017,
address = "Cham, Switzerland",
language = "en"
}
@book{Ledin2020-yp,
title = "Modern Computer Architecture and Organization",
author = "Ledin, Jim",
publisher = "Packt Publishing",
isbn = "978-1-83898-439-7",
month = 4,
year = 2020,
address = "Birmingham, UK"
}
@book{Sendil2022-fy,
title = {Practical {WebAssembly}},
author = "Sendil, Kumar N",
publisher = "Packt Publishing",
isbn = "978-1-83882-800-4",
month = 5,
year = 2022,
address = "Birmingham, UK"
}
@book{Cardoso_Lopes2014-jt,
title = "Getting started with {LLVM} core libraries",
author = "Cardoso Lopes, Bruno and Auler, Rafael",
publisher = "Packt Publishing",
isbn = "978-1-78216-692-4",
month = 8,
year = 2014,
address = "Birmingham, UK"
}
@book{Hsu2021-ez,
title = "{LLVM} Techniques, Tips, and Best Practices Clang and
{Middle-End} Libraries",
author = "Hsu, Min-Yih",
publisher = "Packt Publishing",
isbn = "978-1-83882-495-2",
month = 4,
year = 2021,
address = "Birmingham, UK"
}
@book{McNamara2021-hz,
title = "Rust in Action",
author = "McNamara, Timothy Samual",
publisher = "Manning Publications",
isbn = "978-1-61729-455-6",
series = "In Action",
month = 8,
year = 2021,
address = "New York, NY"
}
@misc{Fandrey,
title = "Clang/{LLVM} Maturity Report",
author = "Fandrey, Dominic",
school = "Computer Science Dept., University of Applied Sciences Karlsruhe",
year = 2010,
address = "Karlsruhe, Germany",
month = 6,
}
@MastersThesis{Lattner:MSThesis02,
author = "Lattner, Chris",
title = "LLVM: An Infrastructure for Multi-Stage Optimization",
school = "Computer Science Dept., University of Illinois at Urbana-Champaign",
year = 2002,
address = "Urbana, IL",
month = 12,
}
@article{Wirth1977,
title = {What can we do about the unnecessary diversity of notation for syntactic definitions?},
author = {Wirth, Niklaus},
doi = {10.1145/359863.359883},
year = 1977,
month = 11,
publisher = {Association for Computing Machinery ({ACM})},
volume = 20,
number = 11,
pages = {822--823},
journal = {Communications of the {ACM}}
}
@article{Backus1960,
title = {Report on the algorithmic language {ALGOL} 60},
author = {Backus, J. W. and Bauer, F. L. and Green, J. and Katz, C. and McCarthy, J. and Perlis, A. J. and Rutishauser, H. and Samelson, K. and Vauquois, B. and Wegstein, J. H. and van Wijngaarden, A. and Woodger, M.},
doi = {10.1145/367236.367262},
year = 1960,
month = 5,
publisher = {Association for Computing Machinery ({ACM})},
volume = 3,
number = 5,
pages = {299--314},
editor = {Peter Naur},
}
@misc{Inkwell2023,
author = "Kolsoi, Daniel",
title = "Inkwell",
year = 2017,
publisher = "GitHub",
journal = "GitHub repository",
url = {https://github.com/TheDan64/inkwell},
commit = "c77d05639c9b73d9bede713789b9707d45863530"
}
@misc{Torvalds1991,
author = "Torvalds, Linus",
title = "Linux",
year = 1991,
publisher = "GitHub",
journal = "GitHub repository",
url = {https://github.com/torvalds/linux},
commit = "89f5349e0673322857bd432fa23113af56673739"
}
@book{Levine2000,
author = "Levine, John R.",
title = "Linkers and Loaders",
year = 2000,
publisher = "Morgan Kaufmann",
address = "San Francisco, CA"
}
@book{Lindholm2014-jb,
title = "The Java Virtual Machine Specification, Java {SE} 8 edition",
author = "Lindholm, Tim and Yellin, Frank and Bracha, Gilad and Buckley, Alex",
publisher = "Addison-Wesley Professional",
isbn = "978-0-13-390590-8",
month = 5,
year = 2014,
address = "Boston, MA"
}
@article{Rodgers2017,
title = "{X86}: Approaching 40 and Still Going Strong",
author = "Rodgers, Steven and A. Uhlig, Richard",
publisher = "Intel",
year = 2017,
month = 6,
}
@book{Patterson2017,
title = "The {RISC-V} Reader: An Open Architecture Atlas",
author = "Patterson, David A. and Waterman, Andrew",
publisher = "Strawberry Canyon LLC",
isbn = "978-0-9992491-0-9",
year = 2017,
month = 10,
}
@article{Morse2017,
author="Morse, Stephen P.",
title="The Intel {8086} Chip and the Future of Microprocessor Design",
year=2017,
month=4,
pages={8-9},
doi={10.1109/MC.2017.120}
}
@book{Zhirkov2017-wk,
title = "Low-Level Programming: {C}, Assembly, and Program Execution on {Intel\,\textsuperscript{\textregistered}} 64 Architecture",
author = "Zhirkov, Igor",
address = "Saint Petersburg, Russia",
publisher = "APress",
isbn = "978-1-4842-2403-8",
edition = 1,
month = 6,
year = 2017,
}
@book{Dandamudi2005,
title = "Introduction to Assembly Language Programming: For Pentium and {RISC} Processors",
author = "Dandamudi, Sivarama P.",
publisher = "Springer International Publishing",
isbn = "0-387-20636-1",
year = 2005,
edition = 2,
}
@book{Dandamudi2005Risc,
title = "Guide to {RISC} processors",
author = "Dandamudi, Sivarama P",
isbn ="0-387-21017-2",
publisher = "Springer International Publishing",
month = feb,
year = 2005,
address = "Ottawa, Canada",
}
@article{Waterman2019,
title = "The {RISC-V} Instruction Set Manual Volume I: Unprivileged ISA",
author = "Waterman, Andrew and Asanovi\'c, Krste",
editor = "Waterman, Andrew and Asanovi\'c, Krste and {Sivive Inc.}",
year = 2019,
month = 12,
url = "https://riscv.org/technical/specifications/"
}
@book{Kusswurm2018-nd,
title = "Modern {X86} Assembly Language Programming",
author = "Kusswurm, Daniel",
publisher = "APress",
isbn = "978-1-4842-4063-2",
edition = 2,
month = 12,
year = 2018,
address = "Geneva, IL, USA",
}
@book{Patterson2017-zq,
title = "Computer Organization and Design {RISC-V} Edition: The Hardware Software Interface",
author = "Patterson, David A. and Hennessy, John L.",
publisher = "Morgan Kaufmann",
series = "The Morgan Kaufmann Series in Computer Architecture and Design",
isbn = "978-0-12-812275-4",
month = 4,
year = 2017,
}
@book{RiscvABI2022,
title = "{RISC-V} ABIs Specification",
url = "https://github.com/riscv-non-isa/riscv-elf-psabi-doc",
author = "Cheng, Kito and Clarke, Jessica and Waterman, Andrew",
version = 1,
year = 2022,
month = 11,
}
@book{Waldron1998,
title = "Introduction to RISC Assembly Language Programming",
author = "Waldron, John",
publisher = "Pearson Education",
year = 1998,
isbn = "0-201-39828-1",
}
@book{Ritchie1988,
title = "The C Programming Language",
author = "Kernighan, Brian W. and Ritchie, Dennis M.",
address = "Murray Hill, New Jersey",
publisher = "Prentice Hall",
year = 1988,
edition = 2,
}
@book{Love2013,
title = "Linux System Programming",
author = "Love, Robert",
publisher = "O'Reilly Media",
edition = 2,
month = may,
year = 2013,
address = "Sebastopol, CA",
isbn = "978-1-449-33953-1",
}
@book{Mena2019,
title = "Practical Haskell: A Real World Guide to Programming",
author = "Serrano Mena, Alejandro",
publisher = "APress",
edition = 2,
month = apr,
year = 2019,
address = "Utrecht, The Netherlands",
isbn = "978-1-4842-4479-1",
}
@book{Holm2012,
title = "Practical Compiler Construction",
author = "Holm, Nils M.",
publisher = "Lulu Press",
address = "Raleigh, NC",
year = 2012,
}
@book{Klabnik2019,
title = "The Rust Programming Language",
author = "Klabnik, Steve and Nichols, Carol",
address = "San Francisco, CA",
publisher = "No Starch Press",
isbn = "978-1-7185-0044-0",
year = 2019,
}
@book{Mogensen2017,
title = "Introduction to Compiler Design",
author = "Mogensen, Torben Ægidius",
year = 2017,
edition = 2,
publisher = "Springer International Publishing",
address = "Copenhagen, Denmark",
isbn = "978-3-319-66965-6"
}
@misc{Lu2022,
title = "{System V} Application Binary Interface",
subtitle = "AMD64 Architecture Processor Supplement",
author = "Lu, H.J. and Matz, Michael and Girkar, Milind and Hubička, Jan and Jaeger, Andreas and Mitchell, Mark",
year = 2022,
month = dec,
url = "https://gitlab.com/x86-psABIs/x86-64-ABI",
version = "1.0",
}
@book{Jeffery2021,
title = "Build Your Own Programming Language",
author = "Jeffery, Clinton L",
publisher = "Packt Publishing",
month = nov,
year = 2021,
address = "Birmingham, UK",
isbn = "978-1-80020-480-5"
}
@book{Mak2009,
title = "Writing Compilers and Interpreters",
author = "Mak, Ronald",
publisher = "Wiley Publishing",
edition = 3,
year = 2009,
address = "Indianapolis, IN",
isbn = "978-0-470-17707-5"
}
@inproceedings{Pratt1973,
author = {Pratt, Vaughan R.},
title = {Top down Operator Precedence},
year = {1973},
isbn = {978-1-4503-7349-4},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/512927.512931},
booktitle = {Proceedings of the 1st Annual ACM SIGACT-SIGPLAN Symposium on Principles of Programming Languages},
pages = {41–51},
numpages = {11},
location = {Boston, Massachusetts},
series = {POPL '73}
}
@report{WasmSpec,
title = {{WebAssembly Core Specification}},
version = {2.0},
editor = {Rossberg, Andreas},
date = {2022-04-19},
institution = {{W3C}},
url = {https://www.w3.org/TR/wasm-core-2/},
langid = {english},
}
@book{Tucker2007-qr,
title = "Programming Languages: Principles and Paradigms",
author = "Tucker, Allen B. and Noonan, Robert E.",
publisher = "McGraw-Hill Education",
edition = 2,
month = nov,
year = 2007,
isbn = "978-007-125439-7",
}
@book{Cherny2019-rd,
title = "Programming {TypeScript}",
author = "Cherny, Boris",
publisher = "O'Reilly Media",
month = may,
year = 2019,
address = "Sebastopol, CA"
}