[llvm-commits] CVS: llvm/include/llvm/InstrTypes.h Instruction.h Instructions.h

2007-02-23 Thread Chris Lattner
Changes in directory llvm/include/llvm: InstrTypes.h updated: 1.62 - 1.63 Instruction.h updated: 1.81 - 1.82 Instructions.h updated: 1.61 - 1.62 --- Log message: Refactor the setName stuff, moving it down the inheritance hierarchy, to solve a crash in -instcombine -debug that was hit while

[llvm-commits] CVS: llvm/include/llvm/InstrTypes.h Instruction.h Instructions.h

2007-02-13 Thread Chris Lattner
Changes in directory llvm/include/llvm: InstrTypes.h updated: 1.60 - 1.61 Instruction.h updated: 1.79 - 1.80 Instructions.h updated: 1.57 - 1.58 --- Log message: Switch UnaryOperators to default to passing names up by const char* when possible. This speeds up bcreading by 1.5%. --- Diffs of