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
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
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(-)
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
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
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
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
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
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)
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)
10 matches
Mail list logo