Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.21 -> 1.22
---
Log message:
Add new option to leave asm names alone
---
Diffs of the changes: (+8 -0)
Mangler.h |8
1 files changed, 8 insertions(+)
Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm/i
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.19 -> 1.20
---
Log message:
For PR780: http://llvm.cs.uiuc.edu/PR780 :
1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o
2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage
3. Make each of the
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.18 -> 1.19
---
Log message:
Allow per-character control over what target assemblers allow in symbol
names. This also changes the default to allow all of "$_." in addition
to letters and numbers as symbol names. If you don't
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.17 -> 1.18
---
Log message:
Add a new option for targets that accept quoted labels.
---
Diffs of the changes: (+17 -7)
Mangler.h | 24 +---
1 files changed, 17 insertions(+), 7 deletions(-)
Index:
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.16 -> 1.17
---
Log message:
Remove M, which is dead. Eliminate a dead typedef. Add comments.
---
Diffs of the changes: (+12 -6)
Mangler.h | 18 --
1 files changed, 12 insertions(+), 6 deletions(-)
In
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.15 -> 1.16
---
Log message:
This method is no longer static
---
Diffs of the changes: (+1 -2)
Mangler.h |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.14 -> 1.15
---
Log message:
minor interface changes.
---
Diffs of the changes: (+4 -3)
Mangler.h |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm/i