Age | Commit message (Expand) | Author | Files | Lines |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -7/+7 |
2001-07-25 | stmt.c (expand_goto): A nonlocal goto can be a call too. | Andrew MacLeod | 1 | -1/+1 |
2001-07-24 | stor-layout.c (get_mode_alignment): make it work when BITS_PER_UNIT is not a ... | Lars Brinkhoff | 1 | -2/+2 |
2001-07-17 | calls.c (prepare_call_address): New parameter SIBCALLP. | Richard Henderson | 1 | -1/+1 |
2001-07-11 | alias.c (set_mem_alias_set): New function. | Richard Kenner | 1 | -12/+12 |
2001-07-10 | target.h (struct gcc_target): New fields init_builtins and expand_builtin. | Stan Shebs | 1 | -3/+22 |
2001-07-02 | emit-rtl.c (adjust_address): New function. | Richard Kenner | 1 | -26/+8 |
2001-06-24 | builtins.c (expand_builtin_expect_jump): Disable if the expression can't be r... | Richard Henderson | 1 | -0/+16 |
2001-06-20 | Fix __builtin_expect on PowerPCs | Michael Meissner | 1 | -2/+113 |
2001-05-25 | builtins.def: Encode additional information, such as names and types, here. | Mark Mitchell | 1 | -11/+30 |
2001-05-22 | builtins.c (expand_builtin_longjmp): A longjmp can be a call too. | Andrew MacLeod | 1 | -6/+11 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -2/+5 |
2001-03-27 | system.h: Include symcat.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -2/+0 |
2001-03-07 | Brad's -ffast-math breakup. | Brad Lucier | 1 | -5/+6 |
2001-02-07 | Avoid scheduling builtin setjmp receivers | Bernd Schmidt | 1 | -0/+7 |
2001-02-01 | builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space returns Pmod... | Richard Kenner | 1 | -1/+11 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-01-28 | builtins.c (expand_builtin_fputs): Use size_one_node when transforming into f... | Kaveh R. Ghazi | 1 | -1/+1 |
2001-01-11 | *** empty log message *** | Alan Lehotsky | 1 | -1/+6 |
2001-01-05 | builtins.def (BUILT_IN_CONJ, [...]): Define. | Joseph Myers | 1 | -0/+7 |
2001-01-03 | update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2001-01-03 | builtins.c (expand_builtin_strncmp): Use host_integerp and tree_low_cst. | Kaveh R. Ghazi | 1 | -33/+42 |
2001-01-03 | Don't use MEM_ALIAS_SET on a REG | Bernd Schmidt | 1 | -1/+2 |
2000-12-30 | Oops, fix style nit. | Kaveh Ghazi | 1 | -1/+1 |
2000-12-30 | * builtins.c (validate_arglist): New function, use it. | Kaveh R. Ghazi | 1 | -141/+86 |
2000-12-28 | builtins.c (build_function_call_expr): New function. | Kaveh R. Ghazi | 1 | -41/+32 |
2000-12-23 | builtins.def (BUILT_IN_LABS, [...]): Don't define. | Joseph Myers | 1 | -3/+0 |
2000-12-20 | rtl.h (REG_NON_LOCAL_GOTO): New. | Richard Henderson | 1 | -1/+13 |
2000-12-05 | builtins.c (expand_builtin_setjmp_setup): Set current_function_has_nonlocal_l... | Jeffrey A Law | 1 | -0/+4 |
2000-12-04 | builtins.c (expand_builtin_strspn, [...]): Handle another transformation. | Kaveh R. Ghazi | 1 | -3/+13 |
2000-12-03 | bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio... | Richard Henderson | 1 | -57/+78 |
2000-12-03 | builtins.c (expand_builtin_strcat, [...]): New functions. | Kaveh R. Ghazi | 1 | -0/+234 |
2000-12-03 | builtins.c (expand_builtin_strcmp): Use const*_rtx when expanding strcmp at c... | Kaveh R. Ghazi | 1 | -24/+64 |
2000-12-01 | builtins.def (BUILT_IN_IMAXABS): Add. | Joseph Myers | 1 | -0/+1 |
2000-12-01 | builtins.c (target_char_cast): New function. | Jakub Jelinek | 1 | -11/+86 |
2000-11-29 | expr.h (store_by_pieces): Add prototype. | Jakub Jelinek | 1 | -8/+128 |
2000-11-27 | builtins.c (expand_builtin_strncmp, [...]): New functions. | Kaveh R. Ghazi | 1 | -0/+151 |
2000-11-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+2 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 1 | -1/+1 |
2000-11-14 | builtins.c (expand_builtin_setjmp): Set current_function_calls_setjmp. | Jakub Jelinek | 1 | -0/+3 |
2000-11-13 | builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-11-11 | builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY into account. | Alexandre Oliva | 1 | -3/+7 |
2000-11-09 | builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max. | Jakub Jelinek | 1 | -129/+282 |
2000-11-07 | builtins.c (expand_builtin_strpbrk): New function. | Kaveh R. Ghazi | 1 | -1/+103 |
2000-11-03 | builtins.c (expand_builtin_strlen): Remove unused mode argument. | Zack Weinberg | 1 | -7/+4 |
2000-11-01 | Constant folding for builtins | Bernd Schmidt | 1 | -38/+84 |
2000-11-01 | builtins.c (expand_builtin_strstr): New function. | Kaveh R. Ghazi | 1 | -0/+68 |
2000-10-31 | builtins.c (expand_builtin_fputs): When deleting NOP calls to builtin fputs... | Kaveh R. Ghazi | 1 | -1/+7 |
2000-10-06 | builtins.c (is_valid_printf_arglist, [...]): Move functions from here ... | Kaveh R. Ghazi | 1 | -122/+0 |