1. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  2. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  3. 3d15751 XFAIL linker-opts.c on win32 now that it doesn't pretend that link.exe is ld. by Michael J. Spencer · 12 years ago
  4. a2284f5 [VS Toolchain] Correctly forward -l linker inputs to link.exe. by Michael J. Spencer · 12 years ago
  5. c4033f3 For compatibility with gcc, accept -maltivec as an alias of -faltivec. by Hal Finkel · 12 years ago
  6. 6ae9720 test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920 by NAKAMURA Takumi · 12 years ago
  7. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  8. afaa421 Fix test to work when clang is built without powerpc64 support. by Bob Wilson · 12 years ago
  9. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  10. 69cb1ba supply a simple-minded testcase for r156813, to check whether the embedded montavista gcc toolchain is recognized by Gabor Greif · 12 years ago
  11. 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 12 years ago
  12. a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 12 years ago
  13. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 12 years ago
  14. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 12 years ago
  15. 6a1fd4a Tweek r156937 a bit so that the suggestions are correct. by Chad Rosier · 12 years ago
  16. ff1affe Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 12 years ago
  17. 04e326b Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 12 years ago
  18. 63d9f3c Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 12 years ago
  19. 2ba542c Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 12 years ago
  20. 78e63f1 Update test case for new default of 3.0 by Chad Rosier · 12 years ago
  21. 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 12 years ago
  22. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  23. 2e4fd6d Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 12 years ago
  24. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 12 years ago
  25. c4b69f0 Test case Clang::Driver/debug-options-as.c depends on the integrated assembler. Turn it on explicitly on all platforms by the "-integrated-as" option. by Simon Atanasyan · 12 years ago
  26. 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 12 years ago
  27. 8049c44 Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 12 years ago
  28. 198ff65 Revert r155874. by Douglas Gregor · 12 years ago
  29. 1de801a Move a non portable test to FileCheck, from Jonathan Gray! by Douglas Gregor · 12 years ago
  30. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  31. ba82a61 test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as. by NAKAMURA Takumi · 12 years ago
  32. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 12 years ago
  33. 4f148d9 MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. by Simon Atanasyan · 12 years ago
  34. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 12 years ago
  35. 99f8f17 Make asan-ld test windows-safe. by Evgeniy Stepanov · 12 years ago
  36. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 12 years ago
  37. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  38. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 12 years ago
  39. d8f0276 Add a test for svn r155263. by Bob Wilson · 12 years ago
  40. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  41. e9b4d98 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  42. 0e9bf71 Fix the testcase :-( by Rafael Espindola · 12 years ago
  43. c515154 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 12 years ago
  44. ae7e939 Author: Daniel Dunbar <daniel@zuster.org> by Daniel Dunbar · 12 years ago
  45. e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 12 years ago
  46. e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 12 years ago
  47. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  48. 073a780 MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 12 years ago
  49. a53ab5c [driver] In general, the driver claims redundant args and uses the last arg. by Chad Rosier · 12 years ago
  50. 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  51. 5f0a1c1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 12 years ago
  52. aba3f0f MIPS: Move tests check float ABI macros definitions to the more appropriate place. by Simon Atanasyan · 12 years ago
  53. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 12 years ago
  54. 3953911 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 12 years ago
  55. 30fe6ba [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 12 years ago
  56. 7a938fa [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 12 years ago
  57. e982cc0 modern objc translator. Add more by Fariborz Jahanian · 12 years ago
  58. e1fde1d Simplify test a bit now that it's not actually running cc1plus. by Bob Wilson · 12 years ago
  59. c9aa9c0 Don't actually execute gcc during testing. by Benjamin Kramer · 12 years ago
  60. 6fb522e Add a testcase for svn r153854. by Bob Wilson · 12 years ago
  61. 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 12 years ago
  62. dde3bdb Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. by Jan Wen Voung · 12 years ago
  63. 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 12 years ago
  64. d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 12 years ago
  65. 54edd47 Test case for r153348. by Akira Hatanaka · 12 years ago
  66. b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 12 years ago
  67. 1e0c952 Try to get cpath.c passing on windows, using lit's new ${pathsep} variable. by Nico Weber · 12 years ago
  68. 6d2b131 test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now. by NAKAMURA Takumi · 12 years ago
  69. 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 12 years ago
  70. 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
  71. fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 12 years ago
  72. 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 12 years ago
  73. 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 12 years ago
  74. 1cdbfd3 Typo. by Chad Rosier · 12 years ago
  75. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  76. cf3a6c4 Update test case to use not tool. by Chad Rosier · 12 years ago
  77. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  78. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  79. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  80. 701ec8d Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 12 years ago
  81. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 12 years ago
  82. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  83. 9f86af8 Whitespace. by Chad Rosier · 12 years ago
  84. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 12 years ago
  85. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 12 years ago
  86. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 12 years ago
  87. 670326f [driver] Add support for -g2 and -ggdb debug flags. rdar://10947759 by Chad Rosier · 12 years ago
  88. 5ed7dd6 Okay, makes sense to change all the occurences to match clang.EXE. by Benjamin Kramer · 12 years ago
  89. f58b388 Allow any file extension for the clang binary in the linux-header-search test. by Benjamin Kramer · 12 years ago
  90. 2229d57 Add the critical crtbegin.o files necessary for any of the tests in by Chandler Carruth · 12 years ago
  91. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 12 years ago
  92. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 12 years ago
  93. 0227ade Update test for r151288 by Jim Grosbach · 12 years ago
  94. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 12 years ago
  95. e3bab98 Skip testing the crtbegin.o, and resume using a single variable for the by Chandler Carruth · 12 years ago
  96. 6ce2341 Clean up, add some documentation, and make this test return to checking by Chandler Carruth · 12 years ago
  97. c9e0f92 Adding a test case for the working-directory fix by Aaron Ballman · 12 years ago
  98. 607098c Make the regular expressions in this test more narrow to ensure we're by Chandler Carruth · 12 years ago
  99. 49c6039 Don't check for /lib and /usr/lib. by Rafael Espindola · 12 years ago
  100. ab1cc02 Our handling of variables in FileCheck looks really broken on windws. Just by Rafael Espindola · 12 years ago