projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8666098
)
Add another TODO: sigh
author
Chris Lattner
<sabre@nondot.org>
Mon, 27 Aug 2001 05:17:20 +0000
(
05:17
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 27 Aug 2001 05:17:20 +0000
(
05:17
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ChrisNotes.txt
patch
|
blob
|
history
diff --git
a/docs/ChrisNotes.txt
b/docs/ChrisNotes.txt
index 3b6a11b20b6160d4a19741a03ba397ca0d14fb89..832b3ce02ed6c6c62308a355fea6bf030931395c 100644
(file)
--- a/
docs/ChrisNotes.txt
+++ b/
docs/ChrisNotes.txt
@@
-1,3
+1,5
@@
+* Need to implement getelementptr, load, and store for indirection through
+ arrays and multidim arrays
* BytecodeWriter should use a deque<unsigned char> instead of vector!!!
* Eliminate the method signature from a call instruction. It should look like
this: call int %func(int 2, int %reg118)