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

2007-04-30 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.41 - 1.42 --- Log message: Fix comment --- Diffs of the changes: (+4 -3) GlobalValue.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/include/llvm/GlobalValue.h diff -u

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

2007-04-29 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.40 - 1.41 --- Log message: Implement protected visibility. This partly implements PR1363: http://llvm.org/PR1363 . Linker should be taught to deal with protected symbols. --- Diffs of the changes: (+6 -2) GlobalValue.h |

Re: [llvm-commits] CVS: llvm/include/llvm/GlobalValue.h

2007-04-22 Thread Chris Lattner
Index: llvm/include/llvm/GlobalValue.h diff -u llvm/include/llvm/GlobalValue.h:1.36 llvm/include/llvm/ GlobalValue.h:1.37 --- llvm/include/llvm/GlobalValue.h:1.36 Mon Apr 16 23:31:29 2007 +++ llvm/include/llvm/GlobalValue.h Sat Apr 21 10:29:13 2007 @@ -55,8 +55,10 @@ }

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

2007-04-22 Thread Jeff Cohen
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.37 - 1.38 --- Log message: Implement review feedback. --- Diffs of the changes: (+2 -2) GlobalValue.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/GlobalValue.h diff -u

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

2007-04-21 Thread Jeff Cohen
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.36 - 1.37 --- Log message: Fix breakage of bytecode reader when built with VC++. --- Diffs of the changes: (+4 -2) GlobalValue.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index:

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

2007-02-25 Thread Chris Lattner
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.33 - 1.34 --- Log message: Rework GlobalValue::removeDeadConstantUsers to always remove dead constant exprs hanging off a global, even if the global is not otherwise dead. This requires some tricky iterator gymnastics. This

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

2007-01-26 Thread Reid Spencer
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.30 - 1.31 --- Log message: Add some comments, fix an 80 cols violation. --- Diffs of the changes: (+16 -12) GlobalValue.h | 28 1 files changed, 16 insertions(+), 12 deletions(-) Index:

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

2007-01-12 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.29 - 1.30 --- Log message: * PIC codegen for X86/Linux has been implemented * PIC-aware internal structures in X86 Codegen have been refactored * Visibility (default/weak) has been added * Docs fixes (external weak linkage,

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.28 - 1.29 --- Log message: Fix some 80 col violations. --- Diffs of the changes: (+2 -2) GlobalValue.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/GlobalValue.h diff -u

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

2006-09-14 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.27 - 1.28 --- Log message: Adding dllimport, dllexport and external weak linkage types. DLL* linkages got full (I hope) codegeneration support in C both x86 assembler backends. External weak linkage added for future use, we