Skip to content
  1. Jan 13, 2004
    • Alkis Evlogimenos's avatar
      Correctly compute live variable information for physical registers · ebbd66c0
      Alkis Evlogimenos authored
      when an implicitely defined register is later used by an alias. For example:
      
               call foo
               %reg1024 = mov %AL
      
      The call implicitely defines EAX but only AL is used. Before this fix
      no information was available on AL. Now EAX and all its aliases except
      AL get defined and die at the call instruction whereas AL lives to be
      killed by the assignment.
      
      llvm-svn: 10813
      ebbd66c0
  2. Jan 11, 2004
    • Alkis Evlogimenos's avatar
      Make LiveVariables::HandlePhysRegUse and · 52a714b4
      Alkis Evlogimenos authored
      LiveVariables::HandlePhysRegDef private they use information that is
      not in memory when LiveVariables finishes the analysis.
      
      Also update the TwoAddressInstructionPass to not use this interface.
      
      llvm-svn: 10755
      52a714b4
  3. Jan 10, 2004
  4. Jan 09, 2004
  5. Jan 07, 2004
  6. Jan 05, 2004
  7. Dec 28, 2003
  8. Dec 24, 2003
  9. Dec 23, 2003
  10. Dec 22, 2003
  11. Dec 21, 2003
  12. Dec 20, 2003
  13. Dec 18, 2003
Loading