1. b689afb Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds by John McCall · 14 years ago
  2. ae24a88 Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin. by Daniel Dunbar · 14 years ago
  3. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 14 years ago
  4. e9c7b9e Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument. by Daniel Dunbar · 14 years ago
  5. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  6. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 14 years ago
  7. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  8. 7909fc8 Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 14 years ago
  9. fa15be4 Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 14 years ago
  10. 2ade536 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 14 years ago
  11. cd9902b Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 14 years ago
  12. fb3f893 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 14 years ago
  13. 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 14 years ago
  14. 3905367 Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently by Daniel Dunbar · 14 years ago
  15. 609508c Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. by Daniel Dunbar · 14 years ago
  16. 984eb86 Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used. by Daniel Dunbar · 14 years ago
  17. 74f2083 Simplify. by Daniel Dunbar · 14 years ago
  18. f22d1fd Use StringRef instead of returning a temporary std::string. by Benjamin Kramer · 14 years ago
  19. 4a5290e Driver: Don't honor -std-default for C++, this makes it hard to run the gdb test by Daniel Dunbar · 14 years ago
  20. 1a3c1d9 Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. by Daniel Dunbar · 14 years ago
  21. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 14 years ago
  22. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 14 years ago
  23. ce3fdf2 Driver/Darwin: Simplify target version checks. by Daniel Dunbar · 14 years ago
  24. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 14 years ago
  25. 408fced Driver/Darwin: Switch clang -triple synthesis to use computed target information. by Daniel Dunbar · 14 years ago
  26. cc8e189 Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually by Daniel Dunbar · 14 years ago
  27. 251ca6c Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. by Daniel Dunbar · 14 years ago
  28. 2603137 Driver/Darwin: Track target platform more explicitly in tool chain, eventually by Daniel Dunbar · 14 years ago
  29. 314cba0 Simplify. by Daniel Dunbar · 14 years ago
  30. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 14 years ago
  31. 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 · 14 years ago
  32. 82b51cc Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc by Daniel Dunbar · 14 years ago
  33. 3bd54cc ASTUnit: Don't check that input files exist when parsing ASTs from the command by Daniel Dunbar · 14 years ago
  34. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 14 years ago
  35. a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 14 years ago
  36. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 14 years ago
  37. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 14 years ago
  38. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 14 years ago
  39. eec9910 Driver/Darwin: Update tool chain to use static clang_rt libraries provided by by Daniel Dunbar · 14 years ago
  40. 8917dd4 Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL should only be forwarded, by Daniel Dunbar · 14 years ago
  41. eeff406 Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch by Daniel Dunbar · 14 years ago
  42. a6d3849 Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to by Daniel Dunbar · 14 years ago
  43. 225c417 Driver: Lift clang resource directory computation to the Driver object. by Daniel Dunbar · 14 years ago
  44. 4d7b147 Fix possible memory leak by using an OwningPtr. by Ted Kremenek · 14 years ago
  45. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 14 years ago
  46. 8a0d94d Fix a FIXME. by Daniel Dunbar · 15 years ago
  47. 52d8f5b Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' when by Daniel Dunbar · 15 years ago
  48. 124fca5 implement -ftabstop=width, patch by Christian Adåker by Chris Lattner · 15 years ago
  49. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  50. edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
  51. 54d76db Remove some dead variables clang-analyzer found. by Benjamin Kramer · 15 years ago
  52. 2550d70 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 15 years ago
  53. 73ba9a6 Driver: Fix '... -O4 -O0 ...', which was generating bitcode. by Daniel Dunbar · 15 years ago
  54. 1bda434 Driver: Drop ToolChain::getHost() by Daniel Dunbar · 15 years ago
  55. f360138 Driver: When linking, don't warn about unused arguments which are obviously only by Daniel Dunbar · 15 years ago
  56. a91320b ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 15 years ago
  57. ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 15 years ago
  58. 7177dee Remove ';' after method definition. Noticed by clang++, which one would think by Daniel Dunbar · 15 years ago
  59. 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
  60. 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
  61. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  62. 8663b18 Fix -fdollars-in-identifiers Clang translation. by Daniel Dunbar · 15 years ago
  63. fc28448 implement PR5654: add -fassume-sane-operator-new, which is enabled by default, and adds the malloc attribute to the global function new() and to the overloaded new operators. by Nuno Lopes · 15 years ago
  64. 5f12232 Driver: Pass -resource-dir to clang -cc1, since the driver presumably already found itself. by Daniel Dunbar · 15 years ago
  65. 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
  66. 9c276ae Implement runtime checks for undefined behavior. WIP. by Mike Stump · 15 years ago
  67. 6feaf57 Make using '-fshort-enums' an error until it is actually implemented (changes the ABI, so it is dangerous to not error out if we don't support it). Fixes <rdar://problem/7461006>. by Ted Kremenek · 15 years ago
  68. 8ff5b28 Driver: Switch to using "clang" "-cc1" instead of "clang-cc". by Daniel Dunbar · 15 years ago
  69. 68f7a24 spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 15 years ago
  70. 87667aa Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. by Daniel Dunbar · 15 years ago
  71. e3fdca2 Remove several .c_str() to be forward-compatible with StringRef. by Jeffrey Yasskin · 15 years ago
  72. b40d06d Enable '-analyzer-opt-analyze-nested-blocks' by default for testing. by Ted Kremenek · 15 years ago
  73. 7ca7987 Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden and by Rafael Espindola · 15 years ago
  74. f5431e3 Unbreak -ccc-cxx and -ccc-clang-cxx defaulting. by Daniel Dunbar · 15 years ago
  75. 8477ee9 Driver: Switch -ccc-* options to using the standard options functionality. by Daniel Dunbar · 15 years ago
  76. 2658f05 OptTable: Allow option groups to be used to define "help groups", which will by Daniel Dunbar · 15 years ago
  77. 9a24251 OptParser: Add HelpHidden flag. by Daniel Dunbar · 15 years ago
  78. 0f4c59c Add gcc's -no-canonical-prefixes option to clang. by Rafael Espindola · 15 years ago
  79. ba8d861 Fix Clang tool translation to forward -fvisibility as separate arguments, the by Daniel Dunbar · 15 years ago
  80. 60e107f Add OptTable::PrintHelp. by Daniel Dunbar · 15 years ago
  81. daab7b1 Driver: Add Command::Creator member variable, which tracks the tool that was by Daniel Dunbar · 15 years ago
  82. 56ac85c clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, by Daniel Dunbar · 15 years ago
  83. 3b31526 Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too many) places to use this instead of using the backend -soft-float and -float-abi= options. by Daniel Dunbar · 15 years ago
  84. 39ed0b6 clang -cc1: Fix initialization of PreprocessorOptions::TokenCache. by Daniel Dunbar · 15 years ago
  85. 43030a7 clang -cc1: Fix -include-pch now that the test code is in clang-cc. by Daniel Dunbar · 15 years ago
  86. 1c5944c clang -cc1: Initialize LangOptions::{Optimize,NoInline} by Daniel Dunbar · 15 years ago
  87. a28690e Always pass -fmessage-length using separate arguments. by Daniel Dunbar · 15 years ago
  88. 2d8f3e8 clang -cc1: Initialize LangOptions::DollarIdents correctly. by Daniel Dunbar · 15 years ago
  89. 1bc5c03 Don't try to generate common globals for C++ files, instead of depending on the FE to set NoCommon, and simplify CodeGenOptions initialization. by Daniel Dunbar · 15 years ago
  90. b33fbaa Eliminate CodeGenOptions::TimePasses. by Daniel Dunbar · 15 years ago
  91. 3636e1d Eliminate CodeGenOptions::SimplifyLibCalls. by Daniel Dunbar · 15 years ago
  92. 9e61240 clang -cc1: Use proper diagnostics for all parsing errors. by Daniel Dunbar · 15 years ago
  93. e032452 Change CompilerInvocation::CreateFromArgs to report errors using a proper diagnostic engine. by Daniel Dunbar · 15 years ago
  94. 545c281 Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files. by Daniel Dunbar · 15 years ago
  95. f219e7c Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. by Daniel Dunbar · 15 years ago
  96. e50c167 Add clang -cc1 parsing for LangOptions. by Daniel Dunbar · 15 years ago
  97. 7674352 clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level using separate args. by Daniel Dunbar · 15 years ago
  98. 7d065d0 Move MainFileName option variable into CodeGenOptions instead of LangOptions. by Daniel Dunbar · 15 years ago
  99. 3fc7e45 Remove header which is bringing libAST in (on MSVC). by Daniel Dunbar · 15 years ago
  100. 6a50ad5 Fix thinko (-fno-builtin != -nobuiltininc). by Daniel Dunbar · 15 years ago