Age | Commit message (Expand) | Author |
2009-07-31 | Add beginnigs of rtti generation, wire up more of -fno-exceptions. | Mike Stump |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-06-28 | Make the StackProtector bitfield use enums instead of obscure numbers. | Bill Wendling |
2009-06-28 | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling |
2009-06-25 | OpenCL 1.0 patch 2/N: Language options & file extension | Nate Begeman |
2009-06-05 | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman |
2009-05-27 | Initialize ObjCSenderDispatch in LangOptions. | Fariborz Jahanian |
2009-05-22 | This patch adds support for sender-aware dispatch in Objective-C for the GNU ... | Fariborz Jahanian |
2009-05-13 | Disable access control by default. It can be enabled with the -faccess-contro... | Anders Carlsson |
2009-05-07 | Remove -fobjc-tight-layout, seems to work! | Daniel Dunbar |
2009-05-04 | Add -fobjc-tight-layout. | Daniel Dunbar |
2009-04-28 | Remove unused LangOptions NoExtensions and Boolean. | Eli Friedman |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-17 | Added -print-ivar-layout option. No change in functionality | Fariborz Jahanian |
2009-04-14 | Clean up handling of visibility. | Daniel Dunbar |
2009-04-08 | More fixes to builtin preprocessor defines. | Daniel Dunbar |
2009-04-08 | Make debug info work when using -save-temps. | Daniel Dunbar |
2009-04-08 | Set __PIC__ (more) correctly. | Daniel Dunbar |
2009-04-06 | Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas... | Anders Carlsson |
2009-04-03 | initialize an ivar. | Chris Lattner |
2009-04-03 | Implement -fvisibility. | Fariborz Jahanian |
2009-04-02 | Remove -ftrapu. | Mike Stump |
2009-04-02 | Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a | Mike Stump |
2009-04-01 | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump |
2009-04-01 | Revert r68221, -ftrapv support, which causes several regressions in | Douglas Gregor |
2009-04-01 | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump |
2009-03-20 | add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc. | Chris Lattner |
2009-03-13 | wire up a new -fno-builtin option, make it control things like simplifylibcalls, | Chris Lattner |
2009-03-13 | introduce a new -fheinous-gnu-extensions flag that enables really | Chris Lattner |
2009-03-10 | Limit the template instantiation depth to some user-configurable value | Douglas Gregor |
2009-02-16 | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. | Daniel Dunbar |
2009-02-14 | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor |
2009-02-14 | Fix the build on win32. | Cedric Venet |
2009-02-04 | Add -femit-all-decls codegen option. | Daniel Dunbar |
2009-01-30 | Turn on -flax-vector-conversions by default, issue a warning whenever one is ... | Anders Carlsson |
2009-01-22 | Use NonFragileABI as name of new Next abi. More comments | Fariborz Jahanian |
2009-01-21 | Refactoring ObjC Next's runtime classes in preparation for | Fariborz Jahanian |
2008-12-04 | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner |
2008-12-01 | Add LangOptions marker for assembler-with-cpp mode and use to define | Daniel Dunbar |
2008-08-27 | First wave of changes to support "blocks" (an extension to C). | Steve Naroff |
2008-08-22 | Add preliminary (and probably broken) codegen support for C++ static initiali... | Anders Carlsson |
2008-08-11 | Add LangOptions::NeXTRuntime. | Daniel Dunbar |
2008-08-11 | Add -fexceptions to Driver | Daniel Dunbar |
2008-04-29 | Add -fobjc-gc and -fobjc-gc-only options to the driver. | Ted Kremenek |
2008-04-05 | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner |
2008-04-05 | Step #1 to fixing PR2012: c89 allows declspecs to be completely | Chris Lattner |
2008-02-25 | enable digraphs for C94, thanks to Neil for pointing this out. | Chris Lattner |
2008-02-24 | Update comment. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-05 | Implemented serialization of LangOptions. | Ted Kremenek |