1. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
  2. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
  3. 56473d3 fix typo, noticed by Gabor by Chris Lattner · 16 years ago
  4. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
  5. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
  6. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
  7. 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 16 years ago
  8. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 16 years ago
  9. b1c71df Remove a FIXME, the driver handles -O4. by Daniel Dunbar · 16 years ago
  10. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 16 years ago
  11. 50748f4 enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! by Chris Lattner · 16 years ago
  12. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 16 years ago
  13. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
  14. bf1bd6e Rename GeneratePCH action to GeneratePTH by Douglas Gregor · 16 years ago
  15. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  16. 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
  17. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 16 years ago
  18. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  19. 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 16 years ago
  20. 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
  21. 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 16 years ago
  22. 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
  23. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
  24. 08478eb Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver by Ted Kremenek · 16 years ago
  25. 64ffc14 Add two FIXMEs by Daniel Dunbar · 16 years ago
  26. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 16 years ago
  27. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
  28. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 16 years ago
  29. 17f689f Add support for -Wdeprecated-declarations. by Steve Naroff · 16 years ago
  30. 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 16 years ago
  31. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
  32. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
  33. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
  34. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 16 years ago
  35. 7e24e82 rename some methods. by Chris Lattner · 16 years ago
  36. b23ff6b reduce indentation, no functionality change. by Chris Lattner · 16 years ago
  37. 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
  38. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
  39. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 16 years ago
  40. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 16 years ago
  41. 678dc3b remove dead ivar. by Chris Lattner · 16 years ago
  42. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 16 years ago
  43. 80a0333 eliminate some wrappers. by Chris Lattner · 16 years ago
  44. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 16 years ago
  45. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 16 years ago
  46. e907787 don't poke at TranslationUnit directly by Chris Lattner · 16 years ago
  47. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 16 years ago
  48. 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 16 years ago
  49. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 16 years ago
  50. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 16 years ago
  51. 52ba870 move StatListener out to top level. by Chris Lattner · 16 years ago
  52. f239036 various cleanups, no functionality change by Chris Lattner · 16 years ago
  53. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 16 years ago
  54. 1662938 push line markers through -E mode. by Chris Lattner · 16 years ago
  55. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 16 years ago
  56. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 16 years ago
  57. a43a21e Really fix cmake style builds. by Mike Stump · 16 years ago
  58. 37e217c -arch ppc should change the triple to powerpc-foo not to ppc-foo. by Chris Lattner · 16 years ago
  59. 82fa7c5 Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). by Daniel Dunbar · 16 years ago
  60. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago