aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.h
AgeCommit message (Expand)Author
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-05Eliminate tablsJohn Thompson
2009-11-05Adding -fshort-wchar option.John Thompson
2009-09-21Removed -fobjc-newgc-api option. clang now conforms toFariborz Jahanian
2009-09-21-fobjc-newgc-api is now the default.Fariborz Jahanian
2009-09-16Starting patch to generate more specific API for objc'sFariborz Jahanian
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Add basic support for -pthread.Daniel Dunbar
2009-08-31Updated GNU runtime non-fragile ABI.David Chisnall
2009-08-22Add a -fno-elide-constructors option to clang-cc.Anders Carlsson
2009-07-31Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-28Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-25OpenCL 1.0 patch 2/N: Language options & file extensionNate Begeman
2009-06-05Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman
2009-05-27Initialize ObjCSenderDispatch in LangOptions.Fariborz Jahanian
2009-05-22This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian
2009-05-13Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson
2009-05-07Remove -fobjc-tight-layout, seems to work!Daniel Dunbar
2009-05-04Add -fobjc-tight-layout.Daniel Dunbar
2009-04-28Remove unused LangOptions NoExtensions and Boolean.Eli Friedman
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-04-17Added -print-ivar-layout option. No change in functionalityFariborz Jahanian
2009-04-14Clean up handling of visibility.Daniel Dunbar
2009-04-08More fixes to builtin preprocessor defines.Daniel Dunbar
2009-04-08Make debug info work when using -save-temps.Daniel Dunbar
2009-04-08Set __PIC__ (more) correctly.Daniel Dunbar
2009-04-06Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas...Anders Carlsson
2009-04-03initialize an ivar.Chris Lattner
2009-04-03Implement -fvisibility.Fariborz Jahanian
2009-04-02Remove -ftrapu.Mike Stump
2009-04-02Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of aMike Stump
2009-04-01Add -ftrapv support, patch from David Chisnall; well all except theMike Stump
2009-04-01Revert r68221, -ftrapv support, which causes several regressions inDouglas Gregor
2009-04-01Add -ftrapv support, patch from David Chisnall; well all except theMike Stump
2009-03-20add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc.Chris Lattner
2009-03-13wire up a new -fno-builtin option, make it control things like simplifylibcalls,Chris Lattner
2009-03-13introduce a new -fheinous-gnu-extensions flag that enables reallyChris Lattner
2009-03-10Limit the template instantiation depth to some user-configurable valueDouglas Gregor
2009-02-16Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar
2009-02-14Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor
2009-02-14Fix the build on win32.Cedric Venet
2009-02-04Add -femit-all-decls codegen option.Daniel Dunbar
2009-01-30Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson
2009-01-22Use NonFragileABI as name of new Next abi. More comments Fariborz Jahanian
2009-01-21Refactoring ObjC Next's runtime classes in preparation forFariborz Jahanian
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner