1. 2f60af7 rewrite the parsing code for -miphoneos-version-min and by Chris Lattner · 15 years ago
  2. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  3. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  4. 2e30e59 Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  5. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  6. 4d86151 Tweak comment. by Daniel Dunbar · 15 years ago
  7. d697081 Initialize targets before parsing command line options, so --version shows registered targets. by Daniel Dunbar · 15 years ago
  8. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  9. ab24c8d Since the HexFloats option only controls a warning, it shouldn't depend by Eli Friedman · 15 years ago
  10. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  11. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  12. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  13. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  14. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  15. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  16. 70121eb Use LLVM's new error handler API to report back end errors using Diagnostic. by Daniel Dunbar · 15 years ago
  17. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  18. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  19. 21fde99 Remove duplicated colon. by Benjamin Kramer · 15 years ago
  20. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  21. 70186ab Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to by Daniel Dunbar · 15 years ago
  22. d720046 Update for LLVM API change. by Owen Anderson · 15 years ago
  23. 92db284 Update for raw_fd_ostream API changes. raw_fd_ostream now has a by Dan Gohman · 15 years ago
  24. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  25. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  26. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  27. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  28. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  29. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  30. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  31. 4e3629e OpenCL 1.0 patch 2/N: Language options & file extension by Nate Begeman · 15 years ago
  32. 34d25d8 Move the command line source location parsing from clang-cc.cpp into "include/Frontend/CommandLineSourceLoc.h". by Argyrios Kyrtzidis · 15 years ago
  33. 5c7a603 Tiny correction on the command-line source location parser. by Argyrios Kyrtzidis · 15 years ago
  34. 2fe1194 link in targets by Chris Lattner · 15 years ago
  35. a278f81 Remove old #includes by Chris Lattner · 15 years ago
  36. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  37. 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
  38. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  39. abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
  40. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  41. c4757bd Add -fsigned-char option to clang-cc. by Eli Friedman · 15 years ago
  42. 24095da Set function attribute llvm::Attribute::NoRedZone appropriately. by Devang Patel · 15 years ago
  43. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  44. 603fca7 Add ANSI color support for clang. by Torok Edwin · 15 years ago
  45. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
  46. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  47. 08e6dc6 Move clang-cc's -v output to the start (vs. end) of compilation, and change by Daniel Dunbar · 15 years ago
  48. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  49. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  50. 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 15 years ago
  51. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  52. e71b85f Move analysis command-line options out of AnalysisConsumer.cpp into by Eli Friedman · 15 years ago
  53. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 15 years ago
  54. e1718af Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. by Eli Friedman · 15 years ago
  55. b5c8f8b Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 15 years ago
  56. 12d3b1d Move options for -E mode from PrintPreprocessedOutput.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
  57. 0eeb86e Move the warning options from Warnings.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
  58. f54fce8 Switch some utilities in clang-cc to take a stream instead of a by Eli Friedman · 15 years ago
  59. 8ceb0d9 Build fixes for r72060; sorry for any inconvenience. by Eli Friedman · 15 years ago
  60. c6d656e Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration by Eli Friedman · 15 years ago
  61. bce831b Rename the factory function for the ObjC rewriter to something sane. by Eli Friedman · 15 years ago
  62. 66d6f04 Refactor ASTConsumers to take a raw_ostream instead of a filename where by Eli Friedman · 15 years ago
  63. f086e3b Remove unused parameter. by Eli Friedman · 15 years ago
  64. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 15 years ago
  65. cfe858a remove the obsolete -fprint-source-range-info option by Chris Lattner · 15 years ago
  66. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 15 years ago
  67. 67187ce Move terminal-width computation over to llvm::sys. Update to LLVM by Douglas Gregor · 15 years ago
  68. 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 15 years ago
  69. 1c44830 If stderr isn't a terminal, don't try to guess the terminal width or by Daniel Dunbar · 15 years ago
  70. 17ca363 More x86 target feature support. by Daniel Dunbar · 15 years ago
  71. 5aeb9e7 daniel is buggy :) by Chris Lattner · 15 years ago
  72. aa338bc Add missing include. by Daniel Dunbar · 15 years ago
  73. fb4ac7b Cleanup some FIXMEs. by Daniel Dunbar · 15 years ago
  74. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  75. d25f00c Enable tight Objective-C interface layout unconditionally. by Daniel Dunbar · 15 years ago
  76. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  77. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  78. 44cf08e Respect the COLUMNS environment variable for word-wrapping (so we get by Douglas Gregor · 15 years ago
  79. 68a0d78 When -fmessage-length=N is not specified, and if standard error is by Douglas Gregor · 15 years ago
  80. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  81. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  82. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  83. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  84. fc0fed3 We avoid the count of diagnostics when not generating carent by Mike Stump · 15 years ago
  85. cc7dea8 -E, -Eonly and -parse-noop now work with PCH! by Chris Lattner · 15 years ago
  86. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  87. 1aee61a unnest some code, decoupling fixit rewriting from ast stuff. by Chris Lattner · 15 years ago
  88. 57cbfc0 Add -empty-input-only option, for timing. by Daniel Dunbar · 15 years ago
  89. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  90. 609e72f Add a new -ast-dump-full option that traverses the translation unit by Douglas Gregor · 15 years ago
  91. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  92. 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 15 years ago
  93. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 15 years ago
  94. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  95. aa5bf2e implement compiler support for -fno-diagnostics-fixit-info, rdar://6805442 by Chris Lattner · 15 years ago
  96. 01638a6 fix -fdollars-in-identifiers to have a default that is overriden by Chris Lattner · 15 years ago
  97. f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 15 years ago
  98. 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 15 years ago
  99. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  100. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago