1. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 14 years ago
  2. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  3. 34bac1f Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input by Daniel Dunbar · 14 years ago
  4. 09f43ed fix the path to ld.so for darwin/ppc, resolving PR9677. Patch by Chris Lattner · 14 years ago
  5. b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 14 years ago
  6. 49af1f3 Rename -mtrap_function= to -ftrap_function= since it's now a target neutral options. by Evan Cheng · 14 years ago
  7. b20e442 Add -mtrap_function=<> option. rdar://9257465 by Evan Cheng · 14 years ago
  8. f44a1a0 fix a typo, patch by PaX team. by Chris Lattner · 14 years ago
  9. 089f872 Driver: Don't attempt to forward some Clang-only options to cc1. by Daniel Dunbar · 14 years ago
  10. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 14 years ago
  11. 43ac297 Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. by Ted Kremenek · 14 years ago
  12. 1051fc0 Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. by Daniel Dunbar · 14 years ago
  13. 4035580 Driver/Darwin: Tweak link logic for simulator. by Daniel Dunbar · 14 years ago
  14. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 14 years ago
  15. abaca7a Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 14 years ago
  16. 5adb5a8 Add -f[no-]strict-overflow to the Clang driver. Use it to set the by Chandler Carruth · 14 years ago
  17. 5188507 Rework checker "packages" and groups to be more hierarchical. by Ted Kremenek · 14 years ago
  18. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 14 years ago
  19. 1ec0ade Add clang support for cortex-m0 cpus. Patch by James Orr. by Bob Wilson · 14 years ago
  20. 10c6435 Introduce FindTargetProgramPath to check for a target-specific helper by Joerg Sonnenberger · 14 years ago
  21. 8ab2bdc Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD by Joerg Sonnenberger · 14 years ago
  22. d98750f Driver: Forward -traditional and -traditional-cpp in preprocessing modes. by Daniel Dunbar · 14 years ago
  23. 3209669 The Darwin kernel does not provide useful guard variable support. by John McCall · 14 years ago
  24. d47ea69 Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* by Daniel Dunbar · 14 years ago
  25. 0133917 Driver/Darwin: These are command line options, not target features. by Daniel Dunbar · 14 years ago
  26. 7f6f8c8 Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL. by Daniel Dunbar · 14 years ago
  27. fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 14 years ago
  28. 7187fac Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this by Daniel Dunbar · 14 years ago
  29. ade3195 Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStores checker into the "deadcode" group. by Ted Kremenek · 14 years ago
  30. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 14 years ago
  31. f0594d8 Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! by Douglas Gregor · 14 years ago
  32. db04e2e build: Allow disabling movt/movw from build, for testing purposes. by Daniel Dunbar · 14 years ago
  33. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 14 years ago
  34. 451f8ca The default CPU on FreeBSD for i386 should be i486, not pentium4. by Roman Divacky · 14 years ago
  35. 58e5ac9 For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", but by Roman Divacky · 14 years ago
  36. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  37. 9c094fb Disable more warnings so that it is safe to use by Rafael Espindola · 14 years ago
  38. 035ff0c Don't warn about "clang -use-gold-plugin -c ...". With this users can say by Rafael Espindola · 14 years ago
  39. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 14 years ago
  40. 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 · 14 years ago
  41. 43f220f Fix a tiny goof in the Driver's logic which caused the explicit presence by Chandler Carruth · 14 years ago
  42. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 14 years ago
  43. a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 14 years ago
  44. 525544d Factor code out into a helper function, shouldUseExceptionTablesForObjCExceptions. by Anders Carlsson · 14 years ago
  45. 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
  46. a2e4021 Pass the right linker flag in openbsd::Link::ConstructJob, by Chris Lattner · 14 years ago
  47. 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
  48. 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
  49. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  50. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
  51. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  52. 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
  53. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
  54. 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 14 years ago
  55. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
  56. 2423026 Add braces to quiet a gcc warning. by Matt Beaumont-Gay · 15 years ago
  57. c16bb76 Adjust the object files to be linked in when mcount profiling by Roman Divacky · 15 years ago
  58. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 15 years ago
  59. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 15 years ago
  60. fc2bd7c Add better support for ARM EABI triples. Patch by Renato Golin! by Bob Wilson · 15 years ago
  61. 2843c19 Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. by Daniel Dunbar · 15 years ago
  62. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 15 years ago
  63. 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 15 years ago
  64. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
  65. b2d11cc Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. by Nick Lewycky · 15 years ago
  66. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 15 years ago
  67. 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 15 years ago
  68. bd5a94e [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 15 years ago
  69. 657ca66 improve compatibility with GCC: when generating the ".d" filename to use by Chris Lattner · 15 years ago
  70. f033517 Driver: tweak handling of '--analyze' to invoke by Ted Kremenek · 15 years ago
  71. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 15 years ago
  72. b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 15 years ago
  73. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 15 years ago
  74. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 15 years ago
  75. 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 15 years ago
  76. 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 15 years ago
  77. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 15 years ago
  78. 49c64fd Handle -nostartfiles. by Rafael Espindola · 15 years ago
  79. 03013fa Merge System into Support. by Michael J. Spencer · 15 years ago
  80. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 15 years ago
  81. a30d6cd Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand by Daniel Dunbar · 15 years ago
  82. d02bba8 Driver: Ignore -force_cpusubtype_ALL. by Daniel Dunbar · 15 years ago
  83. 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 15 years ago
  84. 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 15 years ago
  85. fdda171 Implement -pie. by Rafael Espindola · 15 years ago
  86. dbe80d9 Don't warn about clang -w -c foo.s Helps with the gdb testsuite. by Rafael Espindola · 15 years ago
  87. 7f6458b Don't warn about -w not being used in a link. Necessary to get sane by Rafael Espindola · 15 years ago
  88. db85e05 Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. Fixes PR8607. by Rafael Espindola · 15 years ago
  89. 26f14c3 Fixes PR8611. by Rafael Espindola · 15 years ago
  90. 5e3bc94 Driver: Support -Oz as an alias for -Os. by Daniel Dunbar · 15 years ago
  91. 89414b3 Add support for -nostdlib in the linux toolchain. by Rafael Espindola · 15 years ago
  92. e0e6d3b Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg and by Rafael Espindola · 15 years ago
  93. de17ba7 Driver: Allow build system override of default non-fragile ABI version. by Daniel Dunbar · 15 years ago
  94. 65ba55d Add -rdynamic to freebsd and openbsd. Patch by Ruben. by Rafael Espindola · 15 years ago
  95. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 15 years ago
  96. dc1b76d Add support for -rdynamic. by Rafael Espindola · 15 years ago
  97. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 15 years ago
  98. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
  99. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 15 years ago
  100. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 15 years ago