1. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 16 years ago
  2. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 16 years ago
  3. aa5bf2e implement compiler support for -fno-diagnostics-fixit-info, rdar://6805442 by Chris Lattner · 16 years ago
  4. 01638a6 fix -fdollars-in-identifiers to have a default that is overriden by Chris Lattner · 16 years ago
  5. f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 16 years ago
  6. 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 16 years ago
  7. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 16 years ago
  8. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 16 years ago
  9. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 16 years ago
  10. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 16 years ago
  11. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
  12. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 16 years ago
  13. 04d4078 Clean up handling of visibility. by Daniel Dunbar · 16 years ago
  14. 4d41765 the driver caught up. This makes -msse3 correctly set __SSE3__ etc. by Chris Lattner · 16 years ago
  15. e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 16 years ago
  16. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
  17. 6bf0f4c move a bunch of code for initializing the predefines buffer out of Preprocessor.cpp by Chris Lattner · 16 years ago
  18. 6a1284a Reject compiles for x86_64 target for MacOS versions which do not support it. by Fariborz Jahanian · 16 years ago
  19. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 16 years ago
  20. 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 16 years ago
  21. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
  22. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
  23. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  24. 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 16 years ago
  25. fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
  26. b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 16 years ago
  27. fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 16 years ago
  28. b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
  29. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
  30. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
  31. 56473d3 fix typo, noticed by Gabor by Chris Lattner · 16 years ago
  32. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
  33. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
  34. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
  35. 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 16 years ago
  36. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 16 years ago
  37. b1c71df Remove a FIXME, the driver handles -O4. by Daniel Dunbar · 16 years ago
  38. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 16 years ago
  39. 50748f4 enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! by Chris Lattner · 16 years ago
  40. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
  41. bf1bd6e Rename GeneratePCH action to GeneratePTH by Douglas Gregor · 16 years ago
  42. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  43. 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
  44. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 16 years ago
  45. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  46. 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 16 years ago
  47. 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
  48. 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 16 years ago
  49. 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
  50. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
  51. 08478eb Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver by Ted Kremenek · 16 years ago
  52. 64ffc14 Add two FIXMEs by Daniel Dunbar · 16 years ago
  53. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 16 years ago[Renamed (99%) from tools/clang-cc/clang.cpp]
  54. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
  55. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
  56. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
  57. 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
  58. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
  59. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 16 years ago
  60. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 16 years ago
  61. 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 16 years ago
  62. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 16 years ago
  63. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 16 years ago
  64. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 16 years ago
  65. 37e217c -arch ppc should change the triple to powerpc-foo not to ppc-foo. by Chris Lattner · 16 years ago
  66. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago[Renamed from Driver/clang.cpp]
  67. d9cd4c9 if the driver decides to run clang on a .s file, treat it as a .S file. by Chris Lattner · 16 years ago
  68. 22f0d09 PTHManager::Create(): by Ted Kremenek · 16 years ago
  69. 5674388 Frontend: Handle empty input on stdin. - PR3854. by Daniel Dunbar · 16 years ago
  70. 9f9768c ccc/Driver/clang-fe: Accept -fbuiltin, and forward -f[no-]builtin to clang. by Daniel Dunbar · 16 years ago
  71. 7e9c90b add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc. by Chris Lattner · 16 years ago
  72. c53b60a Preserve ordering between -include and -include-pth. by Ted Kremenek · 16 years ago
  73. 748d5d6 Implement "-include-pth" in low-level driver. This allows a PTH file to be used by Ted Kremenek · 16 years ago
  74. f2a17b1 Per Daniel's suggestion, remove default case from switch statement to make by Ted Kremenek · 16 years ago
  75. ab56c5d Support langkind_cxx_pch when determining the language dialect. by Ted Kremenek · 16 years ago
  76. 7afae71 simplify this code by reading the decision from LangOptions instead by Chris Lattner · 16 years ago
  77. 85c4910 Don't accept '$' in identifiers in assembler-with-cpp mode. by Daniel Dunbar · 16 years ago
  78. 0ddcd14 Don't run simplify lib calls with -ffreestanding (fix for already by Daniel Dunbar · 16 years ago
  79. 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
  80. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
  81. 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
  82. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  83. 5f8d1db gnu++0x is definitely *not* the default by Gabor Greif · 16 years ago
  84. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
  85. 1510488 move -g option down into rest of codegen section by Chris Lattner · 16 years ago
  86. 2012604 move debug info generation flag into CompileOptions. by Chris Lattner · 16 years ago
  87. c5613db Improve error messages on bad warning options. by Sebastian Redl · 16 years ago
  88. 63a9e0f Implement the machinery that can process TableGenerated warning options. by Sebastian Redl · 16 years ago
  89. 110e478 To the user, this is just a compiler of course, duh. by Chris Lattner · 16 years ago
  90. dc76310 clean up the OVERVIEW line in clang --help. by Chris Lattner · 16 years ago
  91. 09e94a3 Start making use of "pretty stack dumps" to get by Chris Lattner · 16 years ago
  92. f63aea3 minor cleanups by Chris Lattner · 16 years ago
  93. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
  94. 16167a6 start wiring up support for target-specific -mfoo options like -msse by Chris Lattner · 16 years ago
  95. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago
  96. 10b2614 Adapt help string to what the code is doing (default is lang_gnu99). Thanks rdivacky! by Gabor Greif · 16 years ago
  97. e8e2600 Add -emit-llvm-only option (generate LLVM IR & run passes, but discard by Daniel Dunbar · 16 years ago
  98. adcf5b3 Put compiler headers in <prefix>/lib/clang/1.0/include (vs by Daniel Dunbar · 16 years ago
  99. 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  100. b52ec74 always search for "builtin" headers at the end of the search path, by Chris Lattner · 16 years ago