Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |