index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
clang-cc
/
clang.cpp
Age
Commit message (
Expand
)
Author
2009-03-31
Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the
Ted Kremenek
2009-03-31
(LLVM up) Update to use llvm::sys::getHostTriple().
Daniel Dunbar
2009-03-30
Improve dependency file support.
Daniel Dunbar
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
remove TranslationUnit.
Chris Lattner
2009-03-28
push more ASTContext goodness out through interfaces that use
Chris Lattner
2009-03-28
remove TranslationUnit from ParseAST.
Chris Lattner
2009-03-28
eliminate ReadASTBitcodeFile
Chris Lattner
2009-03-28
revert mike's patch which broke test/CodeGen/no-common.c.
Chris Lattner
2009-03-28
simplify ParseAST by sucking -disable-free handling logic up into
Chris Lattner
2009-03-27
Fixup -fcommon and -fno-common to be more gcc compatible.
Mike Stump
2009-03-26
most 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-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar