1. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  2. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  3. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  4. 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
  5. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  6. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  7. 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
  8. 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago
  9. 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
  10. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  11. 6acf8b4 During LTO, we call 'dsymutil' when we compile source files. This necessitates by Bill Wendling · 12 years ago
  12. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  13. 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
  14. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  15. 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
  16. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  17. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  18. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  19. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  20. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  21. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  22. dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
  23. 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
  24. 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
  25. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  26. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  27. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  28. c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
  29. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  30. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  31. ecbbea4 Emit .gcda files as absolute paths instead of relative paths. by Bill Wendling · 12 years ago
  32. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  33. 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago
  34. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  35. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  36. e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
  37. c9c48db Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. by Eli Friedman · 12 years ago
  38. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  39. a7635f1 Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. by Bob Wilson · 12 years ago
  40. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  41. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  42. 6cc9dc8 Fix dynamic object linker for ARM GNUEABIHF. by Jiangning Liu · 12 years ago
  43. dfa210b Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on newer FreeBSD (GNU ld 2.17). by David Chisnall · 12 years ago
  44. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  45. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  46. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  47. 7dae689 Enable new linker behaviour on FreeBSD. by David Chisnall · 12 years ago
  48. 6a1f94b Revert r160052, "Default to -std=c++11 on Windows.", for now. by NAKAMURA Takumi · 12 years ago
  49. 85663e7 Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  50. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  51. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  52. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  53. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  54. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  55. dc536f5 MIPS: Factor out the code converting command line options to target features. by Simon Atanasyan · 12 years ago
  56. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  57. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  58. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  59. 4e6e791 Move a comment from the commit message into the code. by Bob Wilson · 12 years ago
  60. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  61. 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 12 years ago
  62. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  63. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
  64. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  65. 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 12 years ago
  66. 8ab6c24 Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed by Ted Kremenek · 12 years ago
  67. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  68. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  69. a2284f5 [VS Toolchain] Correctly forward -l linker inputs to link.exe. by Michael J. Spencer · 12 years ago
  70. 940152f Support -f[no-]rewrite-includes from the driver. by David Blaikie · 12 years ago
  71. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  72. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  73. 8373862 Require -pie when linking with ASan on Android. by Evgeniy Stepanov · 12 years ago
  74. 5e62779 MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 12 years ago
  75. 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 12 years ago
  76. 003ab66 Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 12 years ago
  77. a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 12 years ago
  78. 1893731 [driver] Remove obsolete support for -A link option. The standard -A option is by Chad Rosier · 12 years ago
  79. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 12 years ago
  80. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 12 years ago
  81. 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
  82. 04e326b Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 12 years ago
  83. 63d9f3c Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 12 years ago
  84. 2ba542c Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 12 years ago
  85. 5f9688b Hexagon V5 FP support. by Sirish Pande · 12 years ago
  86. e0cc309 Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> by Bob Wilson · 12 years ago
  87. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  88. 2e4fd6d Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 12 years ago
  89. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 12 years ago
  90. 8c4b4d3 Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> by Bob Wilson · 12 years ago
  91. 4206c27 Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 12 years ago
  92. 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
  93. 8049c44 Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 12 years ago
  94. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 12 years ago
  95. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 12 years ago
  96. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  97. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 12 years ago
  98. 6603ff8 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 12 years ago
  99. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  100. 0b1c715 Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 12 years ago