Skip to content
  1. Jan 11, 2008
  2. Jan 07, 2008
  3. Dec 31, 2007
    • Chris Lattner's avatar
      Rename SSARegMap -> MachineRegisterInfo in keeping with the idea · a10fff51
      Chris Lattner authored
      that "machine" classes are used to represent the current state of
      the code being compiled.  Given this expanded name, we can start 
      moving other stuff into it.  For now, move the UsedPhysRegs and
      LiveIn/LoveOuts vectors from MachineFunction into it.
      
      Update all the clients to match.
      
      This also reduces some needless #includes, such as MachineModuleInfo
      from MachineFunction.
      
      llvm-svn: 45467
      a10fff51
  4. Dec 29, 2007
  5. Sep 29, 2007
  6. Sep 25, 2007
  7. Sep 20, 2007
  8. Sep 17, 2007
  9. Sep 14, 2007
  10. Sep 11, 2007
  11. Sep 07, 2007
  12. Aug 07, 2007
    • Dale Johannesen's avatar
      Long double patch 8 of N: make it partially work in · a47f7d7c
      Dale Johannesen authored
      SSE mode (all but conversions <-> other FP types, I think):
      >>Do not mark all-80-bit operations as "Requires[FPStack]"
      (which really means "not SSE").
      >>Refactor load-and-extend to facilitate this.
      >>Update comments.
      >>Handle long double in SSE when computing FP_REG_KILL.
      
      llvm-svn: 40906
      a47f7d7c
    • Dale Johannesen's avatar
      Long double patch 7 of N, unless I lost count:). · 57c6ac5f
      Dale Johannesen authored
      Last x87 bits for full functionality (not
      thoroughly tested, and long doubles do not work
      in SSE modes at all - use -mcpu=i486 for now)
      
      llvm-svn: 40886
      57c6ac5f
  13. Aug 06, 2007
  14. Aug 05, 2007
  15. Jul 10, 2007
  16. Jul 04, 2007
  17. Jul 03, 2007
  18. May 03, 2007
  19. May 02, 2007
  20. May 01, 2007
  21. Apr 26, 2007
  22. Dec 19, 2006
  23. Dec 08, 2006
  24. Dec 07, 2006
  25. Dec 06, 2006
  26. Dec 01, 2006
  27. Nov 30, 2006
  28. Nov 28, 2006
  29. Nov 15, 2006
  30. Nov 14, 2006
  31. Nov 11, 2006
  32. Nov 10, 2006
  33. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
Loading