Age | Commit message (Expand) | Author |
---|---|---|
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-10 | Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses. | Daniel Dunbar |
2009-11-04 | Merge constant array and structures. This will create a global variables for ... | Tanya Lattner |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-06-05 | Set function Attribute::NoImplicitFloat appropriately. | Devang Patel |
2009-06-04 | Set function attribute llvm::Attribute::NoRedZone appropriately. | Devang Patel |
2009-06-02 | Add clang-cc support for -disable-llvm-optzns. | Daniel Dunbar |
2009-03-26 | most of this is plumbing to get CompileOptions down into | Chris Lattner |
2009-03-26 | make this self contained, declare everything as 'class'. | Chris Lattner |
2009-03-09 | move debug info generation flag into CompileOptions. | Chris Lattner |
2009-03-02 | Normalize .h guards. | Daniel Dunbar |
2009-03-02 | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar |