Skip to content
  1. Mar 01, 2008
    • Chris Lattner's avatar
      allow specified inline threshold to be negative, as the value is · a683edb2
      Chris Lattner authored
      itself sometimes negative.
      
      llvm-svn: 47786
      a683edb2
    • Devang Patel's avatar
      Fix cut-n-pasto. · e8ddaba1
      Devang Patel authored
      llvm-svn: 47777
      e8ddaba1
    • Devang Patel's avatar
      Add pass to promote sret. · 4eedfd24
      Devang Patel authored
      This pass transforms 
      
        %struct._Point = type { i32, i32, i32, i32, i32, i32 }
        define internal void @foo(%struct._Point* sret  %agg.result)
      
      into
      
        %struct._Point = type { i32, i32, i32, i32, i32, i32 }
        define internal %struct._Point @foo()
      
      This pass updates foo() clients appropriately to use
      getresult instruction to extract return values.
      
      This pass is not yet ready for prime time.
      
      llvm-svn: 47776
      4eedfd24
  2. Feb 29, 2008
  3. Feb 27, 2008
  4. Feb 26, 2008
  5. Feb 25, 2008
  6. Feb 22, 2008
  7. Feb 20, 2008
  8. Feb 19, 2008
  9. Feb 18, 2008
Loading