search for: tinyxml

Displaying 1 result from an estimated 1 matches for "tinyxml".

Did you mean: in_xml
2011 Jul 11
1
[LLVMdev] FW: Help understanding r127440
It appears Mr. Cheng may be busy, so perhaps someone here knows? I've been debugging a code generator bug that surfaced while trying to build tinyXML for ARM with LLVM 2.8. The bug seems to originate in DAGCombiner. LLVM 2.9 still has this bug, but top of trunk does not. To narrow down what change fixed it, I've used a binary search of revisions from 2.9 to top of trunk. The bytecode compiles once I back ported r127440 to LLVM 2.8. Hurra...