search for: contextdecision

Displaying 2 results from an estimated 2 matches for "contextdecision".

2009 Aug 22
0
[LLVMdev] X86 Disassembler
...-0,0 +1,72 @@ +//===- Indenter.h - Output indenter -----------------------------*- C+ + -*-===// I'm not a big fan of manipulators like this (as David Greene can tell you ;-). I just added a new raw_ostream::indent method, so now instead of stuff like this: +void DisassemblerTables::emitContextDecision( + std::ostream& o2, + Indenter& i2, ... + o2 << i2.indent() << "struct ContextDecision " << name << " = {" << std::endl; + i2.push(); + o2 << i2.indent() << "{ /* opcodeDecisions */" << std::endl; + i2.p...
2009 Aug 19
3
[LLVMdev] X86 Disassembler
Bill, thanks for your comments. I'll respond to them individually. I've attached a new revision of the patch that addresses them. Patch built and tested against SVN 79487, with the additional attached fix that fixes an Intel table bug. Sean On 2009/08/18, at 0:57, Bill Wendling wrote: > 0. Watch out for tabs! Fixed. Thanks. > 1. Includes like this "#include