summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-349/+0
* fix the inline asm diagnostics to emit the error on the primary Chris Lattner2010-06-151-8/+17
* Frontend: Add CodeGenAction support for handling LLVM IR.Daniel Dunbar2010-06-071-14/+74
* Frontend: Drop unnecessary TargetData argument to EmitBackendOutput, we alwaysDaniel Dunbar2010-06-071-11/+4
* Frontend: Factor clang::EmitBackendOutput out of CodeGenAction.Daniel Dunbar2010-06-071-327/+30
* Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions arg...Daniel Dunbar2010-06-071-5/+3
* Let the backend decide which scheduler and register allocator to use.Jakob Stoklund Olesen2010-05-281-7/+0
* Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instruction...Daniel Dunbar2010-05-271-0/+3
* Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not theDaniel Dunbar2010-05-251-0/+8
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-0/+4
* Remove a FIXME that is unlikely to be fixed (streaming code generation).Daniel Dunbar2010-04-291-20/+16
* Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule,Daniel Dunbar2010-04-291-9/+1
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+1
* add frontend support for -fdata-sections and -ffunction-sections,Chris Lattner2010-04-131-0/+3
* refactor out a function.Chris Lattner2010-04-081-24/+29
* teach clang to install the inline asm diagnostic handler,Chris Lattner2010-04-061-2/+74
* reduce indentation, tidy.Chris Lattner2010-04-061-114/+121
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-72/+54
* Create a TargetMachine whenever we create a CodeGenAction. The codegen ofJohn McCall2010-03-041-54/+72
* Opt into the Verifier now that it's an opt-in feature ofDan Gohman2010-02-281-1/+10
* Move ~CodeGenAction out-of-line.Daniel Dunbar2010-02-251-0/+2
* Frontend: Add CodeGenAction::takeModule().Daniel Dunbar2010-02-251-8/+26
* Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar2010-02-251-0/+474
OpenPOWER on IntegriCloud