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:
57e1f39
)
add new llvm.stacksave/llvm.stackrestore intrinsics
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Jan 2006 02:15:02 +0000
(
02:15
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Jan 2006 02:15:02 +0000
(
02:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25265
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Intrinsics.h
patch
|
blob
|
history
diff --git
a/include/llvm/Intrinsics.h
b/include/llvm/Intrinsics.h
index 8829b052095f5d4031b7c7fbb2146d0364566108..d59121be51a462fb45aa13ba80cb7c71df01b97b 100644
(file)
--- a/
include/llvm/Intrinsics.h
+++ b/
include/llvm/Intrinsics.h
@@
-34,6
+34,8
@@
namespace Intrinsic {
// Code generator intrinsics.
returnaddress, // Yields the return address of a dynamic call frame
frameaddress, // Yields the frame address of a dynamic call frame
+ stacksave, // Save the stack pointer
+ stackrestore, // Restore the stack pointer
prefetch, // Prefetch a value into the cache
pcmarker, // Export a PC from near the marker
readcyclecounter, // Read cycle counter register