-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.bib
More file actions
65 lines (58 loc) · 1.79 KB
/
reference.bib
File metadata and controls
65 lines (58 loc) · 1.79 KB
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
@inproceedings{LLVM:CGO04,
Author = {Chris Lattner and Vikram Adve},
Title = {{LLVM}: A Compilation Framework for Lifelong Program Analysis and Transformation},
Booktitle = CGO,
Address = {San Jose, CA, USA},
Month = {Mar},
Year = {2004},
pages = {75--88},
}
@online{Yx,
author = {Yonghao ZHUANG},
title = {Yx},
year = {2020},
url = {https://github.com/ZYHowell/Yx},
urldate = {2021.9.24},
}
@book{TigerBook,
author = {Andrew Appel},
translator = {赵客佳, 黄春, 沈志宇},
title = {现代编译原理:C 语言描述},
publisher = {人民邮电出版社},
year = {2006},
isbn = {9787115145529},
}
@book{DragonBook,
author = {Alfred V. Aho and Monica S. Lam and Ravi Sethi and Jeffrey D. Ullman},
translator = {赵建华, 郑滔, 戴新宇},
title = {编译原理},
publisher = {机械工业出版社},
year = {2009},
isbn = {9787111251217},
}
@book{register,
author = {华保健},
title = {寄存器分配引论},
publisher = {中国科学技术大学出版社},
year = {2022},
isbn = {9787312053184},
}
@book{EngineeringACompiler,
author = {Keith D. Cooper and Linda Torczon},
title = {Engineering a Compiler (2nd Edition)},
publisher = {Morgan Kaufmann Publishers},
year = {2011},
isbn = {9780080916613},
}
@online{SSAConstructionAndDestruction,
author = {Michael Faes},
title = {SSA Construction \& Destruction},
year = {2016},
url = {https://ethz.ch/content/dam/ethz/special-interest/infk/inst-cs/lst-dam/documents/Education/Classes/Spring2016/2810_Advanced_Compiler_Design/Homework/slides_hw1.pdf},
}
@online{SCCP,
author = {MARK N. WEGMAN and F. KENNETH ZADECK},
title = {Constant Propagation with Conditional Branches},
year = {1991},
url = {https://dl.acm.org/doi/pdf/10.1145/103135.103136},
}