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

2007-02-23 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instruction.cpp updated: 1.69 -> 1.70 Instructions.cpp updated: 1.77 -> 1.78 --- Log message: Refactor the setName stuff, moving it down the inheritance hierarchy, to solve a crash in -instcombine -debug that was hit while investigating PR1217: http://llvm

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

2007-02-12 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instruction.cpp updated: 1.64 -> 1.65 Instructions.cpp updated: 1.74 -> 1.75 --- Log message: Switch UnaryOperators to default to passing names up by const char* when possible. This speeds up bcreading by 1.5%. --- Diffs of the changes: (+74 -8) Instr

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

2006-11-19 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Instruction.cpp updated: 1.57 -> 1.58 Instructions.cpp updated: 1.46 -> 1.47 Verifier.cpp updated: 1.165 -> 1.166 --- Log message: For PR950: http://llvm.org/PR950 : First in a series of patches to convert SetCondInst into ICmpInst and FCmpInst using only

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

2006-06-21 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instruction.cpp updated: 1.51 -> 1.52 Instructions.cpp updated: 1.38 -> 1.39 --- Log message: Add some out-of-line virtual dtors so that the class has a "home", preventing vtables for (e.g.) Instruction from being emitted into every .o file. --- Diffs of