summaryrefslogtreecommitdiffstats
path: root/clang/Driver/Backend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Obey the FIXMES!Daniel Dunbar2008-11-131-5/+1
* [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar2008-11-131-2/+1
* Move backend output out of destructor.Daniel Dunbar2008-11-111-3/+5
* Workaround an LLVM bug where inlining functions with debug info breaksDaniel Dunbar2008-10-291-2/+8
* Access pass manager consistently.Daniel Dunbar2008-10-281-1/+1
* Don't double free module when IRgen fails.Daniel Dunbar2008-10-271-2/+5
* 2nd try to fix leakage of the module provider. note that moduleprovider takes...Nuno Lopes2008-10-241-4/+2
* fix leaking of the module providerNuno Lopes2008-10-241-3/+5
* Hook "fast" code generation to -O0.Daniel Dunbar2008-10-231-8/+5
* Add -O[0-3s] support (following llvm-gcc).Daniel Dunbar2008-10-231-4/+93
* Only create the target machine when emitting assembly.Daniel Dunbar2008-10-221-17/+17
* [LLVM up] Get rid of std::ostream usage from Backend.cppDaniel Dunbar2008-10-221-18/+4
* Update to use raw_ostream for PrintModulePass.Daniel Dunbar2008-10-221-6/+6
* [LLVM up] Add basic -S option to clang.Daniel Dunbar2008-10-211-0/+297
OpenPOWER on IntegriCloud