Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.15 -> 1.16
---
Log message:
represent indirect operands explicitly in inline asm strings.
---
Diffs of the changes: (+7 -5)
InlineAsm.h | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
Index: llvm/include
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.12 -> 1.13
IntrinsicInst.h updated: 1.17 -> 1.18
LinkAllVMCore.h updated: 1.3 -> 1.4
PassSupport.h updated: 1.23 -> 1.24
---
Log message:
For PR780: http://llvm.org/PR780 :
1. Move IncludeFile.h to System library
2. Move IncludeFile
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.11 -> 1.12
LinkAllVMCore.h updated: 1.2 -> 1.3
---
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 ensu
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.10 -> 1.11
---
Log message:
Add a virtual dtor to the InlineAsm class so that the principle method of
the class can be defined in InlineAsm.cpp
---
Diffs of the changes: (+1 -0)
InlineAsm.h |1 +
1 files changed, 1 insertio
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.9 -> 1.10
---
Log message:
add a new flag
---
Diffs of the changes: (+4 -0)
InlineAsm.h |4
1 files changed, 4 insertions(+)
Index: llvm/include/llvm/InlineAsm.h
diff -u llvm/include/llvm/InlineAsm.h:1.9 llvm/include
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.8 -> 1.9
---
Log message:
fix an error compiling with -pedantic
---
Diffs of the changes: (+1 -1)
InlineAsm.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/InlineAsm.h
diff -u llvm/include
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.7 -> 1.8
---
Log message:
add an instance var and argument.
---
Diffs of the changes: (+6 -1)
InlineAsm.h |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/InlineAsm.h
diff -u llvm/inclu
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.6 -> 1.7
---
Log message:
Beef up the interface to inline asm constraint parsing, making it more
general, useful, and easier to use.
---
Diffs of the changes: (+27 -3)
InlineAsm.h | 30 +++---
1 files
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.5 -> 1.6
---
Log message:
add methods for constraint parsing
---
Diffs of the changes: (+19 -0)
InlineAsm.h | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/include/llvm/InlineAsm.h
diff -u llvm/inclu
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.4 -> 1.5
---
Log message:
add another method
---
Diffs of the changes: (+7 -0)
InlineAsm.h |7 +++
1 files changed, 7 insertions(+)
Index: llvm/include/llvm/InlineAsm.h
diff -u llvm/include/llvm/InlineAsm.h:1.4 llvm/i
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.3 -> 1.4
---
Log message:
add some useful accessors :)
---
Diffs of the changes: (+3 -0)
InlineAsm.h |3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/InlineAsm.h
diff -u llvm/include/llvm/InlineAsm.h:1.3
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.2 -> 1.3
---
Log message:
Change inline asms to be uniqued like constants, not embedded in a Module.
---
Diffs of the changes: (+12 -33)
InlineAsm.h | 45 -
1 files changed, 12 inse
Changes in directory llvm/include/llvm:
InlineAsm.h updated: 1.1 -> 1.2
---
Log message:
Be consistent in using class/struct to keep Visual Studio happy.
---
Diffs of the changes: (+1 -1)
InlineAsm.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Inline
Changes in directory llvm/include/llvm:
InlineAsm.h added (r1.1)
Value.h updated: 1.81 -> 1.82
Module.h updated: 1.67 -> 1.68
---
Log message:
Initial checkin of the InlineAsm class
---
Diffs of the changes: (+139 -18)
InlineAsm.h | 89
14 matches
Mail list logo