[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-06-27 Thread Lauro Ramos Venancio
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.36 -> 1.37 --- Log message: llvm-nm must print the alias symbols. --- Diffs of the changes: (+13 -5) llvm-nm.cpp | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) Index: llvm/tools/llvm-nm/llvm-nm

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-05-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.35 -> 1.36 --- Log message: use the new MemoryBuffer interfaces to simplify error reporting in clients. --- Diffs of the changes: (+1 -1) llvm-nm.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tool

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-03-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.32 -> 1.33 --- Log message: Remove some non-sensical logic that prevented llvm-nm from working on any file other than one named "-". --- Diffs of the changes: (+0 -5) llvm-nm.cpp |5 - 1 files changed, 5 deletions(-)

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.31 -> 1.32 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) llvm-nm.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-nm/llvm-nm.cpp diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.31 llvm/to

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-02-07 Thread Chris Lattner
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.30 -> 1.31 --- Log message: push bytecode decompressor out through APIs. Now the bytecode reader api's look like this: ModuleProvider *getBytecodeModuleProvider( const std::string &Filename, ///< Name of file to be read BCDe

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-01-30 Thread Reid Spencer
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.29 -> 1.30 --- Log message: For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as isDeclaration to avoid confusion with external linkage types. --- Diffs of the changes: (+1 -1) llvm-nm.cpp |2 +- 1 fi

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.28 -> 1.29 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+16 -14) llvm

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2006-08-01 Thread Chris Lattner
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.27 -> 1.28 --- Log message: no need to check readability here --- Diffs of the changes: (+1 -1) llvm-nm.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-nm/llvm-nm.cpp diff -u llvm/tools/l

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2006-07-07 Thread Reid Spencer
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.26 -> 1.27 --- Log message: Finish removal of EH usage from the Archive library. The REQUIRES_EH flag in lib/Bytecode/Archive/Makefile is now removed. One small step closer to a smaller LLVM. --- Diffs of the changes: (+2 -1)

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2006-05-24 Thread Chris Lattner
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.25 -> 1.26 --- Log message: Patches to make the LLVM sources more -pedantic clean. Patch provided by Anton Korobeynikov! This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 . --- Diffs of the changes: (+1 -1)