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

2007-06-25 Thread Dan Gohman
Changes in directory llvm/include/llvm: Module.h updated: 1.89 - 1.90 --- Log message: Add a convenince member function for appending strings to a module's module-level asm string data. --- Diffs of the changes: (+7 -0) Module.h |7 +++ 1 files changed, 7 insertions(+) Index:

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

2007-02-03 Thread Reid Spencer
Changes in directory llvm/include/llvm: Module.h updated: 1.80 - 1.81 --- Log message: For PR1163: http://llvm.org/PR1163 : Make the Module's dependent library use a std::vector instead of SetVector adjust #includes in .cpp files because SetVector.h is no longer included. --- Diffs of the

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

2007-01-07 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.78 - 1.79 --- Log message: Change the interface to Module::getOrInsertFunction to be easier to use, to resolve PR1088: http://llvm.org/PR1088 , and to help PR411: http://llvm.org/PR411 . --- Diffs of the changes: (+10 -4)

[llvm-commits] CVS: llvm/include/llvm/Module.h Pass.h Type.h Value.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm: Module.h updated: 1.75 - 1.76 Pass.h updated: 1.55 - 1.56 Type.h updated: 1.93 - 1.94 Value.h updated: 1.86 - 1.87 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. ---

[llvm-commits] CVS: llvm/include/llvm/Module.h Pass.h Type.h Value.h

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm: Module.h updated: 1.74 - 1.75 Pass.h updated: 1.54 - 1.55 Type.h updated: 1.92 - 1.93 Value.h updated: 1.85 - 1.86 --- Log message: Added a temporary hack to get the llvm-streams to work for future checkins. --- Diffs of the changes: (+18 -0)

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/include/llvm: Module.h updated: 1.72 - 1.73 --- Log message: Make the getNamedFunction and getNamedGlobal methods be const. They don't change the module in any way and we should enforce that. --- Diffs of the changes: (+2 -2) Module.h |4 ++-- 1 files

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

2006-05-17 Thread Owen Anderson
Changes in directory llvm/include/llvm: Module.h updated: 1.71 - 1.72 --- Log message: Change Module to use TargetData-compatible strings internally. This is part of the on-going work on PR 761: http://llvm.cs.uiuc.edu/PR761 . --- Diffs of the changes: (+5 -6) Module.h | 11 +--

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

2006-05-16 Thread Reid Spencer
Changes in directory llvm/include/llvm: Module.h updated: 1.70 - 1.71 --- Log message: For PR778: http://llvm.cs.uiuc.edu/PR778 : Improve doxygenification of this header file. --- Diffs of the changes: (+143 -91) Module.h | 234

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

2006-03-08 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.69 - 1.70 --- Log message: add a new helper method --- Diffs of the changes: (+6 -0) Module.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/include/llvm/Module.h diff -u llvm/include/llvm/Module.h:1.69

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

2006-01-25 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.68 - 1.69 --- Log message: Change inline asms to be uniqued like constants, not embedded in a Module. --- Diffs of the changes: (+0 -31) Module.h | 31 --- 1 files changed, 31 deletions(-) Index:

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.66 - 1.67 --- Log message: Add global scope asm support --- Diffs of the changes: (+5 -1) Module.h |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Module.h diff -u