Skip to content
  1. Dec 13, 2005
  2. Dec 12, 2005
  3. Dec 11, 2005
  4. Dec 10, 2005
  5. Dec 09, 2005
  6. Dec 08, 2005
    • Chris Lattner's avatar
      improve code insertion in two ways: · be73d6ee
      Chris Lattner authored
      1. Only forward subst offsets into loads and stores, not into arbitrary
         things, where it will likely become a load.
      2. If the source is a cast from pointer, forward subst the cast as well,
         allowing us to fold the cast away (improving cases when the cast is
         from an alloca or global).
      
      This hasn't been fully tested, but does appear to further reduce register
      pressure and improve code.  Lets let the testers grind on it a bit. :)
      
      llvm-svn: 24640
      be73d6ee
    • Chris Lattner's avatar
      Add another important case we miss · 29e6c3db
      Chris Lattner authored
      llvm-svn: 24639
      29e6c3db
    • Evan Cheng's avatar
      Added support for ComplexPattern. · 790af6d1
      Evan Cheng authored
      llvm-svn: 24638
      790af6d1
Loading