[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-04-08 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.22 -> 1.23 --- Log message: Make sure temporary data is not used past its life span. --- Diffs of the changes: (+2 -2) ProgramInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Debugger

Re: [llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-04-07 Thread Reid Spencer
I found some uncommitted things in my tree. Sorry. They are committed now. On Sat, 2007-04-07 at 12:41 -0700, Jeff Cohen wrote: > This breaks the LLVM build. I am getting errors like: > > llvm[1]: Compiling Archive.cpp for Debug build > /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In

Re: [llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-04-07 Thread Reid Spencer
On Sat, 2007-04-07 at 12:41 -0700, Jeff Cohen wrote: > This breaks the LLVM build. I am getting errors like: > > llvm[1]: Compiling Archive.cpp for Debug build > /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In member > function 'bool llvm::ArchiveMember::replaceWith(const llvm::sys::Pa

Re: [llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-04-07 Thread Jeff Cohen
This breaks the LLVM build. I am getting errors like: llvm[1]: Compiling Archive.cpp for Debug build /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In member function 'bool llvm::ArchiveMember::replaceWith(const llvm::sys::Path&, std::string*)': /usr/home/jeffc/llvm/lib/Bytecode/Archive

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.21 -> 1.22 --- Log message: For PR1291: http://llvm.org/PR1291 : Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. --- Diffs of the changes: (+1 -1) ProgramIn

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-03-29 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.20 -> 1.21 --- Log message: For PR789: http://llvm.org/PR789 : Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp SourceLanguage-Unknown.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.19 -> 1.20 SourceLanguage-Unknown.cpp updated: 1.3 -> 1.4 --- Log message: Removed more includes --- Diffs of the changes: (+5 -7) ProgramInfo.cpp|6 ++ SourceLanguage-Unknown.cpp |6 +++--- 2 files

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-11-02 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.18 -> 1.19 --- Log message: For PR786: http://llvm.org/PR786 : Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-10-20 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.17 -> 1.18 --- Log message: For PR950: http://llvm.org/PR950 : This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-07-28 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.16 -> 1.17 --- Log message: Change Path::getStatusInfo to return a boolean and error string on an error instead of throwing an exception. This reduces the amount of code that is exposed to exceptions (e.g. FileUtilities), thoug

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.15 -> 1.16 --- Log message: Modify the SlowOperationInformer interface to not throw exceptions. --- Diffs of the changes: (+4 -2) ProgramInfo.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.14 -> 1.15 --- Log message: Handle new forms of llvm.dbg intrinsics. --- Diffs of the changes: (+6 -8) ProgramInfo.cpp | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) Index: llvm/lib/Debugger/Progr

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.13 -> 1.14 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+3 -3) ProgramInfo.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Debugger/ProgramInfo.cpp

[llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2006-03-08 Thread Jim Laskey
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.12 -> 1.13 --- Log message: Get rid of the multiple copies of getStringValue. Now a Constant:: method. --- Diffs of the changes: (+3 -42) ProgramInfo.cpp | 45 +++-- 1 files change