Skip to content
  1. Oct 01, 2011
  2. Sep 30, 2011
  3. Sep 29, 2011
  4. Sep 23, 2011
  5. Sep 22, 2011
    • Benjamin Kramer's avatar
      Add support for CPATH and friends. · 8404eb0b
      Benjamin Kramer authored
      This moves the existing code for CPATH into the driver and adds the environment lookup and path splitting there.
      The paths are then passed down to cc1 with -I options (CPATH), added after the normal user-specified include dirs.
      Language specific paths are passed via -LANG-isystem and the actual filtering is performed in the frontend.
      
      I tried to match GCC's behavior as close as possible
      
      Fixes PR8971.
      
      llvm-svn: 140341
      8404eb0b
  6. Sep 08, 2011
  7. Sep 05, 2011
  8. Aug 31, 2011
  9. Aug 30, 2011
  10. Aug 26, 2011
  11. Aug 25, 2011
  12. Aug 24, 2011
  13. Aug 23, 2011
  14. Aug 18, 2011
  15. Aug 17, 2011
  16. Aug 14, 2011
  17. Jul 28, 2011
  18. Jul 20, 2011
  19. Jul 12, 2011
  20. Jul 11, 2011
  21. Jul 06, 2011
  22. Jul 02, 2011
    • Eli Friedman's avatar
      Make clang behave in a gcc-compatible way in the presence of multiple flags... · ad811f01
      Eli Friedman authored
      Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse).  gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels.
      
      Issue reported on cfe-dev.
      
      llvm-svn: 134296
      ad811f01
  23. Jun 28, 2011
  24. Jun 23, 2011
  25. Jun 22, 2011
  26. Jun 21, 2011
Loading