1. fb36d21 Driver: Add missing claim() for -mllvm options. by Daniel Dunbar · 14 years ago
  2. f404686 Tidy up comment. by Daniel Dunbar · 14 years ago
  3. 3f87fb0 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 14 years ago
  4. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  5. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 15 years ago
  6. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 15 years ago
  7. 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 15 years ago
  8. 32579cf Turn access control on by default in the driver. by John McCall · 15 years ago
  9. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  10. 71c972a Remove caseless switch. by Benjamin Kramer · 15 years ago
  11. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 15 years ago
  12. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 15 years ago
  13. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
  14. 3edbeb7 add support for -MQ flag to quote targets in dependency file, by Chris Lattner · 15 years ago
  15. 3bc96eb Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environment by Daniel Dunbar · 15 years ago
  16. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
  17. 0647a7b Disable the emission of frontend warnings (not errors) under --analyze. by Ted Kremenek · 15 years ago
  18. 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 15 years ago
  19. 48ad609 Add very limited support for GCC's '-B' flag. This allows us to support unusual by Chandler Carruth · 15 years ago
  20. 84d1e6e Driver: Fix thinkos that prevented Clang from picking the right deployment by Daniel Dunbar · 15 years ago
  21. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 15 years ago
  22. b86c5fc Driver: Fix -### to quote shell special characters, following gcc. by Daniel Dunbar · 15 years ago
  23. 0a80ba7 Driver: Fix a number of -fapple-kext issues: by Daniel Dunbar · 15 years ago
  24. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 15 years ago
  25. bbd2a04 Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. by Daniel Dunbar · 15 years ago
  26. 03d87ee Driver: Fix possible crash when targetting an unknown (unsupported) Darwin by Daniel Dunbar · 15 years ago
  27. 3ddd6e0 Make -faccess-control and -fno-access-control driver options. by John McCall · 15 years ago
  28. 8c6fa84 Driver: Fix forwarding of -fno-lax-vector-conversions. by Daniel Dunbar · 15 years ago
  29. 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
  30. fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 15 years ago
  31. 9d44023 Driver: Free jobs in JobList and PipedJob instances. by Daniel Dunbar · 15 years ago
  32. cbc6a63 Fix -Wsign-compare warnings reported by clang++. by Ted Kremenek · 15 years ago
  33. da79149 Remove redundant semicolon by Douglas Gregor · 15 years ago
  34. 18f36d9 Don't produce debug info when given -g. Fixes PR6529. by Rafael Espindola · 15 years ago
  35. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
  36. ed73473 Add in some more MIPS command line options. by Eric Christopher · 15 years ago
  37. 43302d4 Driver: Allow driver title (for --help) to be overridden by clients. by Daniel Dunbar · 15 years ago
  38. 2a7eb28 Unconditionally support block introspection data in a new field at the end by Blaine Garst · 15 years ago
  39. d0c2ec4 Enable -mconstructor-aliases by default on non-darwin platforms. by John McCall · 15 years ago
  40. 51679c5 PR5803: clang++: Treat untyped 'C' inputs as C++. by Daniel Dunbar · 15 years ago
  41. 2002263 Driver: Tweak freebsd::Link, by Roman Divacky. by Daniel Dunbar · 15 years ago
  42. b689afb Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds by John McCall · 15 years ago
  43. ae24a88 Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin. by Daniel Dunbar · 15 years ago
  44. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 15 years ago
  45. e9c7b9e Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument. by Daniel Dunbar · 15 years ago
  46. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  47. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 15 years ago
  48. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
  49. 7909fc8 Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 15 years ago
  50. fa15be4 Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 15 years ago
  51. 2ade536 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 15 years ago
  52. cd9902b Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 15 years ago
  53. fb3f893 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 15 years ago
  54. 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 15 years ago
  55. 3905367 Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently by Daniel Dunbar · 15 years ago
  56. 609508c Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. by Daniel Dunbar · 15 years ago
  57. 984eb86 Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used. by Daniel Dunbar · 15 years ago
  58. 74f2083 Simplify. by Daniel Dunbar · 15 years ago
  59. f22d1fd Use StringRef instead of returning a temporary std::string. by Benjamin Kramer · 15 years ago
  60. 4a5290e Driver: Don't honor -std-default for C++, this makes it hard to run the gdb test by Daniel Dunbar · 15 years ago
  61. 1a3c1d9 Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. by Daniel Dunbar · 15 years ago
  62. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  63. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
  64. ce3fdf2 Driver/Darwin: Simplify target version checks. by Daniel Dunbar · 15 years ago
  65. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 15 years ago
  66. 408fced Driver/Darwin: Switch clang -triple synthesis to use computed target information. by Daniel Dunbar · 15 years ago
  67. cc8e189 Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually by Daniel Dunbar · 15 years ago
  68. 251ca6c Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. by Daniel Dunbar · 15 years ago
  69. 2603137 Driver/Darwin: Track target platform more explicitly in tool chain, eventually by Daniel Dunbar · 15 years ago
  70. 314cba0 Simplify. by Daniel Dunbar · 15 years ago
  71. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  72. 21ae319 Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. by Daniel Dunbar · 15 years ago
  73. 82b51cc Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc by Daniel Dunbar · 15 years ago
  74. 3bd54cc ASTUnit: Don't check that input files exist when parsing ASTs from the command by Daniel Dunbar · 15 years ago
  75. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  76. a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 15 years ago
  77. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 15 years ago
  78. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
  79. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
  80. eec9910 Driver/Darwin: Update tool chain to use static clang_rt libraries provided by by Daniel Dunbar · 15 years ago
  81. 8917dd4 Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL should only be forwarded, by Daniel Dunbar · 15 years ago
  82. eeff406 Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch by Daniel Dunbar · 15 years ago
  83. a6d3849 Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to by Daniel Dunbar · 15 years ago
  84. 225c417 Driver: Lift clang resource directory computation to the Driver object. by Daniel Dunbar · 15 years ago
  85. 4d7b147 Fix possible memory leak by using an OwningPtr. by Ted Kremenek · 15 years ago
  86. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
  87. 8a0d94d Fix a FIXME. by Daniel Dunbar · 15 years ago
  88. 52d8f5b Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' when by Daniel Dunbar · 15 years ago
  89. 124fca5 implement -ftabstop=width, patch by Christian Adåker by Chris Lattner · 15 years ago
  90. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  91. edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
  92. 54d76db Remove some dead variables clang-analyzer found. by Benjamin Kramer · 15 years ago
  93. 2550d70 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 15 years ago
  94. 73ba9a6 Driver: Fix '... -O4 -O0 ...', which was generating bitcode. by Daniel Dunbar · 15 years ago
  95. 1bda434 Driver: Drop ToolChain::getHost() by Daniel Dunbar · 15 years ago
  96. f360138 Driver: When linking, don't warn about unused arguments which are obviously only by Daniel Dunbar · 15 years ago
  97. a91320b ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 15 years ago
  98. ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 15 years ago
  99. 7177dee Remove ';' after method definition. Noticed by clang++, which one would think by Daniel Dunbar · 15 years ago
  100. 97f52ac ARM: Use front-end specific target features "soft-float" and "soft-float-abi" to communicate FP mode to target; __SOFTFP__ is set correctly now. by Daniel Dunbar · 15 years ago