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/include/llvm/Globa
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 |
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/include
> 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 @@
>}
>
>
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/include/llvm/Globa
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 imp
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/
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, visib
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/inclu
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 do
Changes in directory llvm/include/llvm:
GlobalValue.h updated: 1.26 -> 1.27
---
Log message:
Add support for putting globals in a particular section
---
Diffs of the changes: (+9 -4)
GlobalValue.h | 13 +
1 files changed, 9 insertions(+), 4 deletions(-)
Index: llvm/include/
Changes in directory llvm/include/llvm:
GlobalValue.h updated: 1.25 -> 1.26
---
Log message:
Make sure to initialize the alignment field
---
Diffs of the changes: (+2 -1)
GlobalValue.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/GlobalValue.h
diff
Changes in directory llvm/include/llvm:
GlobalValue.h updated: 1.24 -> 1.25
---
Log message:
allow functions and modules to have an explicit alignment
---
Diffs of the changes: (+7 -0)
GlobalValue.h |7 +++
1 files changed, 7 insertions(+)
Index: llvm/include/llvm/GlobalValue.h
d
13 matches
Mail list logo