1. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  2. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  3. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
  4. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  5. e486015 Adjust this code so that it strictly honors by John McCall · 12 years ago
  6. 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 12 years ago
  7. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  8. 8ab6c24 Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed by Ted Kremenek · 12 years ago
  9. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  10. 1322307 [driver] Per Bob's suggestion, emphasize the file dumps. rdar://11684107 by Chad Rosier · 12 years ago
  11. 4f6a4b4 [driver] Print the compiler version before the diagnostic messages. by Chad Rosier · 12 years ago
  12. 235a663 [driver] Make the crash diagnostic message more visable. Bug reports are being by Chad Rosier · 12 years ago
  13. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  14. a2284f5 [VS Toolchain] Correctly forward -l linker inputs to link.exe. by Michael J. Spencer · 12 years ago
  15. 940152f Support -f[no-]rewrite-includes from the driver. by David Blaikie · 12 years ago
  16. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  17. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  18. 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
  19. d5ba937 Remove AST and Parse from Driver's dependencies. by Jordan Rose · 12 years ago
  20. 8373862 Require -pie when linking with ASan on Android. by Evgeniy Stepanov · 12 years ago
  21. 5e62779 MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 12 years ago
  22. 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 12 years ago
  23. 003ab66 Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 12 years ago
  24. a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 12 years ago
  25. f0fab76 [driver] Have the crash diagnostics print the clang version information. by Chad Rosier · 12 years ago
  26. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  27. d26db2f Tell the driver that CUDA is a C++-like language, so that we get C++ by Peter Collingbourne · 12 years ago
  28. 1893731 [driver] Remove obsolete support for -A link option. The standard -A option is by Chad Rosier · 12 years ago
  29. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 12 years ago
  30. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  31. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 12 years ago
  32. 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
  33. 04e326b Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 12 years ago
  34. 63d9f3c Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 12 years ago
  35. 9172091 add embedded linux variants that occur in the field by Gabor Greif · 12 years ago
  36. 2ba542c Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 12 years ago
  37. 5f9688b Hexagon V5 FP support. by Sirish Pande · 12 years ago
  38. 4903320 Roll logic into a single if statement, per David's suggestion. by Chad Rosier · 12 years ago
  39. 8c99027 Use the triple directly, rather then getTriple(). by Chad Rosier · 12 years ago
  40. c793ea4 Now the proper fix for r156497. Sorry for the churn. by Chad Rosier · 12 years ago
  41. 4ec2678 Move the iOSVersionMin string to a header so as to avoid a dangling pointer. by Chad Rosier · 12 years ago
  42. 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 12 years ago
  43. e0cc309 Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> by Bob Wilson · 12 years ago
  44. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  45. 8775485 StringRefize code because we're good even when we crash. Patch by Jordy Rose. by Chad Rosier · 12 years ago
  46. 2e4fd6d Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 12 years ago
  47. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 12 years ago
  48. 8c4b4d3 Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> by Bob Wilson · 12 years ago
  49. 4472762 [driver - crash diagnostics] Convert the flags back to an array of strings and use by Chad Rosier · 12 years ago
  50. f9e156c Use array_lengthof instead of sizeof trickery. by Chad Rosier · 12 years ago
  51. 53d2409 [driver - crash diagnostics] Only write the failing command in the script. by Chad Rosier · 12 years ago
  52. c476e92 Canonicalize loop. by Chad Rosier · 12 years ago
  53. d83217c [driver crash diagnostics] Remove more flags that reference absolute paths that by Chad Rosier · 12 years ago
  54. 4206c27 Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 12 years ago
  55. 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
  56. 8049c44 Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 12 years ago
  57. 168d317 Speculatively fix windows cmake builders. by Andrew Trick · 12 years ago
  58. 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
  59. 4e1b292 Add support for openSUSE 12.2, from Ismail Donmez! by Douglas Gregor · 12 years ago
  60. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  61. 4e47dee Fix logic such that we only call getToolChain once. No functional change by Chad Rosier · 12 years ago
  62. 1dcfe34 Remove redundant calls to BAA->getArchName(). No functional change intended. by Chad Rosier · 12 years ago
  63. c97e96a Revert 155679; Not a typo. by Chad Rosier · 12 years ago
  64. e9a4c01 Typo. by Chad Rosier · 12 years ago
  65. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 12 years ago
  66. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 12 years ago
  67. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 12 years ago
  68. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  69. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 12 years ago
  70. 6603ff8 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 12 years ago
  71. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  72. 0b1c715 Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 12 years ago
  73. 61ada0a In r135308, -save-temps was modified to prevent a temporary file from by Chad Rosier · 12 years ago
  74. d2fb883 When generating the clang crash diagnostic script, strip out the -o flag. by Chad Rosier · 12 years ago
  75. 80ec127 Add a little hack to emulate a clang crash, so the diagnostics generator can be by Chad Rosier · 12 years ago
  76. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  77. cc66b08 When generating the clang crash diagnostic script, strip out the -D, -F, and -I by Chad Rosier · 12 years ago
  78. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  79. 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 12 years ago
  80. 0407a04 fix a typo by Gabor Greif · 12 years ago
  81. 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 12 years ago
  82. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  83. 6c22939 Correct indentation by David Blaikie · 12 years ago
  84. e58e6f9 Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). by David Chisnall · 12 years ago
  85. e9b4d98 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  86. c515154 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 12 years ago
  87. e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 12 years ago
  88. e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 12 years ago
  89. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  90. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  91. e257179 Factor out ARM floating ABI determination to new routine by Anton Korobeynikov · 12 years ago
  92. c3cb072 Make a modern Objective-C runtime the default target for *BSD. Don't yet change this on GNU/Linux, where the GCC runtime still tends to be used. by David Chisnall · 12 years ago
  93. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  94. 073a780 MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 12 years ago
  95. a2768be MIPS: Move code calculates CPU and ABI names to the separate function to reuse this function later. by Simon Atanasyan · 12 years ago
  96. a53ab5c [driver] In general, the driver claims redundant args and uses the last arg. by Chad Rosier · 12 years ago
  97. 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  98. 5f0a1c1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 12 years ago
  99. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 12 years ago
  100. 3953911 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 12 years ago