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

2007-03-31 Thread Reid Spencer
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.41 -> 1.42 --- Log message: For PR1297: http://llvm.org/PR1297 : Change the interface to the getName, getType, getDeclaration methods to include the "actual" types of the result/arguments. This is necessary to support overloaded in

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h Intrinsics.td

2007-02-07 Thread Jim Laskey
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.40 -> 1.41 Intrinsics.td updated: 1.43 -> 1.44 --- Log message: Automatically generating intrinsic declarations from Dan Gohman. Modified to construct FunctionType in separate function, and, have getDeclaration return a Function i

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

2006-03-24 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.39 -> 1.40 --- Log message: Add a programatic interface to intrinsic names. --- Diffs of the changes: (+5 -0) Intrinsics.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/Intrinsics.h diff -u llvm/inc

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

2006-03-09 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.38 -> 1.39 --- Log message: use the enum list autogen'd from Intrinsics.td --- Diffs of the changes: (+4 -61) Intrinsics.h | 65 +++ 1 files changed, 4 insertions(+),

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

2006-03-02 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.37 -> 1.38 --- Log message: remove the read/write port/io intrinsics. --- Diffs of the changes: (+0 -7) Intrinsics.h |7 --- 1 files changed, 7 deletions(-) Index: llvm/include/llvm/Intrinsics.h diff -u llvm/include/

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

2006-01-16 Thread Reid Spencer
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.35 -> 1.36 --- Log message: For PR411: http://llvm.cs.uiuc.edu/PR411 : This patch is an incremental step towards supporting a flat symbol table. It de-overloads the intrinsic functions by providing type-specific intrinsics and arra

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

2006-01-13 Thread Nate Begeman
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.34 -> 1.35 --- Log message: Add bswap intrinsics as documented in the Language Reference --- Diffs of the changes: (+10 -8) Intrinsics.h | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) Index: llv

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

2006-01-12 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.33 -> 1.34 --- Log message: add new llvm.stacksave/llvm.stackrestore intrinsics --- Diffs of the changes: (+2 -0) Intrinsics.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/Intrinsics.h diff -u llvm/in

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

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.32 -> 1.33 --- Log message: Add support for a cycle counter intrinsic. As basically all processors have this and have it in about the same form, I think this makes sense. on X86, you do a RDTSC (64bit result, from any ring since t