[llvm-commits] CVS: llvm/lib/Target/X86/X86AsmPrinter.cpp X86ISelLowering.cpp

2007-03-01 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target/X86: X86AsmPrinter.cpp updated: 1.234 -> 1.235 X86ISelLowering.cpp updated: 1.356 -> 1.357 --- Log message: Ensure that fastcall'ed function is correctly mangled & stack is properly aligned --- Diffs of the changes: (+20 -13) X86AsmPrinter.cpp |6

[llvm-commits] CVS: llvm/lib/Target/X86/X86AsmPrinter.cpp X86ISelLowering.cpp X86TargetMachine.cpp X86TargetMachine.h

2006-05-02 Thread Owen Anderson
Changes in directory llvm/lib/Target/X86: X86AsmPrinter.cpp updated: 1.175 -> 1.176 X86ISelLowering.cpp updated: 1.197 -> 1.198 X86TargetMachine.cpp updated: 1.112 -> 1.113 X86TargetMachine.h updated: 1.33 -> 1.34 --- Log message: Refactor TargetMachine, pushing handling of TargetData into the