summaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-15/+15
* Change hash_table to support a comparator type different from thecrowl2012-10-251-5/+6
* Change more non-GTY hash tables to use the new type-safe template hash table.crowl2012-10-091-14/+19
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1/+1
* toplevel/steven2012-06-291-3/+3
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-05-17 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-05-171-3/+3
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-2/+2
* * objc-act (objc_build_ivar_assignment): Do not call assemble_external.steven2012-03-211-3/+0
* gcc/objc:iains2011-10-291-3/+2
* In gcc/objc/:nicola2011-10-181-4/+4
* In gcc/:nicola2011-10-141-297/+210
* In gcc/objc/:nicola2011-07-111-3/+1
* In gcc/objc/:nicola2011-07-041-901/+5
* In gcc/objc/:nicola2011-06-051-8/+46
* In gcc/objc/:nicola2011-06-021-29/+121
* In gcc/objc/:nicola2011-06-011-0/+42
* remove some TYPE_ARG_TYPES usage in objc/froydnj2011-05-201-7/+24
* don't use build_function_type in the ObjC/C++ frontendsfroydnj2011-05-061-37/+42
* * c-decl.c (finish_decl): Don't call get_pending_sizes.jsm282011-05-051-12/+20
* Fixup whitespacing.mrs2011-05-041-327/+327
* * objc-act.c (objc_fold_objc_type_ref): Remove.jason2011-04-261-27/+0
* * objc-act.c (synth_module_prologue): Call build_function_type_listfroydnj2011-04-211-2/+2
* In gcc/objc/:nicola2011-04-151-1/+30
* In gcc/c-family/:nicola2011-04-151-9/+234
* In gcc/c-family/:nicola2011-04-141-23/+18
* In gcc/:nicola2011-04-141-32/+26
* In gcc/objc/:nicola2011-04-131-1/+1
* gcc/ada/froydnj2011-04-131-0/+18
* In gcc/:nicola2011-04-121-5/+4
* In gcc/objc/:nicola2011-04-121-28/+77
* In gcc/objc/:nicola2011-04-121-7/+17
* In gcc/:nicola2011-04-121-6/+13
* 2011-04-12 Martin Jambor <mjambor@suse.cz>jamborm2011-04-121-2/+4
* * doc/tm.texi.in: Document C target hooks as separate from generaljsm282011-04-061-1/+1
* Implemented encoding property types for new ObjC ABIsnicola2011-02-261-20/+52
* Removed conflict in usage of TYPE_LANG_SLOT_0 between Objective-C and Cnicola2011-02-231-3/+0
* Fixed check for flexible array members used in Objective-C instance variablesnicola2011-02-221-20/+89
* Reverted usage of TARGET_64BIT for code generation for GNU Objective-C runtimenicola2011-02-201-0/+18
* Fixed Objective-C dotsyntax with a constant type right-hand sidenicola2011-02-201-27/+49
* Updated comments in objc-act.cnicola2011-02-191-3/+20
* Updated comments - no change in codenicola2011-02-191-29/+31
* Added support for the 64-bit Apple Objective-C runtimenicola2011-02-181-4576/+1045
* In gcc/objc/:nicola2011-01-171-1/+1
* 2011-01-14 Ben Elliston <bje@au.ibm.com>mrs2011-01-141-9/+1
* gcc/objc:iains2011-01-081-0/+2
* Fix a typo.hjl2011-01-021-1/+1
* In gcc/objc/:nicola2011-01-021-4/+22