Bill Wendling
|
7ab6c76ad1
|
Modify the LLVM assembly output so that it uses references to represent function attributes.
This makes the LLVM assembly look better. E.g.:
define void @foo() #0 { ret void }
attributes #0 = { nounwind noinline ssp }
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175605 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-02-20 07:21:42 +00:00 |
|
Bill Wendling
|
595ef3e314
|
FileCheck-ize the tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174865 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-02-11 08:34:57 +00:00 |
|
Devang Patel
|
652203f3f3
|
Support inreg, zext and sext as return value attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56801 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-29 20:49:50 +00:00 |
|
Devang Patel
|
8526390768
|
Update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56730 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-27 00:25:28 +00:00 |
|
Devang Patel
|
7ad033c9e7
|
Read and write function notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55657 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-02 21:47:13 +00:00 |
|
Devang Patel
|
9018f569be
|
Function notes tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55648 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-02 20:58:16 +00:00 |
|