Skip to content
  1. Feb 10, 2011
  2. Feb 09, 2011
  3. Feb 08, 2011
  4. Feb 05, 2011
  5. Feb 04, 2011
  6. Feb 03, 2011
  7. Feb 02, 2011
    • Duncan Sands's avatar
      Remove NoVendor and NoOS, added in commit 123990, from Triple. While it · fdfdbd09
      Duncan Sands authored
      may be useful to understand "none", this is not the place for it.  Tweak
      the fix to Normalize while there: the fix added in 123990 works correctly,
      but I like this way better.  Finally, now that Triple understands some
      non-trivial environment values, teach the unittests about them.
      
      llvm-svn: 124720
      fdfdbd09
  8. Feb 01, 2011
  9. Jan 24, 2011
  10. Jan 23, 2011
    • Ted Kremenek's avatar
      Null initialize a few variables flagged by · 3c4408ce
      Ted Kremenek authored
      clang's -Wuninitialized-experimental warning.
      While these don't look like real bugs, clang's
      -Wuninitialized-experimental analysis is stricter
      than GCC's, and these fixes have the benefit
      of being general nice cleanups.
      
      llvm-svn: 124073
      3c4408ce
  11. Jan 21, 2011
    • Renato Golin's avatar
      Clang was not parsing target triples involving EABI and was generating wrong... · 83758d5c
      Renato Golin authored
      Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure.
      
      llvm-svn: 123990
      83758d5c
  12. Jan 18, 2011
  13. Jan 17, 2011
  14. Jan 16, 2011
  15. Jan 15, 2011
  16. Jan 13, 2011
  17. Jan 11, 2011
  18. Jan 10, 2011
  19. Jan 06, 2011
  20. Jan 05, 2011
  21. Dec 28, 2010
  22. Dec 27, 2010
Loading