Skip to content
  1. May 06, 2013
    • Ulrich Weigand's avatar
      · 5f613dfd
      Ulrich Weigand authored
      [SystemZ] Add back end
      
      This adds the actual lib/Target/SystemZ target files necessary to
      implement the SystemZ target.  Note that at this point, the target
      cannot yet be built since the configure bits are missing.  Those
      will be provided shortly by a follow-on patch.
      
      This version of the patch incorporates feedback from reviews by
      Chris Lattner and Anton Korobeynikov.  Thanks to all reviewers!
      
      Patch by Richard Sandiford.
      
      llvm-svn: 181203
      5f613dfd
    • Ulrich Weigand's avatar
      · 0213e7fc
      Ulrich Weigand authored
      [SystemZ] Define DWARF encoding
      
      This is another patch in preparation for adding the SystemZ target.
      It defines the appropriate values for DWARF encodings; the intent
      is to be compatible with what GCC currently does on the target.
      
      Patch by Richard Sandiford.
      
      llvm-svn: 181201
      0213e7fc
    • Ulrich Weigand's avatar
      · 509c240c
      Ulrich Weigand authored
      [PowerPC] Fix memory corruption in AsmParser
      
      As pointed out by Evgeniy Stepanov, assigning a std::string temporary
      to a StringRef is not a good idea.  Rework MatchRegisterName to avoid
      using the .lower routine.
      
      llvm-svn: 181192
      509c240c
    • Michael Kuperstein's avatar
      Fix slightly too aggressive conact_vector optimization. · ac868757
      Michael Kuperstein authored
      (Would sometimes optimize away conacts used to extend a vector with undef values)
      
      llvm-svn: 181186
      ac868757
    • Nadav Rotem's avatar
      Update the comment to mention that we use TTI. · 632b25b7
      Nadav Rotem authored
      llvm-svn: 181178
      632b25b7
    • Nadav Rotem's avatar
      Revert r164763 because it introduces new shuffles. · c70ef4e9
      Nadav Rotem authored
      Thanks Nick Lewycky for pointing this out.
      
      llvm-svn: 181177
      c70ef4e9
    • Matt Arsenault's avatar
      Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis. · c23753a5
      Matt Arsenault authored
      Use unknown results for places where it would be needed
      
      llvm-svn: 181176
      c23753a5
    • Rafael Espindola's avatar
      Fix const merging when an alias of a const is llvm.used. · c229a4ff
      Rafael Espindola authored
      We used to disable constant merging not only if a constant is llvm.used, but
      also if an alias of a constant is llvm.used. This change fixes that.
      
      llvm-svn: 181175
      c229a4ff
  2. May 05, 2013
  3. May 04, 2013
Loading