Age | Commit message (Expand) | Author |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-05 | Eliminate tabls | John Thompson |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-09-21 | Removed -fobjc-newgc-api option. clang now conforms to | Fariborz Jahanian |
2009-09-21 | -fobjc-newgc-api is now the default. | Fariborz Jahanian |
2009-09-16 | Starting patch to generate more specific API for objc's | Fariborz Jahanian |
2009-09-10 | Non fragile ABI for GNU runtime. Patch bu David Chisnall. | Fariborz Jahanian |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-03 | Add basic support for -pthread. | Daniel Dunbar |
2009-08-31 | Updated GNU runtime non-fragile ABI. | David Chisnall |
2009-08-22 | Add a -fno-elide-constructors option to clang-cc. | Anders Carlsson |
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 |