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

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

2007-02-05 Thread Reid Spencer
Changes in directory llvm/include/llvm: Module.h updated: 1.82 -> 1.83 --- Log message: For PR411: http://llvm.org/PR411 : Clean up the Module::getFunction interface. getMainFunction and getNamedFunction are now gone. Just use getFunction instead. --- Diffs of the changes: (+5 -14) Module

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

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

2007-01-26 Thread Reid Spencer
Changes in directory llvm/include/llvm: Module.h updated: 1.79 -> 1.80 --- Log message: For PR761: http://llvm.org/PR761 : Remove the setEndiannes and setPointerSize methods. These are now set through the setDataLayout method. --- Diffs of the changes: (+2 -8) Module.h | 10 ++ 1

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

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

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

2006-10-17 Thread Owen Anderson
Changes in directory llvm/include/llvm: Module.h updated: 1.73 -> 1.74 --- Log message: Add support for the new "target data" information in .ll files. This provides a better encoding of the targets data layout, rather than trying to guess it from the endianness and pointersize like before.

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

[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-15 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/includ

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

[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 llvm/include/llvm/Modul

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

2006-01-07 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.65 -> 1.66 --- Log message: Fix out of date comments, patch by Marco Matthies. --- Diffs of the changes: (+2 -4) Module.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/include/llvm/Module.h diff -u

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

2005-12-04 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.64 -> 1.65 --- Log message: Add a flag to Module::getGlobalVariable to allow it to return vars with internal linkage. Patch provided by Evan Jones, thanks! --- Diffs of the changes: (+7 -6) Module.h | 13 +++-- 1 files

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

2005-10-25 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.63 -> 1.64 Function.h updated: 1.66 -> 1.67 --- Log message: Add a missing Module::setTargetTriple method. Remove Function::aiterator and Module::giterator typedefs (and const versions) as they should have been removed when abegin/gbe

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

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Module.h updated: 1.62 -> 1.63 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at least on x