Commit first round work of PR1373. "noalias" is now fully supported in
authorZhou Sheng <zhousheng00@gmail.com>
Tue, 5 Jun 2007 05:28:26 +0000 (05:28 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Tue, 5 Jun 2007 05:28:26 +0000 (05:28 +0000)
commitfebca3499e5624361142dda2cb3c2ea806bfcdb6
tree310a377dac8a301e5e87a1cf852c71b416d56a19
parent45beb482c4f7c30f4d0bce962e4491ba2abc2e78
Commit first round work of PR1373. "noalias" is now fully supported in
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll
updated also.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37432 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/ParameterAttributes.h
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.y
lib/VMCore/Function.cpp
test/Feature/paramattrs.ll
tools/llvm2cpp/CppWriter.cpp