1. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 15 years ago
  2. 80a0333 eliminate some wrappers. by Chris Lattner · 15 years ago
  3. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 15 years ago
  4. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 15 years ago
  5. e907787 don't poke at TranslationUnit directly by Chris Lattner · 15 years ago
  6. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 15 years ago
  7. 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 15 years ago
  8. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 15 years ago
  9. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 15 years ago
  10. 52ba870 move StatListener out to top level. by Chris Lattner · 15 years ago
  11. f239036 various cleanups, no functionality change by Chris Lattner · 15 years ago
  12. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 15 years ago
  13. 1662938 push line markers through -E mode. by Chris Lattner · 15 years ago
  14. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 15 years ago
  15. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 15 years ago
  16. 90e4143 Turn on '-analyzer-eagerly-assume' by default in ccc for the static analyzer. by Ted Kremenek · 15 years ago
  17. a43a21e Really fix cmake style builds. by Mike Stump · 15 years ago
  18. 37e217c -arch ppc should change the triple to powerpc-foo not to ppc-foo. by Chris Lattner · 15 years ago
  19. 82fa7c5 Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). by Daniel Dunbar · 15 years ago
  20. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 15 years ago
  21. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  22. cbcd98b Add CMake files for tools/driver; I am just guessing here, can someone test/fix? by Daniel Dunbar · 15 years ago
  23. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  24. 2836c4a ccc: Have generic GCC tool chain search the driver directory for by Daniel Dunbar · 15 years ago
  25. d3dfdb8 ccc/Driver: -r option doesn't take an argument. by Daniel Dunbar · 15 years ago
  26. 6a15ff9 ccc: Forward -f[no-]builtin to clang. by Daniel Dunbar · 15 years ago
  27. af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 15 years ago
  28. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 15 years ago
  29. b238a8f ccc: Use -include-pth. by Daniel Dunbar · 15 years ago
  30. 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 15 years ago
  31. 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 15 years ago
  32. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 15 years ago
  33. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 15 years ago
  34. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  35. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 15 years ago
  36. 159715f Update test. by Daniel Dunbar · 15 years ago
  37. f1a624f ccc: Handle limited forms of -ccc-host-triple for testing by Daniel Dunbar · 15 years ago
  38. 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 15 years ago
  39. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 15 years ago
  40. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 15 years ago
  41. 26308ba ccc: Don't print the arch for every action when printing phases. by Daniel Dunbar · 15 years ago
  42. 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 15 years ago
  43. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 15 years ago
  44. 00171ff ccc: Fix broken assertion. by Daniel Dunbar · 15 years ago
  45. 5f22d7d ccc: Fix -ccc-print-phases when doing a universal build. by Daniel Dunbar · 15 years ago
  46. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 15 years ago
  47. 008dd35 ccc: Tweak some group names. by Daniel Dunbar · 15 years ago
  48. d639b42 ccc: Cleanup arguments a bit; we don't need a separate group for by Daniel Dunbar · 15 years ago
  49. 105e9d7 ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using by Daniel Dunbar · 15 years ago
  50. dd98e2c Driver: Add host info. by Daniel Dunbar · 15 years ago
  51. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 15 years ago
  52. 9db8f5d Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. by Daniel Dunbar · 15 years ago
  53. cad3df8 ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. by Daniel Dunbar · 15 years ago
  54. 5ea766a Fix thinko. *cough* ofcourseItestedit *cough* by Daniel Dunbar · 15 years ago
  55. 6370812 Tidy file removal cleanup & remove race condition on file existence. by Daniel Dunbar · 15 years ago
  56. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 15 years ago
  57. 3639b4d ccc: Fix passing of -nozero-initialized-in-bss. - PR3722. by Daniel Dunbar · 15 years ago
  58. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 15 years ago
  59. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 15 years ago
  60. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  61. 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
  62. b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 15 years ago
  63. 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 15 years ago
  64. 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 15 years ago
  65. 2b91d50 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 15 years ago
  66. 9876edc Fix test case. by Daniel Dunbar · 15 years ago
  67. 3198be8 ccc: Spell mattr correctly. by Daniel Dunbar · 15 years ago
  68. 4311e45 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 15 years ago
  69. c4556d1 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 15 years ago
  70. a805135 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 15 years ago
  71. 15423b0 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 15 years ago
  72. 5e187a1 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 15 years ago
  73. eeb44ce ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 15 years ago
  74. f084663 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 15 years ago
  75. 00dbfde ccc: Forward -ftime-report to clang. by Daniel Dunbar · 15 years ago
  76. d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 15 years ago
  77. 360c6ce ccc: Recognize -isystem. by Daniel Dunbar · 15 years ago
  78. 48d0d61 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 15 years ago
  79. 87a7b28 ccc: Fix a FIXME. by Daniel Dunbar · 15 years ago
  80. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 15 years ago
  81. 27a02ac ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 15 years ago
  82. 83d6790 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 15 years ago
  83. 41577f1 ccc: Pass -P to clang. by Daniel Dunbar · 15 years ago
  84. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 15 years ago
  85. 1ee821b ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 15 years ago
  86. faa20c7 ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 15 years ago
  87. 501525e ccc: Test case for transparent PTH support. by Daniel Dunbar · 15 years ago
  88. 3d2b790 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 15 years ago
  89. 0a3e3ca Always pass -disable-free to clang when compiling. by Daniel Dunbar · 15 years ago
  90. 77a6011 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 15 years ago
  91. 84606bb More version experimentation. by Mike Stump · 15 years ago
  92. e6c4f65 Run a little experiment with version numbers. by Mike Stump · 15 years ago
  93. 8aa6181 ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 15 years ago
  94. 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 15 years ago
  95. 2ceb041 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 15 years ago
  96. 5e83baa ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 15 years ago
  97. bbd34e6 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 15 years ago
  98. c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 15 years ago
  99. 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 15 years ago
  100. fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 15 years ago