aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
AgeCommit message (Expand)AuthorFilesLines
2008-08-17extend.texi (Function Attributes): Fix typo in description if hot function at...Nick Clifton1-1/+1
2008-08-07re PR target/36992 (Very stange code for _mm_move_epi64)H.J. Lu1-0/+1
2008-07-30[multiple changes]H.J. Lu1-9/+3
2008-07-28c-pragma.c (handle_pragma_message): New function.Simon Baldwin1-0/+29
2008-07-25Fix IA-64 breakage...Michael Meissner1-4/+6
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-2/+287
2008-07-20extend.texi (flatten attribute): Remove note about unit-at-a-timeJan Hubicka1-2/+1
2008-07-15re PR middle-end/36369 (may_alias broken with previous uses of non attributed...Richard Guenther1-4/+10
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-3/+4
2008-06-28extend.texi (Variable Attributes): Use @ref instead of @xref.Sandra Loosemore1-16/+19
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues1-25/+25
2008-06-15mips-modes.def: Add V8QI, V4HI and V2SI modes.Mark Shinwell1-0/+127
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers1-1/+1
2008-06-03Fixed typo.Kai Tietz1-1/+1
2008-06-03tm.texi (OVERRIDE_ABI_FORMAT): New.Kai Tietz1-0/+13
2008-05-24builtins.c (fold_builtin_fpclassify): Fix spelling of FP_INFINITE.Kaveh R. Ghazi1-1/+1
2008-05-23extend.texi: Clarify use of __attribute__((naked)).Paul Brook1-1/+7
2008-05-23builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.Kaveh R. Ghazi1-4/+16
2008-05-18re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi1-2/+13
2008-05-02i386.c (ix86_special_builtin_type): New.H.J. Lu1-6/+6
2008-05-01i386.c (ix86_builtin_type): Replace DI_FTYPE_DI_DI_INT with V1DI2DI_FTYPE_V1D...H.J. Lu1-1/+1
2008-05-01re PR target/36095 (__builtin_ia32_crc32di shouldn't defined in 32bit)H.J. Lu1-1/+1
2008-05-01i386.c (ix86_builtin_type): Add V8HI_FTYPE_V8HI_V8HI_COUNT...H.J. Lu1-1/+1
2008-04-30i386.c (ix86_builtin_type): Add FLOAT128_FTYPE_FLOAT128_FLOAT128...H.J. Lu1-5/+5
2008-04-04config.gcc (extra_headers): Add wmmintrin.h for x86 and x86-64.H.J. Lu1-0/+21
2008-03-25sh.c (SH_ATTRIBUTES): Define.Anil Paranjape1-1/+31
2008-03-23extend.texi (Function Attributes): Add missing comma in the example of the "a...Zuxy Meng1-1/+1
2008-03-20ms format support for mingw.Kai Tietz1-7/+16
2008-03-16extend.texi (Alignment): Say that the ABI controls the __alignof__ for non-st...Hans-Peter Nilsson1-1/+2
2008-03-15mmx.md ("sse2_umulv1siv2di3"): Rename from "sse2_umulsidi3".Uros Bizjak1-2/+2
2008-03-13extend.texi (X86 Built-in Functions): Missed fragment from my previous commit...Uros Bizjak1-1/+1
2008-03-13extend.texi (X86 Built-in Functions): Fix the mode of input arguments and the...Uros Bizjak1-23/+23
2008-03-13re PR target/35054 (No documentation of #pragma push_macro("macro_name"))Danny Smith1-5/+41
2008-03-08re PR target/22152 (Poor loop optimization when using mmx builtins)Uros Bizjak1-0/+18
2008-02-17c-tree.texi: Use @dots{} and @enddots{} where appropriate.Ralf Wildenhues1-1/+1
2008-02-16c-tree.texi: Use `@.' where appropriate.Ralf Wildenhues1-3/+3
2008-02-14extend.texi: Use @: or add comma where appropriate.Ralf Wildenhues1-4/+4
2008-02-08extend.texi (Function Attributes): Mention asm ("") as method to keep calls.Hans-Peter Nilsson1-0/+11
2008-02-02* doc/extend.texi (X86 Built-in Functions): Fix grammar.Gerald Pfeifer1-3/+3
2008-02-01re PR c/29326 (__builtin_trap is not documented)Andrew Pinski1-0/+8
2008-01-25MAINTAINERS (c4x port): Remove.Joseph Myers1-5/+4
2008-01-03re PR tree-optimization/29484 (tree-inline.c bug with local static vars)Jakub Jelinek1-0/+6
2007-11-19PR debug/29436, c/32326Jason Merrill1-4/+5
2007-11-12extend.texi (dllimport): Document that pointers to dllimport'd functions can ...Danny Smith1-3/+6
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-10-09extend.texi (Deprecated Features): Mention that <?Geoffrey Keating1-2/+2
2007-09-23expr.c (expand_expr_real_1): Use get_callee_fndecl instead of checking CALL_E...Jakub Jelinek1-1/+26
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-2/+10
2007-09-20extend.texi (Attribute Syntax): Remove old speculative future direction.Joseph Myers1-18/+4
2007-09-13Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, pro...Michael Meissner1-0/+217