-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathAUTHORS
216 lines (151 loc) · 5.7 KB
/
AUTHORS
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
================================================================================
AUTHOR
Dana Schaa ([email protected])
DESCRIPTION
Dana is one of the authors of the AMD Southern Islands architectural
model, including the disassembler, functional simulator, timing
simulator, and visualization tool.
Dana has implemented the NMOESI coherence protocol, the mechanism used
in the memory hierarchy to communicate between caches shared by CPU and
GPU timing models.
FILES
* All files in src/arch/southern-islands
* src/mem-system/directory.c
* src/mem-system/mem-system.c
* src/mem-system/config.c
* src/mem-system/local-mem-protocol.c
* src/mem-system/module.c
* src/mem-system/nmoesi-protocol.c
================================================================================
AUTHOR
Rustam Miftakhutdinov ([email protected])
DESCRIPTION
Rustam has implemented support for application checkpointing in the x86
emulator, adding options --x86-load-checkpoint, --x86-save-checkpoint,
and --x86-last-inst to the command-line interface.
FILES
* src/arch/x86/emu/checkpoint.c
* src/arch/x86/emu/x86-emu.h
================================================================================
AUTHOR
Sudhanshu Shukla ([email protected])
DESCRIPTION
Sudhanshu has implemented support for a set of SSE instructions in the
x86 emulator. He has implemented a register renaming mechanism for XMM
registers in the x86 timing simulator, and improved the algorithm of
micro-code generation for SSE instructions.
FILES
* src/arch/x86/emu/machine-xmm.c
* src/arch/x86/emu/uinst.c
* src/arch/x86/timing/reg-file.c
================================================================================
AUTHOR
Zhongliang Chen ([email protected])
DESCRIPTION
Zhongliang is one of the authors of the NVIDIA CUDA libraries and the
NVIDIA Fermi architectural model. He has implemented the NVIDIA Fermi
disassembler and functional simulator.
FILES
* All files in src/arch/fermi
* All files in tools/libm2s-cuda
===============================================================================
AUTHOR
Yash Ukidave ([email protected])
DESCRIPTION
Yash is one of the authors of the ARM CPU architectural model. He has
implemented the ARM disassembler and functional simulator for ARM v7
ISA.
FILES
* All files in src/arch/arm
===============================================================================
AUTHOR
Xiang Gong ([email protected])
DESCRIPTION
Xiang is one of the authors of the OpenGL libraries and OpenGL module.
He has implemented the shader disassembler and functional simulator for
OpenGL.
FILES
* All files in src/tools/libm2s-opengl/
* All files in src/tools/m2s-opengl-kc/
* src/arch/x86/opengl*
===============================================================================
AUTHOR
Vaivaswatha N ([email protected])
DESCRIPTION
Vaivaswatha has implemented support for prefetching. He has added
support for the x86 prefetch0 instruction, the memory system support for
prefetch reqeuests and a global history buffer based hardware prefetcher
in the memory system.
FILES
* src/mem-system/prefetch-history.c
* src/mem-system/prefetcher.c
* src/mem-system/nmoesi-protocol.c
* src/arch/x86/timing/cpu-issue.c
* src/arch/x86/emu/machine.c
================================================================================
AUTHOR
Mark Wilkening ([email protected])
DESCRIPTION
Mark is one of the authors of the AMD Southern Islands architectural
model, including the disassembler, functional simulator, timing
simulator, and visualization tool.
FILES
* All files in src/arch/southern-islands
================================================================================
AUTHOR
Perhaad Mistry ([email protected])
DESCRIPTION
Perhaad has worked on building binaries of benchmark suites and adding
statistics reporting to the Evergreen architectural simulator
FILES
* src/arch/evergreen/*report*
================================================================================
AUTHOR
Fritz Previlon ([email protected])
DESCRIPTION
Fritz has worked on the MIPS architecture, including diassembler,
emulator, and timing simulator.
FILES
* src/arch/mips/*
================================================================================
AUTHOR
Shu Chen ([email protected])
DESCRIPTION
Shu has worked on the DRAM model.
FILES
* src/dram/*
================================================================================
AUTHOR
Tushar Swamy ([email protected])
DESCRIPTION
Tushar has implemented the Southern Islands assembler for 'm2s-clcc'. He
has also implemented the ELF encoding library. He has extended support
for the Southern Islands disassembler and emulator.
FILES
* tools/clcc/si2bin/*
* src/lib/util/elf-encode.{c|h}
* src/arch/southern-islands/asm/*
* src/arch/southern-islands/emu/*
================================================================================
AUTHOR
Chris Barton ([email protected])
DESCRIPTION
Chris is the author of the OpenCL compiler front-end.
FILES
* All files in tools/clcc/cl2llvm
================================================================================
AUTHOR
Amir Kavyan Ziabari ([email protected])
DESCRIPTION
Amir has implemented the Interconnection Network in Mutli2sim. He has
designed and implemented routing and data-flow schemes in CPU and GPU
internal networks.
FILES
* src/network/
================================================================================
AUTHOR
Benjamin Soper ([email protected])
DESCRIPTION
Benjamin has worked on the reverse engineering of the Kepler ISA and is the author of the Kepler disassembler.
Files
* src/arch/kepler/asm/*