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
/
Backend.cpp
Age
Commit message (
Expand
)
Author
2009-05-18
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
Refactor ASTConsumers to take a raw_ostream instead of a filename where
Eli Friedman
2009-04-30
Remove two unused options.
Bill Wendling
2009-04-29
Use the new code gen optimization enum instead of passing in the optimization
Bill Wendling
2009-04-29
Match addPassesToEmitFile API change.
Evan Cheng
2009-04-21
Explictly track tentative definitions within Sema, then hand those
Douglas Gregor
2009-04-13
Reapply 68936, turned out to that clang's better debug info exposed a
Daniel Dunbar
2009-04-13
Revert 68936, LLVM still isn't ready to handle debug info + optimization.
Daniel Dunbar
2009-04-13
Enable debug info generation while optimizing.
Devang Patel
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
push more ASTContext goodness out through interfaces that use
Chris Lattner
2009-03-28
change HandleTranslationUnit to take an ASTContext instead of TranslationUnit
Chris Lattner
2009-03-28
eliminate ASTConsumer::InitializeTU, all clients are
Chris Lattner
2009-03-26
most of this is plumbing to get CompileOptions down into
Chris Lattner
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar