1. 50748f4 enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! by Chris Lattner · 15 years ago
  2. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 15 years ago
  3. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 15 years ago
  4. bf1bd6e Rename GeneratePCH action to GeneratePTH by Douglas Gregor · 15 years ago
  5. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 15 years ago
  6. 035cf89 Remove -ftrapu. by Mike Stump · 15 years ago
  7. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 15 years ago
  8. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago
  9. 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 15 years ago
  10. 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 15 years ago
  11. 6b83f66 Allow CCC_ADD_ARGS to add empty arguments by Daniel Dunbar · 15 years ago
  12. e5be6da Support CCC_ADD_ARGS in new driver. by Daniel Dunbar · 15 years ago
  13. 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 15 years ago
  14. 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 15 years ago
  15. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  16. 08478eb Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver by Ted Kremenek · 15 years ago
  17. 64ffc14 Add two FIXMEs by Daniel Dunbar · 15 years ago
  18. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 15 years ago
  19. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  20. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 15 years ago
  21. 17f689f Add support for -Wdeprecated-declarations. by Steve Naroff · 15 years ago
  22. 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 15 years ago
  23. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  24. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  25. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  26. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  27. 7e24e82 rename some methods. by Chris Lattner · 15 years ago
  28. b23ff6b reduce indentation, no functionality change. by Chris Lattner · 15 years ago
  29. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  30. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 15 years ago
  31. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 15 years ago
  32. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 15 years ago
  33. 678dc3b remove dead ivar. by Chris Lattner · 15 years ago
  34. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 15 years ago
  35. 80a0333 eliminate some wrappers. by Chris Lattner · 15 years ago
  36. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 15 years ago
  37. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 15 years ago
  38. e907787 don't poke at TranslationUnit directly by Chris Lattner · 15 years ago
  39. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 15 years ago
  40. 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 15 years ago
  41. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 15 years ago
  42. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 15 years ago
  43. 52ba870 move StatListener out to top level. by Chris Lattner · 15 years ago
  44. f239036 various cleanups, no functionality change by Chris Lattner · 15 years ago
  45. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 15 years ago
  46. 1662938 push line markers through -E mode. by Chris Lattner · 15 years ago
  47. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 15 years ago
  48. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 15 years ago
  49. 90e4143 Turn on '-analyzer-eagerly-assume' by default in ccc for the static analyzer. by Ted Kremenek · 15 years ago
  50. a43a21e Really fix cmake style builds. by Mike Stump · 15 years ago
  51. 37e217c -arch ppc should change the triple to powerpc-foo not to ppc-foo. by Chris Lattner · 15 years ago
  52. 82fa7c5 Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). by Daniel Dunbar · 15 years ago
  53. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 15 years ago
  54. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  55. cbcd98b Add CMake files for tools/driver; I am just guessing here, can someone test/fix? by Daniel Dunbar · 15 years ago
  56. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  57. 2836c4a ccc: Have generic GCC tool chain search the driver directory for by Daniel Dunbar · 15 years ago
  58. d3dfdb8 ccc/Driver: -r option doesn't take an argument. by Daniel Dunbar · 15 years ago
  59. 6a15ff9 ccc: Forward -f[no-]builtin to clang. by Daniel Dunbar · 15 years ago
  60. af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 15 years ago
  61. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 15 years ago
  62. b238a8f ccc: Use -include-pth. by Daniel Dunbar · 15 years ago
  63. 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 15 years ago
  64. 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 15 years ago
  65. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 15 years ago
  66. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 15 years ago
  67. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  68. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 15 years ago
  69. 159715f Update test. by Daniel Dunbar · 15 years ago
  70. f1a624f ccc: Handle limited forms of -ccc-host-triple for testing by Daniel Dunbar · 15 years ago
  71. 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 15 years ago
  72. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 15 years ago
  73. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 15 years ago
  74. 26308ba ccc: Don't print the arch for every action when printing phases. by Daniel Dunbar · 15 years ago
  75. 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 15 years ago
  76. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 15 years ago
  77. 00171ff ccc: Fix broken assertion. by Daniel Dunbar · 15 years ago
  78. 5f22d7d ccc: Fix -ccc-print-phases when doing a universal build. by Daniel Dunbar · 15 years ago
  79. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 15 years ago
  80. 008dd35 ccc: Tweak some group names. by Daniel Dunbar · 15 years ago
  81. d639b42 ccc: Cleanup arguments a bit; we don't need a separate group for by Daniel Dunbar · 15 years ago
  82. 105e9d7 ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using by Daniel Dunbar · 15 years ago
  83. dd98e2c Driver: Add host info. by Daniel Dunbar · 15 years ago
  84. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 15 years ago
  85. 9db8f5d Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. by Daniel Dunbar · 15 years ago
  86. cad3df8 ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. by Daniel Dunbar · 15 years ago
  87. 5ea766a Fix thinko. *cough* ofcourseItestedit *cough* by Daniel Dunbar · 15 years ago
  88. 6370812 Tidy file removal cleanup & remove race condition on file existence. by Daniel Dunbar · 15 years ago
  89. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 15 years ago
  90. 3639b4d ccc: Fix passing of -nozero-initialized-in-bss. - PR3722. by Daniel Dunbar · 15 years ago
  91. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 15 years ago
  92. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 15 years ago
  93. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  94. d76c6a3 Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 15 years ago
  95. b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 15 years ago
  96. 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 15 years ago
  97. 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 15 years ago
  98. 2b91d50 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 15 years ago
  99. 9876edc Fix test case. by Daniel Dunbar · 15 years ago
  100. 3198be8 ccc: Spell mattr correctly. by Daniel Dunbar · 15 years ago