Skip to content
  1. Mar 07, 2008
  2. Mar 06, 2008
  3. Mar 05, 2008
  4. Mar 04, 2008
  5. Mar 03, 2008
  6. 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
  7. Feb 29, 2008
  8. Feb 27, 2008
  9. Feb 26, 2008
  10. Feb 25, 2008
  11. Feb 22, 2008
  12. Feb 20, 2008
Loading