Skip to content
  1. May 12, 2003
  2. May 09, 2003
  3. May 08, 2003
  4. May 07, 2003
  5. May 06, 2003
  6. May 05, 2003
  7. May 02, 2003
  8. May 01, 2003
  9. Apr 23, 2003
  10. Apr 10, 2003
  11. Apr 09, 2003
    • Misha Brukman's avatar
      Made the code readable: · 218a7327
      Misha Brukman authored
      * Lines must be wrapped at 80 chars. This is a hard limit.
      * Consistent style on functions, braces, if, for, etc. Code must be readable.
      
      No functional changes have been made, even though I added a new typedef.
      
      llvm-svn: 5768
      218a7327
  12. Apr 07, 2003
  13. Mar 27, 2003
  14. Jan 16, 2003
  15. Jan 15, 2003
  16. Jan 14, 2003
  17. Jan 13, 2003
    • Chris Lattner's avatar
      New files · cab0b442
      Chris Lattner authored
      llvm-svn: 5262
      cab0b442
    • Chris Lattner's avatar
      * Use the PHI Elimination pass · cbedb8b4
      Chris Lattner authored
      llvm-svn: 5220
      cbedb8b4
    • Chris Lattner's avatar
      * Convert to use LiveVariable analysis · bfa5319e
      Chris Lattner authored
      * Convert to use PHIElimination pass
      * Don't spill values which have just been reloaded (big win reducing spills)
      * Add experimental support for eliminating spills before TwoAddress
        instructions.  It currently is broken so it is #ifdef'd out.
      * Use new "is terminator" flag on instructions instead of looking for
        branches and returns explicitly.
      
      llvm-svn: 5219
      bfa5319e
Loading