Skip to content
  1. May 15, 2008
    • Bill Wendling's avatar
      Situations can arise when you have a function called that returns a 'void', but · 3716952f
      Bill Wendling authored
      is bitcast to return a floating point value. The result of the instruction may
      not be used by the program afterwards, and LLVM will happily remove all
      instructions except the call. But, on some platforms, if a value is returned as
      a floating point, it may need to be removed from the stack (like x87). Thus, we
      can't get rid of the bitcast even if there isn't a use of the value.
      
      llvm-svn: 51134
      3716952f
  2. May 14, 2008
  3. May 13, 2008
  4. May 12, 2008
  5. May 11, 2008
  6. May 09, 2008
  7. May 08, 2008
  8. May 07, 2008
  9. May 06, 2008
  10. May 05, 2008
  11. May 04, 2008
  12. May 03, 2008
  13. May 02, 2008
Loading