1. a68e1c3 Driver/Darwin: Fixup version check for -object_path_lto support. by Daniel Dunbar · 13 years ago
  2. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  3. 5bfa656 Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so by Daniel Dunbar · 13 years ago
  4. c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 13 years ago
  5. c2e70b4 [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 13 years ago
  6. 7a883e3 Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . by Eli Friedman · 13 years ago
  7. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  8. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  9. 74da19f Introduce a -cc1-level option to turn off related result type by Douglas Gregor · 13 years ago
  10. 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 13 years ago
  11. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  12. db6393f Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386 by Joerg Sonnenberger · 13 years ago
  13. 000a655 Adjust the linker for PowerPC64/-m32 on FreeBSD too. by Roman Divacky · 13 years ago
  14. 3393cef Make -m32 work on FreeBSD/PowerPC64. by Roman Divacky · 13 years ago
  15. 80df025 On linux, -nostdlib was causing a --start-group with no --end-group to be passed by Nick Lewycky · 13 years ago
  16. db3f24a Change how we link libprofile_rt.a. While at it, refactor the code a bit. by Rafael Espindola · 13 years ago
  17. 01ba854 Add -fno-gnu89-inline. by Rafael Espindola · 13 years ago
  18. fb3f4aa Implement -fgnu89-inline. Fixes PR10041. by Rafael Espindola · 13 years ago
  19. 446b847 Add the necessary -L option for finding libprofile_rt.a. It might be a good by Rafael Espindola · 13 years ago
  20. 951733d Driver/Clang: Simplify code to use arch enumerations. by Daniel Dunbar · 13 years ago
  21. 2e95a6d When given one of the applicable coverage flags, try to link against by Nick Lewycky · 13 years ago
  22. 776bff7 Let amd64 be used in target triple instead of x86_64 on FreeBSD. by Roman Divacky · 13 years ago
  23. 5b4e7b1 For non-Darwin, a plain 'char' type is unsigned. by Jim Grosbach · 13 years ago
  24. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  25. 46a4939 Correction for r131662, the GNU as option is --fatal-warnings. by Joerg Sonnenberger · 13 years ago
  26. d793350 Support -fatal-warnings for the assembler frontend by Joerg Sonnenberger · 13 years ago
  27. cb77392 Fix comment. by Rafael Espindola · 13 years ago
  28. 97f6abb The logic about -static is darwin only. For now assume that all non by Rafael Espindola · 13 years ago
  29. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  30. 03e9230 Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf by Daniel Dunbar · 13 years ago
  31. 359cf92 Move logic for passing down -mrelax-all / -relax-all into a common by Joerg Sonnenberger · 13 years ago
  32. 3dc0541 Preserve the full name of the file, so that '-c -o foo.pic.o' produces by Nick Lewycky · 13 years ago
  33. 5ea4f44 Record where the GCOV data files should be placed. by Nick Lewycky · 13 years ago
  34. 574bb5a No, fix this use after free properly. by Nick Lewycky · 13 years ago
  35. 3c989fc Fix use after free through StringRef. by Nick Lewycky · 13 years ago
  36. 1a58402 Add the -mstackrealign option which just communicates the need to by Eric Christopher · 13 years ago
  37. cc95719 Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. by Daniel Dunbar · 13 years ago
  38. 61b1efe Disable CFI if not using the integrated assembler. We should probably do this only for by Rafael Espindola · 13 years ago
  39. f24a151 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 13 years ago
  40. b7f5ef7 Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on by Daniel Dunbar · 13 years ago
  41. a0fa203 Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 13 years ago
  42. 3df2325 Driver/cc1as: Forward -mllvm arguments when compiling assembly files. by Daniel Dunbar · 13 years ago
  43. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 13 years ago
  44. 2951637 Make the top-level driver ignore -fobjc-default-synthesize-properties while this feature undergoes more review and development. This is still available as a -cc1 option for testing. by Ted Kremenek · 13 years ago
  45. f8c247d Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 13 years ago
  46. 1cfe3c3 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 13 years ago
  47. 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 13 years ago
  48. 8387e2a Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. by Francois Pichet · 13 years ago
  49. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 13 years ago
  50. 3cc3ffc Fix indentation. No functional change. by Nick Lewycky · 13 years ago
  51. b5fbb89 Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext. by Daniel Dunbar · 13 years ago
  52. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  53. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  54. 34bac1f Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input by Daniel Dunbar · 13 years ago
  55. 09f43ed fix the path to ld.so for darwin/ppc, resolving PR9677. Patch by Chris Lattner · 13 years ago
  56. b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 13 years ago
  57. 49af1f3 Rename -mtrap_function= to -ftrap_function= since it's now a target neutral options. by Evan Cheng · 13 years ago
  58. b20e442 Add -mtrap_function=<> option. rdar://9257465 by Evan Cheng · 13 years ago
  59. f44a1a0 fix a typo, patch by PaX team. by Chris Lattner · 13 years ago
  60. 089f872 Driver: Don't attempt to forward some Clang-only options to cc1. by Daniel Dunbar · 13 years ago
  61. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 13 years ago
  62. 43ac297 Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. by Ted Kremenek · 13 years ago
  63. 1051fc0 Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. by Daniel Dunbar · 13 years ago
  64. 4035580 Driver/Darwin: Tweak link logic for simulator. by Daniel Dunbar · 13 years ago
  65. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 13 years ago
  66. abaca7a Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 13 years ago
  67. 5adb5a8 Add -f[no-]strict-overflow to the Clang driver. Use it to set the by Chandler Carruth · 13 years ago
  68. 5188507 Rework checker "packages" and groups to be more hierarchical. by Ted Kremenek · 13 years ago
  69. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 13 years ago
  70. 1ec0ade Add clang support for cortex-m0 cpus. Patch by James Orr. by Bob Wilson · 13 years ago
  71. 10c6435 Introduce FindTargetProgramPath to check for a target-specific helper by Joerg Sonnenberger · 13 years ago
  72. 8ab2bdc Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD by Joerg Sonnenberger · 13 years ago
  73. d98750f Driver: Forward -traditional and -traditional-cpp in preprocessing modes. by Daniel Dunbar · 13 years ago
  74. 3209669 The Darwin kernel does not provide useful guard variable support. by John McCall · 13 years ago
  75. d47ea69 Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* by Daniel Dunbar · 13 years ago
  76. 0133917 Driver/Darwin: These are command line options, not target features. by Daniel Dunbar · 13 years ago
  77. 7f6f8c8 Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL. by Daniel Dunbar · 13 years ago
  78. fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 13 years ago
  79. 7187fac Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this by Daniel Dunbar · 13 years ago
  80. ade3195 Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStores checker into the "deadcode" group. by Ted Kremenek · 13 years ago
  81. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 13 years ago
  82. f0594d8 Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! by Douglas Gregor · 13 years ago
  83. db04e2e build: Allow disabling movt/movw from build, for testing purposes. by Daniel Dunbar · 13 years ago
  84. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 13 years ago
  85. 451f8ca The default CPU on FreeBSD for i386 should be i486, not pentium4. by Roman Divacky · 13 years ago
  86. 58e5ac9 For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", but by Roman Divacky · 13 years ago
  87. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 13 years ago
  88. 9c094fb Disable more warnings so that it is safe to use by Rafael Espindola · 13 years ago
  89. 035ff0c Don't warn about "clang -use-gold-plugin -c ...". With this users can say by Rafael Espindola · 13 years ago
  90. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  91. e6533ff Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is specified), because this combination of flags defines an Objective-C runtime that includes a blocks runtime. by David Chisnall · 13 years ago
  92. 43f220f Fix a tiny goof in the Driver's logic which caused the explicit presence by Chandler Carruth · 14 years ago
  93. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 14 years ago
  94. a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 14 years ago
  95. 525544d Factor code out into a helper function, shouldUseExceptionTablesForObjCExceptions. by Anders Carlsson · 14 years ago
  96. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
  97. a2e4021 Pass the right linker flag in openbsd::Link::ConstructJob, by Chris Lattner · 14 years ago
  98. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
  99. 8899ab0 [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase without crashing; enable it for C++. by Argyrios Kyrtzidis · 14 years ago
  100. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago