1. 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
  2. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  3. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  4. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  5. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  6. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  7. dc536f5 MIPS: Factor out the code converting command line options to target features. by Simon Atanasyan · 12 years ago
  8. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  9. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  10. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  11. 4e6e791 Move a comment from the commit message into the code. by Bob Wilson · 12 years ago
  12. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  13. 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 12 years ago
  14. ec956d8 Include -D files in crash report repro scripts. (PR13255) by David Blaikie · 12 years ago
  15. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  16. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  17. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
  18. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  19. e486015 Adjust this code so that it strictly honors by John McCall · 12 years ago
  20. 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 12 years ago
  21. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  22. 8ab6c24 Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed by Ted Kremenek · 12 years ago
  23. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  24. 1322307 [driver] Per Bob's suggestion, emphasize the file dumps. rdar://11684107 by Chad Rosier · 12 years ago
  25. 4f6a4b4 [driver] Print the compiler version before the diagnostic messages. by Chad Rosier · 12 years ago
  26. 235a663 [driver] Make the crash diagnostic message more visable. Bug reports are being by Chad Rosier · 12 years ago
  27. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  28. a2284f5 [VS Toolchain] Correctly forward -l linker inputs to link.exe. by Michael J. Spencer · 12 years ago
  29. 940152f Support -f[no-]rewrite-includes from the driver. by David Blaikie · 12 years ago
  30. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  31. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  32. a08e7bc Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 12 years ago
  33. d5ba937 Remove AST and Parse from Driver's dependencies. by Jordan Rose · 12 years ago
  34. 8373862 Require -pie when linking with ASan on Android. by Evgeniy Stepanov · 12 years ago
  35. 5e62779 MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 12 years ago
  36. 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 12 years ago
  37. 003ab66 Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 12 years ago
  38. a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 12 years ago
  39. f0fab76 [driver] Have the crash diagnostics print the clang version information. by Chad Rosier · 12 years ago
  40. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  41. d26db2f Tell the driver that CUDA is a C++-like language, so that we get C++ by Peter Collingbourne · 12 years ago
  42. 1893731 [driver] Remove obsolete support for -A link option. The standard -A option is by Chad Rosier · 12 years ago
  43. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 12 years ago
  44. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  45. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 12 years ago
  46. f7efb0e [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt into the appropriate place at build time by Kostya Serebryany · 12 years ago
  47. 04e326b Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 12 years ago
  48. 63d9f3c Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 12 years ago
  49. 9172091 add embedded linux variants that occur in the field by Gabor Greif · 12 years ago
  50. 2ba542c Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 12 years ago
  51. 5f9688b Hexagon V5 FP support. by Sirish Pande · 12 years ago
  52. 4903320 Roll logic into a single if statement, per David's suggestion. by Chad Rosier · 12 years ago
  53. 8c99027 Use the triple directly, rather then getTriple(). by Chad Rosier · 12 years ago
  54. c793ea4 Now the proper fix for r156497. Sorry for the churn. by Chad Rosier · 12 years ago
  55. 4ec2678 Move the iOSVersionMin string to a header so as to avoid a dangling pointer. by Chad Rosier · 12 years ago
  56. 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 12 years ago
  57. e0cc309 Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> by Bob Wilson · 12 years ago
  58. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  59. 8775485 StringRefize code because we're good even when we crash. Patch by Jordy Rose. by Chad Rosier · 12 years ago
  60. 2e4fd6d Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 12 years ago
  61. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 12 years ago
  62. 8c4b4d3 Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> by Bob Wilson · 12 years ago
  63. 4472762 [driver - crash diagnostics] Convert the flags back to an array of strings and use by Chad Rosier · 12 years ago
  64. f9e156c Use array_lengthof instead of sizeof trickery. by Chad Rosier · 12 years ago
  65. 53d2409 [driver - crash diagnostics] Only write the failing command in the script. by Chad Rosier · 12 years ago
  66. c476e92 Canonicalize loop. by Chad Rosier · 12 years ago
  67. d83217c [driver crash diagnostics] Remove more flags that reference absolute paths that by Chad Rosier · 12 years ago
  68. 4206c27 Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 12 years ago
  69. 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
  70. 8049c44 Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 12 years ago
  71. 168d317 Speculatively fix windows cmake builders. by Andrew Trick · 12 years ago
  72. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 12 years ago
  73. 4e1b292 Add support for openSUSE 12.2, from Ismail Donmez! by Douglas Gregor · 12 years ago
  74. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  75. 4e47dee Fix logic such that we only call getToolChain once. No functional change by Chad Rosier · 12 years ago
  76. 1dcfe34 Remove redundant calls to BAA->getArchName(). No functional change intended. by Chad Rosier · 12 years ago
  77. c97e96a Revert 155679; Not a typo. by Chad Rosier · 12 years ago
  78. e9a4c01 Typo. by Chad Rosier · 12 years ago
  79. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 12 years ago
  80. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 12 years ago
  81. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 12 years ago
  82. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  83. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 12 years ago
  84. 6603ff8 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 12 years ago
  85. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  86. 0b1c715 Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 12 years ago
  87. 61ada0a In r135308, -save-temps was modified to prevent a temporary file from by Chad Rosier · 12 years ago
  88. d2fb883 When generating the clang crash diagnostic script, strip out the -o flag. by Chad Rosier · 12 years ago
  89. 80ec127 Add a little hack to emulate a clang crash, so the diagnostics generator can be by Chad Rosier · 12 years ago
  90. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  91. cc66b08 When generating the clang crash diagnostic script, strip out the -D, -F, and -I by Chad Rosier · 12 years ago
  92. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  93. 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 12 years ago
  94. 0407a04 fix a typo by Gabor Greif · 12 years ago
  95. 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 12 years ago
  96. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  97. 6c22939 Correct indentation by David Blaikie · 12 years ago
  98. e58e6f9 Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). by David Chisnall · 12 years ago
  99. e9b4d98 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  100. c515154 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 12 years ago