[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp Instructions.cpp

2007-04-21 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.271 -> 1.272 Instructions.cpp updated: 1.86 -> 1.87 --- Log message: Revert Christopher Lamb's load/store alignment changes. --- Diffs of the changes: (+0 -49) AsmWriter.cpp|7 --- Instructions.cpp | 42 -

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp Instructions.cpp

2007-04-21 Thread Christopher Lamb
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.270 -> 1.271 Instructions.cpp updated: 1.85 -> 1.86 --- Log message: add support for alignment attributes on load/store instructions --- Diffs of the changes: (+49 -0) AsmWriter.cpp|7 +++ Instructions.cpp | 42 +

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp Instructions.cpp

2007-03-22 Thread Dan Gohman
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.264 -> 1.265 Instructions.cpp updated: 1.80 -> 1.81 --- Log message: Change uses of Function::front to Function::getEntryBlock for readability. --- Diffs of the changes: (+2 -2) AsmWriter.cpp|2 +- Instructions.cpp |

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp Instructions.cpp

2005-11-05 Thread Nate Begeman
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.181 -> 1.182 Instructions.cpp updated: 1.26 -> 1.27 --- Log message: Add support alignment of allocation instructions. Add support for specifying alignment and size of setjmp jmpbufs. No targets currently do anything with this info