summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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