aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/clang.cpp
AgeCommit message (Expand)Author
2009-03-31Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek
2009-03-31(LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar
2009-03-30Improve dependency file support.Daniel Dunbar
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28remove TranslationUnit.Chris Lattner
2009-03-28push more ASTContext goodness out through interfaces that useChris Lattner
2009-03-28remove TranslationUnit from ParseAST.Chris Lattner
2009-03-28eliminate ReadASTBitcodeFileChris Lattner
2009-03-28revert mike's patch which broke test/CodeGen/no-common.c.Chris Lattner
2009-03-28simplify ParseAST by sucking -disable-free handling logic up intoChris Lattner
2009-03-27Fixup -fcommon and -fno-common to be more gcc compatible.Mike Stump
2009-03-26most of this is plumbing to get CompileOptions down into Chris Lattner
2009-03-24-arch ppc should change the triple to powerpc-foo not to ppc-foo.Chris Lattner
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar