[llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h ParameterAttributes.h

2007-04-22 Thread Reid Spencer
Changes in directory llvm/include/llvm: Function.h updated: 1.80 -> 1.81 Instructions.h updated: 1.69 -> 1.70 ParameterAttributes.h updated: 1.10 -> 1.11 --- Log message: For PR1136: http://llvm.org/PR1136 : Add reference counting to ParamAttrsList and make use of it in Function, CallInst and I

Re: [llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 10:14 -0700, Chris Lattner wrote: > > For PR1146: http://llvm.org/PR1146 : > > * Add ParamAttrList pointers to Function and CallInst. > > * Move the implementation of ParamAttrList from Type.cpp to > > Function.cpp > > Don't forget InvokeInst. That always bites me. I keep

Re: [llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h

2007-04-09 Thread Chris Lattner
> For PR1146: http://llvm.org/PR1146 : > * Add ParamAttrList pointers to Function and CallInst. > * Move the implementation of ParamAttrList from Type.cpp to > Function.cpp Don't forget InvokeInst. -Chris ___ llvm-commits mailing list llvm-commits@cs

[llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h

2007-04-09 Thread Reid Spencer
Changes in directory llvm/include/llvm: Function.h updated: 1.72 -> 1.73 Instructions.h updated: 1.63 -> 1.64 --- Log message: For PR1146: http://llvm.org/PR1146 : * Add ParamAttrList pointers to Function and CallInst. * Move the implementation of ParamAttrList from Type.cpp to Function.cpp