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