llvm-6502/lib/VMCore
Duncan Sands ed4a2f1688 Rename the 'const' parameter attribute to 'readnone',
and the 'pure' parameter attribute to 'readonly'.
Names suggested by DannyB.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44273 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-22 20:23:04 +00:00
..
AsmWriter.cpp print a call to a fastcc function as: 2007-11-18 18:32:16 +00:00
AutoUpgrade.cpp
BasicBlock.cpp Remove meaningless qualifiers from return types, avoiding compiler warnings. 2007-11-19 20:46:23 +00:00
ConstantFold.cpp Add support for vectors to int <-> float casts. 2007-11-17 03:58:34 +00:00
ConstantFold.h The #include <iterator> isn't needed in this header. 2007-10-22 20:44:10 +00:00
Constants.cpp Add support for vectors to int <-> float casts. 2007-11-17 03:58:34 +00:00
Core.cpp C and Objective Caml bindings for PHINode::addIncoming etc. 2007-10-08 18:14:39 +00:00
Dominators.cpp Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than inheriting from it. 2007-10-23 20:58:37 +00:00
Function.cpp Rename the 'const' parameter attribute to 'readnone', 2007-11-22 20:23:04 +00:00
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Add support for vectors to int <-> float casts. 2007-11-17 03:58:34 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp Reduce reliance on rtti info 2007-10-18 16:11:18 +00:00
PassManager.cpp
SymbolTableListTraitsImpl.h
Type.cpp Basic non-power-of-2 vector support 2007-11-15 21:15:26 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp Initial infrastructure for arbitrary precision integer 2007-10-16 09:56:48 +00:00
Verifier.cpp Rename the 'const' parameter attribute to 'readnone', 2007-11-22 20:23:04 +00:00