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/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-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-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
/
config
/
rs6000
/
rs6000.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-08-26
Fixed several -mcpu=G5 and 'long double' issues for apple-ppc-darwin.
Fariborz Jahanian
1
-5
/
+29
2004-08-26
re PR target/16480 (using -msdata causes internal compiler error)
Alan Modra
1
-12
/
+8
2004-08-25
tree.h (build_int_cst): New, sign extended constant.
Nathan Sidwell
1
-6
/
+6
2004-08-25
re PR target/17052 (altivec varargs failure if no optimization)
Alan Modra
1
-3
/
+0
2004-08-24
gimplify.c (gimplify_array_ref_to_plus): Delete.
Richard Henderson
1
-1
/
+2
2004-08-24
defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.
Eric Christopher
1
-373
/
+392
2004-08-23
tree.h (build_distinct_type_copy): New.
Nathan Sidwell
1
-8
/
+4
2004-08-21
linux64.h (DOT_SYMBOLS): Define.
Alan Modra
1
-44
/
+63
2004-08-20
rs6000.c (rs6000_rtx_costs): Improve DIV/MOD.
Dale Johannesen
1
-10
/
+23
2004-08-19
invoke.texi (-mfix-and-continue): Add support for fast turn around debugging.
Mike Stump
1
-5
/
+22
2004-08-18
emit-rtl.c (gen_const_mem): New.
Richard Henderson
1
-5
/
+3
2004-08-18
darwin.md: Delete the altivec patterns which are handled differently now.
Andrew Pinski
1
-2
/
+10
2004-08-18
save_world/rest_world for ppc-darwin.
Fariborz Jahanian
1
-12
/
+420
2004-08-18
rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
Richard Henderson
1
-2
/
+2
2004-08-17
Check for Altivec mode when returning altivec register.
Fariborz Jahanian
1
-1
/
+2
2004-08-17
Revert 2004-08-16 Stan Shebs <shebs@apple.com>
David Edelsohn
1
-10
/
+2
2004-08-16
Patch to fix -mcpu=G5 interface to EH runtime library.
Fariborz Jahanian
1
-0
/
+12
2004-08-16
Basic support for 64-bit Darwin.
Stan Shebs
1
-3
/
+16
2004-08-15
tree.h (build_int_cst): New.
Nathan Sidwell
1
-6
/
+9
2004-08-13
rs6000.c (any_parallel_operand): New predicate.
David Edelsohn
1
-0
/
+11
2004-08-12
rs6000.c (altivec_init_builtins): Fix argument type for vec_dss.
Janis Johnson
1
-3
/
+3
2004-08-12
rs6000.c (function_arg_padding): Revert 2004-07-28 and 2004-07-14 changes.
Alan Modra
1
-4
/
+0
2004-08-10
rs6000-protos.h (expand_block_clear): Declare.
David Edelsohn
1
-4
/
+87
2004-08-05
rs6000.c (rs6000_rtx_costs): Fix mask_operand and mask64_operand thinkos.
David Edelsohn
1
-5
/
+20
2004-08-04
rs6000.c (rs6000_rtx_costs): LABEL_REFs are zero cost.
David Edelsohn
1
-3
/
+5
2004-08-03
rs6000.c (machopic_output_stub): Align Darwin stubs.
Dale Johannesen
1
-10
/
+16
2004-08-03
rs6000.c (rs6000_rtx_costs): Calculate cost of constants more accurately.
David Edelsohn
1
-50
/
+170
2004-08-02
rs6000.c (rs6000_split_multireg_move): Just abort if trying to *store* to a n...
Geoffrey Keating
1
-8
/
+1
2004-07-31
rs6000.c (legitimate_lo_sum_address_p): Permit non-offsettable addresses even...
Geoffrey Keating
1
-5
/
+29
2004-07-28
rs6000.md ("move_from_CR_gt_bit"): Rename to move_from_CR_eq_bit.
Aldy Hernandez
1
-10
/
+10
2004-07-28
* config/rs6000/rs6000.c (function_arg_padding): Pad SFmode upwards.
Alan Modra
1
-3
/
+3
2004-07-23
dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...
Mark Mitchell
1
-14
/
+8
2004-07-20
genattr.c (struct range, [...]): Remove them.
Paolo Bonzini
1
-2
/
+0
2004-07-17
langhooks.h (builtin_function): New langhook.
Joseph Myers
1
-5
/
+5
2004-07-14
alpha.c (alpha_gimplify_va_arg_1): Move indirect ...
Richard Henderson
1
-43
/
+11
2004-07-14
rs6000.c (function_arg_padding): Do not pad SFmode for TARGET_64BIT.
David Edelsohn
1
-11
/
+13
2004-07-13
target.h (struct gcc_target): Add calls.pass_by_reference.
Richard Henderson
1
-4
/
+8
2004-07-13
target-def.h (TARGET_MUST_PASS_IN_STACK): New.
Richard Henderson
1
-1
/
+15
2004-07-12
rs6000.c (rs6000_rtx_costs): Indicate that the rs6000 doesn't have shift-and-...
Roger Sayle
1
-0
/
+12
2004-07-11
rs6000.c (struct processor_costs): Change semantics of fields to include the ...
Roger Sayle
1
-208
/
+242
2004-07-07
rs6000.c (struct processor_costs): Add new fields for simple floating point o...
Roger Sayle
1
-11
/
+139
2004-07-07
builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...
Alexandre Oliva
1
-8
/
+8
2004-07-02
rs6000.c (struct processor_costs): New structure used to hold instruction lat...
Roger Sayle
1
-154
/
+307
2004-07-01
gimple-low.c (lower_function_body): Don't reset_block_changes here.
Richard Henderson
1
-0
/
+1
2004-07-01
Index: gcc/ChangeLog
Geoffrey Keating
1
-19
/
+48
2004-07-01
rs6000.c (rs6000_mixed_function_arg): Rewrite.
Alan Modra
1
-176
/
+127
2004-06-30
rs6000.c (rs6000_rtx_costs): Handle subtractions identically to additions, al...
Roger Sayle
1
-0
/
+4
2004-06-29
re PR target/16195 ([3.4 only] Miscompilation of GCC 3.3.x by 3.4.x)
Jakub Jelinek
1
-3
/
+13
2004-06-27
rs6000.c (rs6000_legitimate_offset_address_p): Accept TOC addresses.
David Edelsohn
1
-3
/
+5
2004-06-23
rs6000.c (rs6000_use_dfa_pipeline_interface): Delete.
David Edelsohn
1
-8
/
+21
[next]