and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 01 Oct, 2010 1 commit
  2. 30 Sep, 2010 1 commit
  3. 29 Sep, 2010 2 commits
  4. 28 Sep, 2010 1 commit
  5. 20 Sep, 2010 1 commit
  6. 17 Sep, 2010 1 commit
  7. 15 Sep, 2010 3 commits
  8. 14 Sep, 2010 4 commits
  9. 10 Sep, 2010 2 commits
  10. 09 Sep, 2010 4 commits
  11. 08 Sep, 2010 4 commits
  12. 07 Sep, 2010 2 commits
    • Bill Wendling's avatar
      $ svn merge -c 113303 https://llvm.org/svn/llvm-project/llvm/trunk · c9a2cd0a
      Bill Wendling authored
      --- Merging r113303 into '.':
      A    docs/CommandGuide/llvm-diff.pod
      U    docs/CommandGuide/index.html
      
      Log:
      Add documentation for llvm-diff.
      
      llvm-svn: 113310
      c9a2cd0a
    • Bill Wendling's avatar
      Approved by Chris: · 75e5c50b
      Bill Wendling authored
      $ svn merge -c 113257 https://llvm.org/svn/llvm-project/llvm/trunk
      --- Merging r113257 into '.':
      A    test/Transforms/InstCombine/sqrt.ll
      D    test/Transforms/InstCombine/2010-07-19-sqrt.ll
      
      Renaming test.
      
      $ svn merge -c 113260 https://llvm.org/svn/llvm-project/llvm/trunk
      --- Merging r113260 into '.':
      U    test/Transforms/InstCombine/sqrt.ll
      U    lib/Transforms/InstCombine/InstCombineCasts.cpp
      
      Log:
      Fix a serious performance regression introduced by r108687 on linux:
      turning (fptrunc (sqrt (fpext x))) -> (sqrtf x)  is great, but we have
      to delete the original sqrt as well.  Not doing so causes us to do 
      two sqrt's when building with -fmath-errno (the default on linux).
      
      llvm-svn: 113265
      75e5c50b
  13. 06 Sep, 2010 5 commits
  14. 05 Sep, 2010 1 commit
  15. 04 Sep, 2010 8 commits