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