[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-12-03 Thread LLVM
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h (r1.7) removed --- Log message: Remove dead code. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-05-19 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h updated: 1.6 -> 1.7 --- Log message: Fix some doxygen usage in these headers. --- Diffs of the changes: (+4 -2) AutoUpgrade.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Assembly/A

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-03-25 Thread Jim Laskey
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h updated: 1.5 -> 1.6 --- Log message: Unused function - easier to throw away than fix. --- Diffs of the changes: (+0 -8) AutoUpgrade.h |8 1 files changed, 8 deletions(-) Index: llvm/include/llvm/Assembly/AutoUpgr

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-03-02 Thread Chris Lattner
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h updated: 1.4 -> 1.5 --- Log message: Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving PR709: http://llvm.cs.uiuc.edu/PR709 , and paving the way for future progress. --- Diffs of the changes: (+2 -12) Aut

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-01-27 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h updated: 1.3 -> 1.4 --- Log message: Fix auto-upgrade of intrinsics to work properly with both assembly and bytecode reading. This code is crufty, the result of much hacking to get things working correctly. Cleanup patches will foll

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-01-18 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h updated: 1.2 -> 1.3 --- Log message: 1. Documentation upgrade. 2. Have UpgradeInstrinicCall return an Instruction* instead of a CallInst* and return the needed CastInst* if the result of the upgraded call needs to be casted b

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-01-18 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h updated: 1.1 -> 1.2 --- Log message: Add a new interface function to AutoUpgrade for simultaneously upgrading the Function and the CallInst: UpgradeCallsToIntrinsic(Function*). Also, re-factor the AutoUpgrade implementation to elimi

[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h

2006-01-16 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: AutoUpgrade.h added (r1.1) --- Log message: For PR411: http://llvm.cs.uiuc.edu/PR411 : This file makes the helper functions for auto-upgrade of llvm assembly and bytecode more accessible. This is part of de-overloading of intrinsic functions to s