summaryrefslogtreecommitdiffstats
path: root/clang/Driver/Backend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-436/+0
* move debug info generation flag into CompileOptions.Chris Lattner2009-03-091-9/+5
* capitalize for consistency, a crash in regalloc now looks like this:Chris Lattner2009-03-061-4/+4
* rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.Chris Lattner2009-03-051-11/+26
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-1/+1
* Add -emit-llvm-only option (generate LLVM IR & run passes, but discardDaniel Dunbar2009-02-261-0/+3
* don't print codegen time unless -ftime-report was passed.Chris Lattner2009-02-181-1/+3
* teach -ftime-report to time the code generator and -emit-llvm times.Chris Lattner2009-02-181-1/+31
* move llvm backend specific #includes into Backend.cpp instead of Clang.cppChris Lattner2009-02-181-3/+4
* Backend: Accept -mcpu and -mattr for use by TargetMachine.Daniel Dunbar2009-02-171-10/+18
* for now, disable all debug info generation at -O1 and above. This mirrorsChris Lattner2009-02-121-0/+7
* Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525.Bill Wendling2008-12-311-1/+1
* Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary.Dan Gohman2008-12-081-1/+0
* Disable -loop-index-split for now.Devang Patel2008-11-261-1/+1
* Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around).Ted Kremenek2008-11-201-1/+1
* 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