1. 03e9230 Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf by Daniel Dunbar · 13 years ago
  2. 359cf92 Move logic for passing down -mrelax-all / -relax-all into a common by Joerg Sonnenberger · 13 years ago
  3. 9d0fbea Rename ContainsCompileAction to ContainsCompileOrAssembleAction to by Joerg Sonnenberger · 13 years ago
  4. 3dc0541 Preserve the full name of the file, so that '-c -o foo.pic.o' produces by Nick Lewycky · 13 years ago
  5. 5ea4f44 Record where the GCOV data files should be placed. by Nick Lewycky · 13 years ago
  6. 574bb5a No, fix this use after free properly. by Nick Lewycky · 13 years ago
  7. 3c989fc Fix use after free through StringRef. by Nick Lewycky · 13 years ago
  8. 1a58402 Add the -mstackrealign option which just communicates the need to by Eric Christopher · 13 years ago
  9. cc95719 Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. by Daniel Dunbar · 13 years ago
  10. 61b1efe Disable CFI if not using the integrated assembler. We should probably do this only for by Rafael Espindola · 13 years ago
  11. f24a151 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 13 years ago
  12. 87e945f Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, by Daniel Dunbar · 13 years ago
  13. b7f5ef7 Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on by Daniel Dunbar · 13 years ago
  14. 3fd823b Driver/Darwin: Reject invalid arch combinations with by Daniel Dunbar · 13 years ago
  15. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 13 years ago
  16. 9d609f2 Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag by Daniel Dunbar · 13 years ago
  17. a0fa203 Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 13 years ago
  18. 3df2325 Driver/cc1as: Forward -mllvm arguments when compiling assembly files. by Daniel Dunbar · 13 years ago
  19. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 13 years ago
  20. 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
  21. 8ac127a Driver: When compilation fails, don't try to remove output files we don't have by Daniel Dunbar · 13 years ago
  22. 80585d8 Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. by Nico Weber · 13 years ago
  23. f8c247d Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 13 years ago
  24. 1cfe3c3 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 13 years ago
  25. 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 13 years ago
  26. 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
  27. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 13 years ago
  28. 3cc3ffc Fix indentation. No functional change. by Nick Lewycky · 13 years ago
  29. 8a3a7f3 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they by Daniel Dunbar · 13 years ago
  30. 0e02f6e Driver: Tweak -Xarch diags a bit more, we can't actually differentiate between by Daniel Dunbar · 13 years ago
  31. 7e9293b Driver: Improve -Xarch argument diagnostics a bit. by Daniel Dunbar · 13 years ago
  32. 32c8cb6 Driver: Suppress some additional warnings with -Qunused-arguments. by Daniel Dunbar · 13 years ago
  33. 659d23a Driver/Darwin: Switch to using -macosx for OS name in triples. by Daniel Dunbar · 13 years ago
  34. 729f38e Driver/Darwin: Switch to using new style triples. by Daniel Dunbar · 13 years ago
  35. 3cceec5 Driver/Darwin: Change to use generic iOS runtime library, which we now always need. by Daniel Dunbar · 13 years ago
  36. b5fbb89 Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext. by Daniel Dunbar · 13 years ago
  37. 877ded8 Driver: Support -fno-lto. by Daniel Dunbar · 13 years ago
  38. d130c7d Add ToolChain path support for linker on Slackware. by Ted Kremenek · 13 years ago
  39. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  40. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  41. 34bac1f Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input by Daniel Dunbar · 13 years ago
  42. 09f43ed fix the path to ld.so for darwin/ppc, resolving PR9677. Patch by Chris Lattner · 13 years ago
  43. b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 13 years ago
  44. 49af1f3 Rename -mtrap_function= to -ftrap_function= since it's now a target neutral options. by Evan Cheng · 13 years ago
  45. b20e442 Add -mtrap_function=<> option. rdar://9257465 by Evan Cheng · 13 years ago
  46. f44a1a0 fix a typo, patch by PaX team. by Chris Lattner · 13 years ago
  47. 089f872 Driver: Don't attempt to forward some Clang-only options to cc1. by Daniel Dunbar · 13 years ago
  48. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 13 years ago
  49. 8f1cc07 Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. by Eric Christopher · 13 years ago
  50. 43ac297 Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. by Ted Kremenek · 13 years ago
  51. 832316e Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle by Argyrios Kyrtzidis · 13 years ago
  52. 054e4f5 Introduce Driver::createInvocationFromArgs used to create a CompilerInvocation from command-line args. by Argyrios Kyrtzidis · 13 years ago
  53. 1051fc0 Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. by Daniel Dunbar · 13 years ago
  54. 4035580 Driver/Darwin: Tweak link logic for simulator. by Daniel Dunbar · 13 years ago
  55. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 13 years ago
  56. abaca7a Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 13 years ago
  57. 5adb5a8 Add -f[no-]strict-overflow to the Clang driver. Use it to set the by Chandler Carruth · 13 years ago
  58. 59f9046 Driver/Darwin: Dsymutil actions should put the dSYM adjacent to the output file. by Daniel Dunbar · 13 years ago
  59. 5188507 Rework checker "packages" and groups to be more hierarchical. by Ted Kremenek · 13 years ago
  60. 7f9fc3f switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. by Chris Lattner · 13 years ago
  61. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 13 years ago
  62. 1ec0ade Add clang support for cortex-m0 cpus. Patch by James Orr. by Bob Wilson · 13 years ago
  63. 10c6435 Introduce FindTargetProgramPath to check for a target-specific helper by Joerg Sonnenberger · 13 years ago
  64. 05e5930 Memorize presence/absence of -nostdlib in Driver. by Joerg Sonnenberger · 13 years ago
  65. 8ab2bdc Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD by Joerg Sonnenberger · 13 years ago
  66. d98750f Driver: Forward -traditional and -traditional-cpp in preprocessing modes. by Daniel Dunbar · 13 years ago
  67. 5ce872f Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we by Daniel Dunbar · 13 years ago
  68. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 13 years ago
  69. 4702309 Driver/Darwin: Change fallback to use llvm-gcc search paths instead of GCC. by Daniel Dunbar · 13 years ago
  70. 79be940 Driver/Darwin: Kill the DarwinGCC toolchain. by Daniel Dunbar · 13 years ago
  71. 7693b10 On !Darwin, do use the integrated as with -static. by Rafael Espindola · 13 years ago
  72. 3209669 The Darwin kernel does not provide useful guard variable support. by John McCall · 13 years ago
  73. d47ea69 Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* by Daniel Dunbar · 13 years ago
  74. 0133917 Driver/Darwin: These are command line options, not target features. by Daniel Dunbar · 13 years ago
  75. 7f6f8c8 Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL. by Daniel Dunbar · 13 years ago
  76. fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 13 years ago
  77. 7187fac Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this by Daniel Dunbar · 13 years ago
  78. 9a2927c Use C as fallback type if in C preprocessor mode. by Joerg Sonnenberger · 13 years ago
  79. 814638e Support Ubuntu hardy and intrepid, from Thomas Gamper! by Douglas Gregor · 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. 65f7165 Redo part of r127137: by Joerg Sonnenberger · 13 years ago
  82. 951c570 Explicitly initialize CCCIsCPP by Joerg Sonnenberger · 13 years ago
  83. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 13 years ago
  84. f0594d8 Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! by Douglas Gregor · 13 years ago
  85. 476fc67 Normalize target triple passed out of driver. Basically this means by Anton Korobeynikov · 13 years ago
  86. db04e2e build: Allow disabling movt/movw from build, for testing purposes. by Daniel Dunbar · 13 years ago
  87. 86643b8 Since getDriver().getInstalledDir() returns a const char *, don't try to by Benjamin Kramer · 13 years ago
  88. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 13 years ago
  89. 451f8ca The default CPU on FreeBSD for i386 should be i486, not pentium4. by Roman Divacky · 13 years ago
  90. 20f1462 On FreeBSD, we don't want 'getDriver().Dir + "/../lib"' added to the by Roman Divacky · 13 years ago
  91. 58e5ac9 For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", but by Roman Divacky · 13 years ago
  92. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 13 years ago
  93. 9c094fb Disable more warnings so that it is safe to use by Rafael Espindola · 13 years ago
  94. 035ff0c Don't warn about "clang -use-gold-plugin -c ...". With this users can say by Rafael Espindola · 13 years ago
  95. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  96. 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
  97. 43f220f Fix a tiny goof in the Driver's logic which caused the explicit presence by Chandler Carruth · 13 years ago
  98. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 13 years ago
  99. a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 13 years ago
  100. 525544d Factor code out into a helper function, shouldUseExceptionTablesForObjCExceptions. by Anders Carlsson · 13 years ago