[llvm-commits] CVS: llvm/include/llvm/CallingConv.h

2007-04-16 Thread Reid Spencer
Changes in directory llvm/include/llvm: CallingConv.h updated: 1.6 -> 1.7 --- Log message: Fix 80 col violations. --- Diffs of the changes: (+4 -4) CallingConv.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/include/llvm/CallingConv.h diff -u llvm/include/

[llvm-commits] CVS: llvm/include/llvm/CallingConv.h DerivedTypes.h

2007-01-28 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: CallingConv.h updated: 1.5 -> 1.6 DerivedTypes.h updated: 1.81 -> 1.82 --- Log message: Propagate changes from my local tree. This patch includes: 1. New parameter attribute called 'inreg'. It has meaning "place this parameter in registers, if possible".

[llvm-commits] CVS: llvm/include/llvm/CallingConv.h

2006-09-17 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: CallingConv.h updated: 1.4 -> 1.5 --- Log message: Added some eye-candy for Subtarget type checking Added X86 StdCall & FastCall calling conventions. Codegen will follow. --- Diffs of the changes: (+18 -7) CallingConv.h | 25 ++-

[llvm-commits] CVS: llvm/include/llvm/CallingConv.h

2006-05-19 Thread Chris Lattner
Changes in directory llvm/include/llvm: CallingConv.h updated: 1.2 -> 1.3 --- Log message: Add new calling convention, as documented in LangRef.html --- Diffs of the changes: (+7 -0) CallingConv.h |7 +++ 1 files changed, 7 insertions(+) Index: llvm/include/llvm/CallingConv.h dif

[llvm-commits] CVS: llvm/include/llvm/CallingConv.h Linker.h PassAnalysisSupport.h

2006-02-22 Thread Chris Lattner
Changes in directory llvm/include/llvm: CallingConv.h updated: 1.1 -> 1.2 Linker.h updated: 1.18 -> 1.19 PassAnalysisSupport.h updated: 1.21 -> 1.22 --- Log message: Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. Patch by Martin Partel! --- Diffs of the changes: (+4 -2) Ca