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
/
objc
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-29
In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+4
2010-09-28
add parsing for ObjC* method & method parm attributes
Iain Sandoe
1
-0
/
+8
2010-09-28
Hookize TARGET_UNWIND_INFO et al.
Richard Henderson
1
-0
/
+4
2010-09-28
add ObjC* class, category and protocol attribute parsers
Iain Sandoe
1
-0
/
+6
2010-09-28
In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+13
2010-09-28
In gcc/objc/: 2010-09-28 Nicola Pero <nicola@nicola.brainstorm.co.uk>
Nicola Pero
1
-0
/
+5
2010-09-28
In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+11
2010-09-28
In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+7
2010-09-27
In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+48
2010-09-27
In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+14
2010-09-27
objc-act.c (objc_get_class_reference): Use CP_TYPE_CONTEXT.
Richard Guenther
1
-0
/
+5
2010-09-26
In gcc/objc/:
Nicola Pero
1
-0
/
+5
2010-09-21
re PR objc/23710 (objc front-end should not "abort" after erroring out about ...
Nicola Pero
1
-0
/
+7
2010-09-21
re PR objc/25965 (Allows duplicate member names in objc subclasses)
Nicola Pero
1
-0
/
+7
2010-09-15
In gcc/testsuite/:
Nicola Pero
1
-0
/
+31
2010-09-10
objc-act.c (objc_begin_try_stmt): Generate an error if -fobjc-exceptions was ...
Nicola Pero
1
-0
/
+6
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-0
/
+4
2010-07-10
make ObjC do LTO.
Iain Sandoe
1
-0
/
+39
2010-07-03
re PR objc/24867 (many N^2 loops in objc frontend)
Nathan Froyd
1
-0
/
+25
2010-06-28
system.h: Poison GCC_EXCEPT_H for front-end files.
Steven Bosscher
1
-0
/
+4
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-0
/
+13
2010-06-05
c-common.c: Move to c-family/.
Steven Bosscher
1
-0
/
+6
2010-06-01
objc-act.c (build_next_objc_exception_stuff): Give setjmp a varargs type inst...
Nathan Froyd
1
-0
/
+5
2010-05-31
objc-act.c (synth_module_prologue): Use build_function_type_list instead of b...
Nathan Froyd
1
-0
/
+8
2010-05-27
diagnostic-core.h: New.
Joseph Myers
1
-0
/
+5
2010-05-25
Makefile.in (EXCEPT_H): Fix typo.
Steven Bosscher
1
-0
/
+8
2010-05-25
objc-act.c (objc_build_constructor): Adjust OBJCPLUS impedance mismatch code ...
Nathan Froyd
1
-0
/
+5
2010-05-25
objc-act.c (objc_build_constructor): Take a VEC instead of a tree.
Nathan Froyd
1
-0
/
+23
2010-05-01
[multiple changes]
Iain Sandoe
1
-0
/
+6
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-0
/
+4
2010-04-07
re PR c/18624 (GCC does not detect local variable set but never used)
Jakub Jelinek
1
-0
/
+7
2010-04-07
re PR objc/35996 (ICE while building simple ObjC code with -fobjc-gc)
Iain Sandoe
1
-0
/
+6
2010-04-07
re PR objc++/23716 (obj-c++.dg/comp-types-10.mm ICE with the GNU runtime)
Iain Sandoe
1
-0
/
+6
2010-02-18
Add PR reference.
Mike Stump
1
-0
/
+1
2010-02-18
objc-act.c (finish_var_decl): Set the generated symbols as "used".
Iain Sandoe
1
-0
/
+5
2009-12-17
objc-act.c (objc_substitute_decl, [...]): Update build_indirect_ref calls.
Shujing Zhao
1
-0
/
+5
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-0
/
+6
2009-11-28
re PR objc++/42156 (Hundreds of objc++ testsuite regressions)
Jakub Jelinek
1
-0
/
+6
2009-11-13
* objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.
Jan Hubicka
1
-0
/
+4
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-0
/
+6
2009-09-13
langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
Richard Guenther
1
-0
/
+14
2009-09-03
[multiple changes]
Diego Novillo
1
-0
/
+4
2009-08-20
c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.
Richard Guenther
1
-0
/
+5
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-0
/
+7
2009-07-14
sourcebuild.texi: Document install-plugin target.
Taras Glek
1
-0
/
+6
2009-07-07
tree.c (set_expr_locus): Remove.
Manuel López-Ibáñez
1
-0
/
+5
2009-07-07
cgraphunit.c: Replace %J by an explicit location.
Manuel López-Ibáñez
1
-0
/
+5
2009-07-07
c-lex.c: Replace %H by an explicit location.
Manuel López-Ibáñez
1
-0
/
+5
2009-06-22
re PR objc++/28050 (ICE on invalid initializer)
Matthias Klose
1
-0
/
+6
2009-06-19
dse.c (struct store_info): Rename bitmap field to bmap.
Ian Lance Taylor
1
-0
/
+8
[next]