Skip to content
  1. Nov 22, 2012
    • Preston Briggs's avatar
      Corrects a problem where we reply exclusively of GEPs to drive · 3ad39493
      Preston Briggs authored
      analysis.  Better is to look for cases with useful GEPs and use them
      when possible.  When a pair of useful GEPs is not available, use the
      raw SCEVs directly. This approach supports better analysis of pointer
      dereferencing.
      
      In parallel, all the test cases are updated appropriately.
      Cases where we have a store to *B++ can now be analyzed!
      
      llvm-svn: 168474
      3ad39493
    • Jack Carter's avatar
      Mips direct object xgot support · b05cb67b
      Jack Carter authored
      This patch provides support for the MIPS relocations:
      
          *)  R_MIPS_GOT_HI16
          *)  R_MIPS_GOT_LO16
          *)  R_MIPS_CALL_HI16
          *)  R_MIPS_CALL_LO16
      
      These are used for large GOT instruction sequences.
      
      Contributer: Jack Carter
      llvm-svn: 168471
      b05cb67b
  2. Nov 21, 2012
  3. Nov 20, 2012
Loading