1. 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 12 years ago
  2. dde3bdb Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. by Jan Wen Voung · 12 years ago
  3. 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 12 years ago
  4. d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 12 years ago
  5. 54edd47 Test case for r153348. by Akira Hatanaka · 12 years ago
  6. b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 12 years ago
  7. 1e0c952 Try to get cpath.c passing on windows, using lit's new ${pathsep} variable. by Nico Weber · 12 years ago
  8. 6d2b131 test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now. by NAKAMURA Takumi · 12 years ago
  9. 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 12 years ago
  10. 5214c7a test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH. by NAKAMURA Takumi · 12 years ago
  11. fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 12 years ago
  12. 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 12 years ago
  13. 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 12 years ago
  14. 1cdbfd3 Typo. by Chad Rosier · 12 years ago
  15. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  16. cf3a6c4 Update test case to use not tool. by Chad Rosier · 12 years ago
  17. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  18. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  19. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  20. 701ec8d Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 13 years ago
  21. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 13 years ago
  22. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  23. 9f86af8 Whitespace. by Chad Rosier · 13 years ago
  24. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
  25. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
  26. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 13 years ago
  27. 670326f [driver] Add support for -g2 and -ggdb debug flags. rdar://10947759 by Chad Rosier · 13 years ago
  28. 5ed7dd6 Okay, makes sense to change all the occurences to match clang.EXE. by Benjamin Kramer · 13 years ago
  29. f58b388 Allow any file extension for the clang binary in the linux-header-search test. by Benjamin Kramer · 13 years ago
  30. 2229d57 Add the critical crtbegin.o files necessary for any of the tests in by Chandler Carruth · 13 years ago
  31. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 13 years ago
  32. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
  33. 0227ade Update test for r151288 by Jim Grosbach · 13 years ago
  34. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 13 years ago
  35. e3bab98 Skip testing the crtbegin.o, and resume using a single variable for the by Chandler Carruth · 13 years ago
  36. 6ce2341 Clean up, add some documentation, and make this test return to checking by Chandler Carruth · 13 years ago
  37. c9e0f92 Adding a test case for the working-directory fix by Aaron Ballman · 13 years ago
  38. 607098c Make the regular expressions in this test more narrow to ensure we're by Chandler Carruth · 13 years ago
  39. 49c6039 Don't check for /lib and /usr/lib. by Rafael Espindola · 13 years ago
  40. ab1cc02 Our handling of variables in FileCheck looks really broken on windws. Just by Rafael Espindola · 13 years ago
  41. 5bbc966 Add an extra CHECK line to make sure TOOLCHAIN2 matches just the path prefix. by Rafael Espindola · 13 years ago
  42. 8c28fc0 Looks like we use forward slashes for header search but back slashes for by Rafael Espindola · 13 years ago
  43. fb50ebf Try to match the linker being named ld.exe. Second try at fixing the windows bots. by Rafael Espindola · 13 years ago
  44. 358030c Don't assume a path starts with a /. Should fix the windows bot. by Rafael Espindola · 13 years ago
  45. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 13 years ago
  46. e6cc51d Invalid O levels on the command line no longer have a confusing error. by Aaron Ballman · 13 years ago
  47. a3cb144 Skip freebsd driver test when ppc32/ppc64 targets are not configured. by Bob Wilson · 13 years ago
  48. 93b7750 test/Driver/target.c: Relax expression for "gcc.exe" on win32. by NAKAMURA Takumi · 13 years ago
  49. 200abfb Remove extraneous whitespace. by Chad Rosier · 13 years ago
  50. 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
  51. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  52. e29cdeb Fix yet another issue introduced when renaming '-ccc-host-triple' to by Chandler Carruth · 13 years ago
  53. a5fde15 test/Driver/prefixed-tools.c: Disable this on win32 hosts, msvc and mingw. by NAKAMURA Takumi · 13 years ago
  54. 5701e97 test/Driver/prefixed-tools.c: Fix newline at end-of-file. by NAKAMURA Takumi · 13 years ago
  55. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  56. c01dfc1 Revert r148249: "Make the auto-detection hack for the iOS simulator set the target triple correctly." by Bob Wilson · 13 years ago
  57. 24248e3 Reintroduce r148981 with significantly improved regression test. Now it by Chandler Carruth · 13 years ago
  58. 10afce3 Revert r148981 because it fails test/Driver/freebsd.c by Argyrios Kyrtzidis · 13 years ago
  59. d081baa Try to unbreak the FreeBSD toolchain's detection of 32-bit targets by Chandler Carruth · 13 years ago
  60. ada4fa7 [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fails. by Argyrios Kyrtzidis · 13 years ago
  61. 3366ef0 Add some really minimalist freebsd testing trees and use them in the by Chandler Carruth · 13 years ago
  62. 0259042 Make driver tests more resilient to output trees containing symlinks -- by Chandler Carruth · 13 years ago
  63. 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 13 years ago
  64. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  65. 64554ba In the driver, -fmodules enables modules for C/Objective-C but one by Douglas Gregor · 13 years ago
  66. 100d041 Make the auto-detection hack for the iOS simulator set the target triple correctly. Getting the target triple wrong mostly appears to work, but messes up in subtle cases; for example, we incorrectly conclude that fwrite is actually named fwrite$UNIX2003. Also shuffles around the auto-detection code a bit to try and make it a bit more reliable. Fixes <rdar://problem/10664848>. by Eli Friedman · 13 years ago
  67. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  68. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  69. b4218a3 test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensitive test. gcc driver is invoked for assembling on cygming. by NAKAMURA Takumi · 13 years ago
  70. 463f136 More tests for ARM FPU features. by Evgeniy Stepanov · 13 years ago
  71. 35dd732 Fix -mfpu parsing on ARM. by Evgeniy Stepanov · 13 years ago
  72. cb28b48 test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin. by NAKAMURA Takumi · 13 years ago
  73. 8f0a403 Add -g to the cc1as flags only if we're dealing with an original by Eric Christopher · 13 years ago
  74. edb9459 [driver] Add support for passing -lazy_framework/-lazy_library to the linker. by Chad Rosier · 13 years ago
  75. 200619f Add a test for the driver-level -fmodules/-fno-modules flags. by Douglas Gregor · 13 years ago
  76. abf07a7 Fix PR11685 by implementing -ffast-math and its various friends in the by Chandler Carruth · 13 years ago
  77. 868f65c Split out clang/test/Driver/debug-options-as.c from debug-options.c, and mark it as XFAIL: mingw32. by NAKAMURA Takumi · 13 years ago
  78. e89fd1b Add missing triple to darwin clang driver test. by Kevin Enderby · 13 years ago
  79. 567003e Last part of support for generating dwarf for assembly source files. This gets by Kevin Enderby · 13 years ago
  80. b05dcdd Teach the link-step test to verify that we don't pass bad --hash-style by Chandler Carruth · 13 years ago
  81. 6af27ec Don't use the frame pointer on linux x86 and x86_64 if optimizing. This by Rafael Espindola · 13 years ago
  82. dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
  83. 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 13 years ago
  84. 55e983c Fix test for unrelated changes. by Nick Lewycky · 13 years ago
  85. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  86. 3fa45bb Un-XFAIL this test on Darwin, it reportedly passes now. by Peter Collingbourne · 13 years ago
  87. 1b91ab4 Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 13 years ago
  88. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  89. 643ffaa tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enough by Daniel Dunbar · 13 years ago
  90. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  91. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  92. a720287 Try to fix an issue on some hosts where the 'lib' in the builtin include by Chandler Carruth · 13 years ago
  93. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  94. fc8205e test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. by NAKAMURA Takumi · 13 years ago
  95. 00c2877 test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating. by NAKAMURA Takumi · 13 years ago
  96. 997a1c0 XFAIL crash-cleanup.c only on Darwin and msys. by Peter Collingbourne · 13 years ago
  97. de7a500 XFAIL test until Peter has a chance to investigate. by Chad Rosier · 13 years ago
  98. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  99. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  100. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago