1. e6cc51d Invalid O levels on the command line no longer have a confusing error. by Aaron Ballman · 13 years ago
  2. a3cb144 Skip freebsd driver test when ppc32/ppc64 targets are not configured. by Bob Wilson · 13 years ago
  3. 93b7750 test/Driver/target.c: Relax expression for "gcc.exe" on win32. by NAKAMURA Takumi · 13 years ago
  4. 200abfb Remove extraneous whitespace. by Chad Rosier · 13 years ago
  5. 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
  6. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  7. e29cdeb Fix yet another issue introduced when renaming '-ccc-host-triple' to by Chandler Carruth · 13 years ago
  8. a5fde15 test/Driver/prefixed-tools.c: Disable this on win32 hosts, msvc and mingw. by NAKAMURA Takumi · 13 years ago
  9. 5701e97 test/Driver/prefixed-tools.c: Fix newline at end-of-file. by NAKAMURA Takumi · 13 years ago
  10. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  11. c01dfc1 Revert r148249: "Make the auto-detection hack for the iOS simulator set the target triple correctly." by Bob Wilson · 13 years ago
  12. 24248e3 Reintroduce r148981 with significantly improved regression test. Now it by Chandler Carruth · 13 years ago
  13. 10afce3 Revert r148981 because it fails test/Driver/freebsd.c by Argyrios Kyrtzidis · 13 years ago
  14. d081baa Try to unbreak the FreeBSD toolchain's detection of 32-bit targets by Chandler Carruth · 13 years ago
  15. ada4fa7 [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fails. by Argyrios Kyrtzidis · 13 years ago
  16. 3366ef0 Add some really minimalist freebsd testing trees and use them in the by Chandler Carruth · 13 years ago
  17. 0259042 Make driver tests more resilient to output trees containing symlinks -- by Chandler Carruth · 13 years ago
  18. 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 13 years ago
  19. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  20. 64554ba In the driver, -fmodules enables modules for C/Objective-C but one by Douglas Gregor · 13 years ago
  21. 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
  22. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  23. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  24. 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
  25. 463f136 More tests for ARM FPU features. by Evgeniy Stepanov · 13 years ago
  26. 35dd732 Fix -mfpu parsing on ARM. by Evgeniy Stepanov · 13 years ago
  27. cb28b48 test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin. by NAKAMURA Takumi · 13 years ago
  28. 8f0a403 Add -g to the cc1as flags only if we're dealing with an original by Eric Christopher · 13 years ago
  29. edb9459 [driver] Add support for passing -lazy_framework/-lazy_library to the linker. by Chad Rosier · 13 years ago
  30. 200619f Add a test for the driver-level -fmodules/-fno-modules flags. by Douglas Gregor · 13 years ago
  31. abf07a7 Fix PR11685 by implementing -ffast-math and its various friends in the by Chandler Carruth · 13 years ago
  32. 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
  33. e89fd1b Add missing triple to darwin clang driver test. by Kevin Enderby · 13 years ago
  34. 567003e Last part of support for generating dwarf for assembly source files. This gets by Kevin Enderby · 13 years ago
  35. b05dcdd Teach the link-step test to verify that we don't pass bad --hash-style by Chandler Carruth · 13 years ago
  36. 6af27ec Don't use the frame pointer on linux x86 and x86_64 if optimizing. This by Rafael Espindola · 13 years ago
  37. dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
  38. 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 13 years ago
  39. 55e983c Fix test for unrelated changes. by Nick Lewycky · 13 years ago
  40. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  41. 3fa45bb Un-XFAIL this test on Darwin, it reportedly passes now. by Peter Collingbourne · 13 years ago
  42. 1b91ab4 Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 13 years ago
  43. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  44. 643ffaa tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enough by Daniel Dunbar · 13 years ago
  45. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  46. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  47. a720287 Try to fix an issue on some hosts where the 'lib' in the builtin include by Chandler Carruth · 13 years ago
  48. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  49. fc8205e test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. by NAKAMURA Takumi · 13 years ago
  50. 00c2877 test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating. by NAKAMURA Takumi · 13 years ago
  51. 997a1c0 XFAIL crash-cleanup.c only on Darwin and msys. by Peter Collingbourne · 13 years ago
  52. de7a500 XFAIL test until Peter has a chance to investigate. by Chad Rosier · 13 years ago
  53. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  54. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  55. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  56. 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 13 years ago
  57. ba81d96 test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
  58. 4a8eff0 XFAIL test on Windows by Douglas Gregor · 13 years ago
  59. 60419fa More speculative test tweaking by Douglas Gregor · 13 years ago
  60. 33b3d2a Switch tests from grep to FileCheck by Douglas Gregor · 13 years ago
  61. 9c0778b Doug reports that this test is still failing. Try applying Benjamin Kramer's by Nick Lewycky · 13 years ago
  62. cb125dd Try to be exceedingly clever and make this test work properly whether it's run by Nick Lewycky · 13 years ago
  63. 258f9a2 Massage this test a little so it works when run inside the Google environment. by Nick Lewycky · 13 years ago
  64. 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  65. 5f31f08 Switch to the C++11 warning flags in tests. Patch by Ahmed Charles! by David Blaikie · 13 years ago
  66. dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
  67. b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
  68. 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
  69. 78f0ea7 Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc. by Richard Smith · 13 years ago
  70. 0b1b5b8 Add test for new -std=c++11 and -std=gnu++11 command-line arguments. by Richard Smith · 13 years ago
  71. d596c4d The Objective-C rewriter uses the fragile ABI, always. by Douglas Gregor · 13 years ago
  72. 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
  73. 09d26ad [driver] Fix test case for Windows due to fallout from r141202+r141205. by Chad Rosier · 13 years ago
  74. 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
  75. dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
  76. 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago
  77. f4e541c Specify -ccc-clang-archs for le32 targets which may not be supported by default. by Bob Wilson · 13 years ago
  78. c5306b0 Test a multilib setup on a 64-bit host. This is the far more common by Chandler Carruth · 13 years ago
  79. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  80. b6fdf8f Relax an assertion here a bit. This doesn't really matter, as we won't by Chandler Carruth · 13 years ago
  81. 621e6a6 Test that we include a GCC-triple-prefixed tree. While I don't know of by Chandler Carruth · 13 years ago
  82. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  83. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  84. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  85. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  86. 130e5ef As I suspected, completely non-multilib machines just get no suffix. by Chandler Carruth · 13 years ago
  87. 00ca848 Teach this test to cope with Windows suffixes so that msys builds can run it. by Chandler Carruth · 13 years ago
  88. 37cbb0b Correct my failure at writing proper regex's for FileCheck. Thanks Nick. by Chandler Carruth · 13 years ago
  89. f3a852a Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've by Chandler Carruth · 13 years ago
  90. 29bbe2b There might be an 'ld' without any path prefix. by Chandler Carruth · 13 years ago
  91. c4cc403 Add a test that ensures we get the basic multilib '-L' flags to 'ld' by Chandler Carruth · 13 years ago
  92. 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
  93. cc78c6c [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS by Chad Rosier · 13 years ago
  94. 0c479e5 Driver: Test case that was supposed to go with previous commit. by Daniel Dunbar · 13 years ago
  95. c535d97 Reenable -cxx-isystem for Objective C++, until I come up with a better solution by Benjamin Kramer · 13 years ago
  96. a3e86ed Don't test unix path seperators, that will fail on windows. by Benjamin Kramer · 13 years ago
  97. 4586347 See if going through env pacifies the windows buildbots. by Benjamin Kramer · 13 years ago
  98. 47adebe Add support for CPATH and friends. by Benjamin Kramer · 13 years ago
  99. 4fe4d73 [driver] i386 kext preprocessor jobs also need their unsupported options by Chad Rosier · 13 years ago
  100. 822eeb5 Stop cluttering the test directory with temporary files. by Benjamin Kramer · 14 years ago