Skip to content
  1. Feb 08, 2014
  2. Feb 01, 2014
    • Rafael Espindola's avatar
      Remove another hasRawTextSupport. · 972e71ab
      Rafael Espindola authored
      To remove this one simply move the end of file logic from the asm printer to
      the target mc streamer.
      
      This removes the last call to hasRawTextSupport from lib/Target.
      
      llvm-svn: 200590
      972e71ab
  3. Jan 28, 2014
  4. Jan 23, 2014
    • Eric Christopher's avatar
      Add a variable to track whether or not we've used a unique section, · 15abef6d
      Eric Christopher authored
      e.g. linkonce, to TargetMachine and set it when we've done so
      for ELF targets currently. This involved making TargetMachine
      non-const in a TLOF use and propagating that change around - I'm
      open to other ideas.
      
      This will be used in a future commit to handle emitting debug
      information with ranges.
      
      llvm-svn: 199871
      15abef6d
  5. Jan 18, 2013
    • Jack Carter's avatar
      This is a resubmittal. For some reason it broke the bots yesterday · c1b17ed2
      Jack Carter authored
      but I cannot reproduce the problem and have scrubed my sources and
      even tested with llvm-lit -v --vg.
      Support for Mips register information sections.
      
      Mips ELF object files have a section that is dedicated
      to register use info. Some of this information such as
      the assumed Global Pointer value is used by the linker
      in relocation resolution.
      
      The register info file is .reginfo in o32 and .MIPS.options
      in 64 and n32 abi files.
      
      This patch contains the changes needed to create the sections,
      but leaves the actual register accounting for a future patch.
      
      
      Contributer: Jack Carter
       
      llvm-svn: 172847
      c1b17ed2
  6. Apr 15, 2011
  7. Mar 04, 2011
  8. Feb 15, 2010
  9. Aug 13, 2009
Loading