| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Exit the command line into <built-in> instead of going directly from the comm... | Rafael Espindola | 2009-12-01 | 1 | -0/+5 |
* | Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. | Ken Dyck | 2009-11-22 | 1 | -0/+1 |
* | Define __WCHAR_WIDTH__ for use in stdint.h. | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h. | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, and | Ken Dyck | 2009-11-19 | 1 | -0/+4 |
* | Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been | Ken Dyck | 2009-11-19 | 1 | -1/+0 |
* | Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h. | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses | Ken Dyck | 2009-11-19 | 1 | -1/+0 |
* | Predefine __INTPTR_WIDTH__ for future use in stdint.h. | Ken Dyck | 2009-11-18 | 1 | -0/+1 |
* | Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no | Ken Dyck | 2009-11-18 | 1 | -2/+0 |
* | Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in | Ken Dyck | 2009-11-18 | 1 | -0/+8 |
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -14/+12 |
* | Parameterize the constant-generating macros in stdint.h with new built-in | Ken Dyck | 2009-11-16 | 1 | -1/+9 |
* | Generalize stdint.h for non-8-bit-multiple types, patch by | Chris Lattner | 2009-11-12 | 1 | -18/+21 |
* | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner | 2009-11-12 | 1 | -5/+1 |
* | Tweak PCH -include handling to make sure it matches the name as would be present | Daniel Dunbar | 2009-11-11 | 1 | -4/+9 |
* | Always initialize the header search object as part of InitializePreprocessor; | Daniel Dunbar | 2009-11-11 | 1 | -1/+7 |
* | PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. | Daniel Dunbar | 2009-11-10 | 1 | -3/+3 |
* | Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix | Daniel Dunbar | 2009-11-07 | 1 | -5/+6 |
* | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner | 2009-11-05 | 1 | -10/+22 |
* | InitializePreprocessor cannot fail. | Daniel Dunbar | 2009-11-04 | 1 | -4/+1 |
* | Move -undef flag into PreprocessorInitOptions | Daniel Dunbar | 2009-11-04 | 1 | -3/+2 |
* | Implement support for the -undef command line option, patch by | Chris Lattner | 2009-11-03 | 1 | -3/+5 |
* | clean up namespace. | Chris Lattner | 2009-11-02 | 1 | -6/+3 |
* | simplify intmax setup, patch by Ken Dyck! | Chris Lattner | 2009-10-29 | 1 | -15/+3 |
* | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner | 2009-10-21 | 1 | -2/+1 |
* | Work-around wchar_t and __pragma problem in VC headers | John Thompson | 2009-10-16 | 1 | -2/+11 |
* | Move the "needs exception support" logic to clang. This also fixes | Rafael Espindola | 2009-10-01 | 1 | -2/+3 |
* | Non fragile ABI for GNU runtime. Patch bu David Chisnall. | Fariborz Jahanian | 2009-09-10 | 1 | -3/+0 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -40/+40 |
* | Don't use '%ll', this doesn't workin on Win32. | Daniel Dunbar | 2009-09-03 | 1 | -1/+3 |
* | Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. | Eli Friedman | 2009-08-27 | 1 | -0/+2 |
* | API changes to match llvm ToT. | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | Predefine __cplusplus to the right value (199711L), except when in GNU mode. | Douglas Gregor | 2009-08-06 | 1 | -1/+7 |
* | define __STDC_VERSION__ processor token for c94 | Ryan Flynn | 2009-07-21 | 1 | -4/+7 |
* | Fix for PR4192: fix the definition of int64_t on x86_64 Linux. | Eli Friedman | 2009-07-01 | 1 | -1/+1 |
* | Make the StackProtector bitfield use enums instead of obscure numbers. | Bill Wendling | 2009-06-28 | 1 | -2/+2 |
* | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling | 2009-06-28 | 1 | -1/+6 |
* | __APPLE_CC__ should only be set when building for darwin targets. | Chris Lattner | 2009-06-23 | 1 | -1/+0 |
* | PR4388: get rid of an extra # line directive; in addition to being | Eli Friedman | 2009-06-15 | 1 | -5/+1 |
* | Misc minor fixes for clang for the Windows target. | Eli Friedman | 2009-06-08 | 1 | -1/+0 |
* | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman | 2009-06-05 | 1 | -1/+1 |
* | Move a couple Darwin-specific defines into getDarwinDefines. | Eli Friedman | 2009-06-04 | 1 | -5/+0 |
* | DefineBuiltinMacro is always passed two args, remove the defaulted third | Chris Lattner | 2009-06-04 | 1 | -2/+2 |
* | Compile fix needed by the solaris system gcc. | Duncan Sands | 2009-06-03 | 1 | -5/+5 |
* | Add IEEE quad support to DefineFloatMacros. | Eli Friedman | 2009-05-23 | 1 | -15/+22 |
* | PR4247: Widen the buffer slightly so it can hold all the definitions for | Eli Friedman | 2009-05-23 | 1 | -1/+1 |
* | This patch adds support for sender-aware dispatch in Objective-C for the GNU ... | Fariborz Jahanian | 2009-05-22 | 1 | -0/+3 |
* | Remove unused parameter. | Eli Friedman | 2009-05-18 | 1 | -1/+0 |