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