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/
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".
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 ++-
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
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