index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
alias.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* mkconfig.sh: Include insn-flags.h.
rth
2001-03-22
1
-1
/
+0
*
Use only nonvarying rtxs as known values
bernds
2001-03-15
1
-2
/
+2
*
* alias.c (handled_component_p, can_address_p): New functions.
kenner
2001-03-14
1
-29
/
+57
*
Fix typo
kenner
2001-03-12
1
-1
/
+1
*
* flow.c (insn_dead_p): Don't consider two memrefs equivalent
kenner
2001-03-12
1
-0
/
+6
*
* alias.c (objects_must_conflict_p): Read-only slots may not
rth
2001-01-26
1
-9
/
+12
*
* alias.c (rtx_equal_for_memref_p, case ADDRESSOF): Don't assume
kenner
2001-01-19
1
-2
/
+2
*
* alias.c (find_base_value): Recognize TRUNCATE.
amylaar
2001-01-19
1
-1
/
+20
*
Partially undo a previous patch
bernds
2001-01-11
1
-18
/
+17
*
Improve alias analysis for ia64
bernds
2001-01-03
1
-25
/
+53
*
Extra arg for rtx_varies_p
bernds
2001-01-01
1
-5
/
+5
*
* alias.c (alias_sets_conflict_p): New function.
kenner
2000-12-30
1
-25
/
+86
*
Fix ia64-linux glibc miscompilation reported by H.J. Lu.
wilson
2000-12-15
1
-1
/
+5
*
* function.h (emit_status): Delete member regno_pointer_flag and
law
2000-11-30
1
-4
/
+4
*
* alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
jsm28
2000-11-19
1
-9
/
+0
*
* alias.c (init_alias_analysis), calls.c (expand_call,
jsm28
2000-11-07
1
-3
/
+3
*
* alias.c: Include basic-block.h.
wehle
2000-10-25
1
-0
/
+97
*
* alias.c: (mark_constant_function): Don't check pure functions.
wehle
2000-10-20
1
-16
/
+28
*
Remove obstacks.
mmitchel
2000-10-13
1
-4
/
+2
*
* alias.c (true_dependence): Allow non-unchanging read to conflict
kenner
2000-09-17
1
-1
/
+4
*
* alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
wehle
2000-09-14
1
-2
/
+11
*
* alias.c (find_base_term): Use frame_pointer_rtx
wehle
2000-09-13
1
-1
/
+1
*
* alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
geoffk
2000-09-11
1
-2
/
+2
*
* alias.c (find_base_term): Handle ADDRESSOF.
wehle
2000-09-10
1
-0
/
+6
*
* i386.c (ix86_find_base_term): New.
wehle
2000-08-25
1
-11
/
+22
*
* rtlanal.c (rtx_unstable_p): The pic register is stable
wehle
2000-08-23
1
-14
/
+13
*
* alias.c (init_alias_analysis): Do not register
rth
2000-08-22
1
-9
/
+0
*
* alias.c (true_dependence, write_dependence_p): A read
wehle
2000-08-18
1
-2
/
+20
*
* alias.c (mark_constant_function): Use INSN_P.
law
2000-08-04
1
-3
/
+2
*
* alias.c (init_alias_analysis): Do not call
law
2000-07-03
1
-1
/
+6
*
* alias.c (fixed_scalar_and_varying_struct_p): Don't examine
geoffk
2000-06-23
1
-0
/
+3
*
* alias.c (get_alias_set): If compnent is addressable, use alias
kenner
2000-06-05
1
-11
/
+32
*
* alias.c (record_component_aliases): Don't inspect
mmitchel
2000-06-04
1
-1
/
+1
*
* alias.c (record_alias_subset): Initialize has_zero_child in the
rth
2000-06-03
1
-1
/
+1
*
* alias.c (struct alias_set_entry): New field has_zero_child.
kenner
2000-06-03
1
-24
/
+46
*
gcc/
rth
2000-06-03
1
-10
/
+4
*
* alias.c (get_alias_set): Don't call language-specific routine more
kenner
2000-06-01
1
-34
/
+40
*
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
kenner
2000-05-31
1
-16
/
+210
*
* alias.c (record_component_aliases): New function.
kenner
2000-05-22
1
-2
/
+43
*
* alias.c: Clarify some comments.
kenner
2000-05-20
1
-32
/
+32
*
* alias.c (aliases_everything_p): Don't special-case QImode here.
kenner
2000-05-20
1
-12
/
+6
*
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
kenner
2000-05-19
1
-5
/
+9
*
* alias.c (nonlocal_reference_p): Minor reformatting.
kenner
2000-05-09
1
-1
/
+2
*
* rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
kenner
2000-05-04
1
-2
/
+0
*
* alias.c (nonlocal_reference_p): Take a care for
hubicka
2000-04-13
1
-4
/
+9
*
* alias.c (canon_rtx): Make it global.
mmitchel
2000-03-31
1
-19
/
+32
*
* Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
mmitchel
2000-03-31
1
-2
/
+7
*
* Rework fields used to describe positions of bitfields and
kenner
2000-03-25
1
-1
/
+1
*
Add cselib; use it in loop and reload_cse_regs
crux
2000-03-14
1
-26
/
+69
*
Typo fix.
amylaar
2000-01-21
1
-1
/
+1
[next]