Skip to content
  • Evan Cheng's avatar
    - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo · c5e6d2f5
    Evan Cheng authored
      and MCSubtargetInfo.
    - Added methods to update subtarget features (used when targets automatically
      detect subtarget features or switch modes).
    - Teach X86Subtarget to update MCSubtargetInfo features bits since the
      MCSubtargetInfo layer can be shared with other modules.
    - These fixes .code 16 / .code 32 support since mode switch is updated in
      MCSubtargetInfo so MC code emitter can do the right thing.
    
    llvm-svn: 134884
    c5e6d2f5
Loading