index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
builtins.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-11-15
expr.c (store_field): Pass tree instead of max size; callers changed.
Richard Kenner
1
-1
/
+1
2001-11-03
builtins.c (get_memory_rtx): Properly set MEM alias set and attributes.
Richard Kenner
1
-7
/
+9
2001-11-02
builtins.c (apply_args_size): Handle vector arguments.
Aldy Hernandez
1
-0
/
+32
2001-10-28
builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
Richard Kenner
1
-6
/
+32
2001-10-23
builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.
Richard Kenner
1
-3
/
+7
2001-10-23
alias.c (can_address_p): Compnonents are not addressable if the containing ty...
Richard Kenner
1
-10
/
+17
2001-10-07
builtins.c (expand_builtin_setjmp_receiver): Const-ify.
Kaveh R. Ghazi
1
-1
/
+1
2001-09-22
* builtins.c (c_getstr): Remove unused variable.
Andreas Jaeger
1
-1
/
+0
2001-09-11
builtins.c (c_strlen): Treat an offset too large for a HOST_WIDE_INT as out o...
Matt Kraai
1
-1
/
+3
2001-09-10
builtins.c (c_getstr): Correct thinko in last change and further cleanup.
Richard Kenner
1
-14
/
+7
2001-09-10
alias.c (clear_reg_alias_info): Use K&R format definition.
Richard Kenner
1
-57
/
+66
2001-08-27
function.c (expand_function_end): Don't init arg_pointer_save_area.
Richard Henderson
1
-7
/
+2
2001-08-27
emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
Andreas Jaeger
1
-17
/
+15
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
2001-08-22
* builtins.c (type_to_class): Fix typo in last change.
Kaveh R. Ghazi
1
-1
/
+1
2001-08-21
stmt.c: Don't include insn-codes.h.
Zack Weinberg
1
-45
/
+48
2001-08-18
optabs.h (OTI_flodiv, [...]): Kill.
Zack Weinberg
1
-6
/
+4
2001-08-13
expr.h: Split out optab- and libfunc-related code to...
Zack Weinberg
1
-0
/
+2
2001-08-04
builtins.c (fold_builtin_constant_p): Return integer_zero_node for complex ex...
Zack Weinberg
1
-2
/
+6
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
[next]