aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CodeGenAction.cpp
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-15fix the inline asm diagnostics to emit the error on the primary Chris Lattner
2010-06-07Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar
2010-06-07Frontend: Drop unnecessary TargetData argument to EmitBackendOutput, we alwaysDaniel Dunbar
2010-06-07Frontend: Factor clang::EmitBackendOutput out of CodeGenAction.Daniel Dunbar
2010-06-07Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions arg...Daniel Dunbar
2010-05-28Let the backend decide which scheduler and register allocator to use.Jakob Stoklund Olesen
2010-05-27Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instruction...Daniel Dunbar
2010-05-25Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not theDaniel Dunbar
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-04-29Remove a FIXME that is unlikely to be fixed (streaming code generation).Daniel Dunbar
2010-04-29Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule,Daniel Dunbar
2010-04-19Fix -Wcast-qual warnings.Dan Gohman
2010-04-13add frontend support for -fdata-sections and -ffunction-sections,Chris Lattner
2010-04-08refactor out a function.Chris Lattner
2010-04-06teach clang to install the inline asm diagnostic handler,Chris Lattner
2010-04-06reduce indentation, tidy.Chris Lattner
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04Create a TargetMachine whenever we create a CodeGenAction. The codegen ofJohn McCall
2010-02-28Opt into the Verifier now that it's an opt-in feature ofDan Gohman
2010-02-25Move ~CodeGenAction out-of-line.Daniel Dunbar
2010-02-25Frontend: Add CodeGenAction::takeModule().Daniel Dunbar
2010-02-25Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar