aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/Backend.cpp
AgeCommit message (Expand)Author
2009-08-23use errs() instead of cerr.Chris Lattner
2009-08-04Update for LLVM API changeDaniel Dunbar
2009-08-03Update for LLVM API change.Daniel Dunbar
2009-08-03Update for LLVM API change.Daniel Dunbar
2009-07-29Don't use a formatted ostream when writing .ll either.Daniel Dunbar
2009-07-29Don't use a formatted ostream when writing .bc files. I don't really understandDaniel Dunbar
2009-07-26Update for API change.Daniel Dunbar
2009-07-26Lookup targets by Triple instead of Module.Daniel Dunbar
2009-07-15Reapply r75764: [llvm up] Switch to using the new TargetRegistryDaniel Dunbar
2009-07-15Revert r75764 "[llvm up] Switch to using the new TargetRegistry" to fix build.Argyrios Kyrtzidis
2009-07-15[llvm up] Switch to using the new TargetRegistry.Daniel Dunbar
2009-07-14fix fallout of the LLVM codegen switching to formatted_raw_ostream.Chris Lattner
2009-07-01Update for changes in LLVM. Hopefully this is the last one for a while.Owen Anderson
2009-07-01Hold the LLVMContext by reference instead of by pointer.Owen Anderson
2009-07-01Update for LLVMContext+Module change.Owen Anderson
2009-06-11PR4371: Reduce the inlining threshold outside of -O3. This makes Eli Friedman
2009-06-03(llvm up) Switch to using StandardPasses.hDaniel Dunbar
2009-06-02Add clang-cc support for -disable-llvm-optzns.Daniel Dunbar
2009-05-31Unbreak the clang build by applying the same temporaryDuncan Sands
2009-05-18Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman