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

2007-04-01 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

[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

[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-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

[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