Skip to content
  1. Mar 14, 2004
    • Chris Lattner's avatar
      Add some debugging output · 7d2a5397
      Chris Lattner authored
      Fix InstCombine/2004-03-13-InstCombineInfLoop.ll which caused an infinite
      loop compiling (I think) povray.
      
      llvm-svn: 12365
      7d2a5397
    • Chris Lattner's avatar
      New testcase, distilled from povray I think. · e561cb51
      Chris Lattner authored
      llvm-svn: 12364
      e561cb51
    • Chris Lattner's avatar
      This change makes two big adjustments. · 2dc85b27
      Chris Lattner authored
       * Be a lot more accurate about what the effects will be when inlining a call
         to a function when an argument is an alloca.
       * Dramatically reduce the penalty for inlining a call in a large function.
         This heuristic made it almost impossible to inline a function into a large
         function, no matter how small the callee is.
      
      llvm-svn: 12363
      2dc85b27
  2. Mar 13, 2004
  3. Mar 12, 2004
Loading