Skip to content
  1. Sep 10, 2009
    • Chris Lattner's avatar
      remove DebugLoc from MCInst and eliminate "Comment printing" from · 321bc99a
      Chris Lattner authored
      the MCInst path of the asmprinter.  Instead, pull comment printing
      out of the autogenerated asmprinter into each target that uses the
      autogenerated asmprinter.  This causes code duplication into each
      target, but in a way that will be easier to clean up later when more
      asmprinter stuff is commonized into the base AsmPrinter class.
      
      This also fixes an xcore strangeness where it inserted two tabs
      before every instruction.
      
      llvm-svn: 81396
      321bc99a
    • Daniel Dunbar's avatar
      Add comment re: clang dependency. · aec990ef
      Daniel Dunbar authored
      llvm-svn: 81393
      aec990ef
    • Sean Callanan's avatar
      Added an abstract superclass, MCDisassembler, for · 1358fb7f
      Sean Callanan authored
      all disassemblers.
      
      Modified the MemoryObject to support 64-bit address
      spaces, regardless of the LLVM process's address
      width.
      
      Modified the Target class to allow extraction of a
      MCDisassembler.
      
      llvm-svn: 81392
      1358fb7f
  2. Sep 09, 2009
Loading