Skip to content
  1. Sep 16, 2009
    • Sean Callanan's avatar
      Removed a few instructions that were already · 1c28c4db
      Sean Callanan authored
      covered by other definitions.
      
      llvm-svn: 81992
      1c28c4db
    • Chris Lattner's avatar
      Big change #1 for personality function references: · b866602f
      Chris Lattner authored
      Eliminate the PersonalityPrefix/Suffix & NeedsIndirectEncoding
      fields from MAI: they aren't part of the asm syntax, they are
      related to the structure of the object file.
      
      To replace their functionality, add a new 
      TLOF::getSymbolForDwarfGlobalReference method which asks targets
      to decide how to reference a global from EH in a pc-relative way.
      
      The default implementation just returns the symbol.  The default
      darwin implementation references the symbol through an indirect
      $non_lazy_ptr stub.  The bizarro x86-64 darwin specialization
      handles the weird "foo@GOTPCREL+4" hack.
      
      DwarfException.cpp now uses this to emit the reference to the
      symbol in the right way, and this also eliminates another 
      horrible hack from DwarfException.cpp:
      
      -    if (strcmp(MAI->getPersonalitySuffix(), "+4@GOTPCREL"))
      -      O << "-" << MAI->getPCSymbol();
      
      llvm-svn: 81991
      b866602f
    • Sean Callanan's avatar
      Added a variety of floating-point and SSE instructions. · e739ac89
      Sean Callanan authored
      All of these do not have patterns (they're for the
      disassembler).
      
      Many of the floating-point instructions will probably
      be rolled into definitions that have patterns, and may
      eventually be superseded by mdefs.  So I put them
      together and left a comment.
      
      llvm-svn: 81979
      e739ac89
    • Sean Callanan's avatar
      Added far return instructions (that is, returns to · f8f64793
      Sean Callanan authored
      code in other segments) to the Intel instruction
      tables.
      
      llvm-svn: 81953
      f8f64793
  2. Sep 15, 2009
  3. Sep 14, 2009
  4. Sep 13, 2009
  5. Sep 12, 2009
  6. Sep 11, 2009
Loading