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

  1. 06 Oct, 2010 1 commit
  2. 04 Oct, 2010 2 commits
  3. 01 Oct, 2010 1 commit
  4. 30 Sep, 2010 1 commit
  5. 29 Sep, 2010 2 commits
  6. 28 Sep, 2010 1 commit
  7. 20 Sep, 2010 1 commit
  8. 17 Sep, 2010 1 commit
  9. 15 Sep, 2010 3 commits
  10. 14 Sep, 2010 4 commits
  11. 10 Sep, 2010 2 commits
  12. 09 Sep, 2010 4 commits
  13. 08 Sep, 2010 4 commits
  14. 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
  15. 06 Sep, 2010 5 commits
  16. 05 Sep, 2010 1 commit
  17. 04 Sep, 2010 5 commits