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/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
/
darwin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-01
basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.
Kaveh R. Ghazi
1
-1
/
+1
2005-05-25
common.opt (-Wattributes): New.
DJ Delorie
1
-3
/
+4
2005-05-03
darwin.c (machopic_define_symbol): Use gcc_assert or gcc_unreachable as appro...
Nathan Sidwell
1
-21
/
+13
2005-04-26
darwin.c (darwin_encode_section_info): Always set MACHO_SYMBOL_STATIC for all...
Mike Stump
1
-15
/
+13
2005-04-23
diagnostic.c (warning): Accept parameter to classify warning option.
DJ Delorie
1
-2
/
+2
2005-04-23
darwin.c (machopic_indirection_name): Don't use quotes needlessly.
Mike Stump
1
-35
/
+32
2005-04-22
Remove Apple Local marker comments accidentally added to FSF mainline.
Caroline Tice
1
-2
/
+0
2005-04-22
Adding Apple Local markers.
Caroline Tice
1
-0
/
+2
2005-04-21
config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.
Richard Sandiford
1
-13
/
+0
2005-04-08
rs6000.c (rs6000_emit_prologue): Use 5 nops, instead of 4.
Mike Stump
1
-2
/
+2
2005-04-08
* config/darwin.c (indirect_data): Fix typo in strncmp logic.
Mike Stump
1
-1
/
+1
2005-03-31
Fix problems with hot/cold partitioning optimization.
Caroline Tice
1
-1
/
+6
2005-02-19
darwin.c (machopic_select_rtx_section): Don't put relocatable expressions in ...
Stan Shebs
1
-1
/
+3
2005-01-23
alias.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-01-18
darwin.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+2
2005-01-12
re PR target/19334 (darwin backend places some CONST_DECLs in the wrong section)
Andrew Pinski
1
-1
/
+1
2005-01-05
Fix an oopsie in the last commit, sorry
Stan Shebs
1
-1
/
+1
2005-01-05
unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit Mach-O getters if ppc64.
Stan Shebs
1
-3
/
+4
2005-01-03
darwin.c (darwin_handle_weak_import_attribute): Permit VAR_DECLs to have weak...
Geoffrey Keating
1
-1
/
+1
2004-12-31
re PR target/19211 (GNAT bug box compiling a-exexda.adb with stage1 compiler)
Andrew Pinski
1
-1
/
+2
2004-12-20
defaults.h (ASM_OUTPUT_INTERNAL_LABEL): New macro.
Mark Mitchell
1
-2
/
+2
2004-12-16
re PR target/19041 (-fvisibility=hidden causes bad codegen for common symbols)
Andrew Pinski
1
-7
/
+21
2004-12-13
re PR target/18964 (Typo in visibility warning message)
Andrew Pinski
1
-1
/
+1
2004-11-19
No darwin non-lazy-ptr for address calculatation when not needed.
Fariborz Jahanian
1
-0
/
+1
2004-11-09
builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...
Joseph Myers
1
-1
/
+1
2004-11-07
re PR target/18269 (-m64 -fPIC does not work on ppc-darwin)
Andrew Pinski
1
-9
/
+3
2004-10-27
Index: fixincludes/ChangeLog
Geoffrey Keating
1
-3
/
+20
2004-10-26
Index: gcc/gcc/ChangeLog
Geoffrey Keating
1
-52
/
+44
2004-09-22
* config/darwin.c (darwin_make_decl_one_only)
Matt Austern
1
-2
/
+2
2004-09-15
configure.ac: Check for COMDAT support.
Mark Mitchell
1
-1
/
+3
2004-09-11
darwin.c (machopic_validate_stub_or_non_lazy_ptr): Mark the thing referenced ...
Geoffrey Keating
1
-3
/
+6
2004-09-10
darwin.c: Include target.h.
Geoffrey Keating
1
-36
/
+39
2004-09-10
darwin.c (machopic_mcount_stub_name): Call machopic_indirection_name instead ...
Andrew Pinski
1
-1
/
+2
2004-09-10
darwin.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2004-09-01
darwin.c (machopic_symbol_defined_p): In addition to being SYMBOL_REF_LOCAL_P...
Mike Stump
1
-4
/
+4
2004-08-31
darwin.c (darwin_make_decl_one_only): Allocate section names once per compila...
Matt Austern
1
-6
/
+15
2004-08-21
darwin.c (machopic_indirect_data_reference): Mark stubs as defined.
Mike Stump
1
-1
/
+2
2004-08-19
invoke.texi (-mfix-and-continue): Add support for fast turn around debugging.
Mike Stump
1
-3
/
+104
2004-08-18
emit-rtl.c (gen_const_mem): New.
Richard Henderson
1
-12
/
+9
2004-08-18
darwin.md: Delete the altivec patterns which are handled differently now.
Andrew Pinski
1
-3
/
+9
2004-08-18
Dead code stripping
Matt Austern
1
-0
/
+1
2004-08-18
darwin.c (machopic_legitimize_pic_address): Only set MEM_READONLY_P in the no...
Andrew Pinski
1
-1
/
+1
2004-08-18
Hot/cold partitioning update patch.
Caroline Tice
1
-4
/
+1
2004-08-18
rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
Richard Henderson
1
-13
/
+6
2004-08-17
* config/darwin.c (macho_indirect_data_reference): Add DImode case.
David Edelsohn
1
-9
/
+3
2004-08-16
c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
Devang Patel
1
-0
/
+8
2004-08-16
Basic support for 64-bit Darwin.
Stan Shebs
1
-5
/
+11
2004-07-28
darwin.c (darwin_one_byte_bool): New global variable.
Matt Austern
1
-0
/
+4
2004-07-23
dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...
Mark Mitchell
1
-496
/
+256
2004-07-10
darwin.c (no_dead_strip): Add.
Mike Stump
1
-1
/
+18
[next]