Changes in directory llvm/lib/Target/MSIL:
MSILWriter.cpp updated: 1.7 -> 1.8
MSILWriter.h updated: 1.5 -> 1.6
README.TXT updated: 1.1 -> 1.2
---
Log message:
Update MSIL BE. This patch fixes most weird glitches outlined in
README.txt. Patch by Roman Samoilov!
---
Diffs of the changes: (+44
Changes in directory llvm/lib/Target/MSIL:
MSILWriter.cpp updated: 1.6 -> 1.7
MSILWriter.h updated: 1.4 -> 1.5
---
Log message:
Drop 'const'
---
Diffs of the changes: (+4 -4)
MSILWriter.cpp |4 ++--
MSILWriter.h |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: l
Changes in directory llvm/lib/Target/MSIL:
MSILWriter.cpp updated: 1.5 -> 1.6
MSILWriter.h updated: 1.3 -> 1.4
---
Log message:
Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass
Changes in directory llvm/lib/Target/MSIL:
MSILWriter.cpp updated: 1.4 -> 1.5
MSILWriter.h updated: 1.2 -> 1.3
---
Log message:
Do not use typeinfo to identify pass in pass manager.
---
Diffs of the changes: (+6 -3)
MSILWriter.cpp |2 ++
MSILWriter.h |7 ---
2 files changed,
Changes in directory llvm/lib/Target/MSIL:
MSILWriter.cpp updated: 1.3 -> 1.4
MSILWriter.h updated: 1.1 -> 1.2
---
Log message:
Removed tabs everywhere except autogenerated & external files. Add make
target for tabs checking.
---
Diffs of the changes: (+3 -3)
MSILWriter.cpp |4 ++--
M
Changes in directory llvm/lib/Target/MSIL:
MSILWriter.cpp added (r1.1)
MSILWriter.h added (r1.1)
Makefile added (r1.1)
---
Log message:
Let the new backend begin!
---
Diffs of the changes: (+1594 -0)
MSILWriter.cpp | 1350 +
MSILWrite