[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2007-04-08 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.77 -> 1.78 --- Log message: For PR1146: http://llvm.org/PR1146 : Simplify construction of FunctionType to use default arguments. --- Diffs of the changes: (+1 -2) Module.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2007-02-05 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.76 -> 1.77 --- Log message: For PR411: http://llvm.org/PR411 : Adjust to changes in Module interface: getMainFunction() -> getFunction("main") getNamedFunction(X) -> getFunction(X) --- Diffs of the changes: (+2 -2) Module.cpp |

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2007-02-03 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.74 -> 1.75 --- 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/lib/VMCore/Module.cpp

2007-01-26 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.72 -> 1.73 --- Log message: For PR761: http://llvm.org/PR761 : Remove the setEndianess and setPointerSize methods. These are now handled via the setDataLayout method. --- Diffs of the changes: (+0 -20) Module.cpp | 20 -

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2007-01-07 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.71 -> 1.72 --- 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: (+24 -12) Modul

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2006-05-31 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.67 -> 1.68 --- 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: (+8 -8) Module.cpp | 16 1

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2006-05-17 Thread Owen Anderson
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.66 -> 1.67 --- Log message: Fix some think-o's in my last commit. Thanks to Chris for pointing them out. --- Diffs of the changes: (+18 -16) Module.cpp | 34 ++ 1 files changed, 18 insertions(+),

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2006-05-17 Thread Owen Anderson
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.65 -> 1.66 --- 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: (+60 -1) Module.cpp | 61

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2006-03-08 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.64 -> 1.65 --- Log message: add a new helper method. --- Diffs of the changes: (+14 -0) Module.cpp | 14 ++ 1 files changed, 14 insertions(+) Index: llvm/lib/VMCore/Module.cpp diff -u llvm/lib/VMCore/Module.cpp:1.6

[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

2005-12-04 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.61 -> 1.62 --- 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 -7) Module.cpp | 14 +++--- 1 fi