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:
034f12e
)
If someone wants to implement ppc TRAP, they can go for it :)
author
Chris Lattner
<sabre@nondot.org>
Tue, 15 Jan 2008 22:15:02 +0000
(22:15 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 15 Jan 2008 22:15:02 +0000
(22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46019
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/README.txt
b/lib/Target/PowerPC/README.txt
index a6034e1fa9ad8bed10ad0c0f056dd32339a8c2ca..66726c143e7c1ee7eeee55917859fb19f359632b 100644
(file)
--- a/
lib/Target/PowerPC/README.txt
+++ b/
lib/Target/PowerPC/README.txt
@@
-3,6
+3,7
@@
TODO:
* gpr0 allocation
* implement do-loop -> bdnz transform
+* Implement __builtin_trap (ISD::TRAP) as 'tw 31, 0, 0' aka 'trap'.
===-------------------------------------------------------------------------===