aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-05-28c-common.c (c_common_nodes_and_builtins): Replace use of TARGET_ENUM_VA_LIST ...Kai Tietz7-33/+49
2010-05-28re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)Kai Tietz4-7/+10
2010-05-28re PR target/44266 (stack frame lacks parameter save area)Alan Modra2-22/+19
2010-05-28s390.md (movqi): Fix typo ('*' -> '#').Andreas Krebbel2-1/+5
2010-05-28Daily bump.GCC Administrator1-1/+1
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli12-175/+113
2010-05-28rs6000-modes.def (PSImode): Delete.Segher Boessenkool2-5/+4
2010-05-28constraints.md ("z" constraint): Change to CA_REGS.Segher Boessenkool7-25/+42
2010-05-28re PR bootstrap/44255 (gcc-4.6-20100522 bootstrap comparison failure on sparc...Jakub Jelinek2-15/+17
2010-05-27invoke.texi (xtensa options): Add -mforce-no-pic.Sterling Augustine4-0/+11653
2010-05-27re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)Kai Tietz3-2/+8
2010-05-27diagnostic-core.h: New.Joseph Myers55-193/+340
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli12-78/+206
2010-05-27print-tree.c (debug_vec_tree): New fn.Jason Merrill4-2/+68
2010-05-27re PR c++/43555 (wrong address calculation of multidimensional variable-lengt...Jason Merrill4-0/+77
2010-05-27ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.Jan Hubicka2-19/+67
2010-05-27re PR objc/44140 (ObjC lto/whopr fails)Iain Sandoe9-9/+28
2010-05-27changelog correctionJason Merrill1-1/+1
2010-05-27Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher8-10/+58
2010-05-27cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).Jan Hubicka3-2/+10
2010-05-2720100302_0.C: Skip on darwin.Jack Howarth2-1/+5
2010-05-27sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka8-46/+55
2010-05-27PR 43726 * config/lm32/lm32.h: Remove definition of GO_IF_MODE_DEPENDENT_ADDR...Jon Beniston2-4/+7
2010-05-27re PR lto/44230 (Do not create need for multiple EH personalities)Eric Botcazou7-9/+57
2010-05-27re PR tree-optimization/44284 (vectorization does not work for short variable)Richard Guenther33-24/+104
2010-05-27gthr-posix.h (pthread_cancel): Don't declare if compiling against Bionic C li...Maxim Kuvyrkov2-1/+18
2010-05-27Support compilation for Android platform. Reimplement -mandroid.Maxim Kuvyrkov8-142/+163
2010-05-27Add support for Bionic C libraryMaxim Kuvyrkov11-53/+123
2010-05-27c-common.h (c_register_addr_space): Add prototype.Ulrich Weigand5-27/+45
2010-05-27ChangeLog: Fix whitespace.Uros Bizjak2-48/+32
2010-05-27input.c: New file.Joseph Myers7-32/+70
2010-05-27lto-wrapper.c (maybe_unlink_file): Ignore unlink failure for non-existant files.Richard Guenther2-1/+10
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz7-7/+38
2010-05-27materialize-1_0.c: New file.Jan Hubicka3-0/+35
2010-05-27cgraphunit.c (verify_cgraph_node): Do checking that DECL match edge only when...Jan Hubicka4-29/+42
2010-05-27Daily bump.GCC Administrator1-1/+1
2010-05-26avr-c.c: Do not include regs.h.Steven Bosscher4-37/+44
2010-05-26explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead...Steven Bosscher6-7/+21
2010-05-26java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd4-11/+21
2010-05-26pretty-print.c: Don't include ggc.h.Joseph Myers5-14/+44
2010-05-26Move cplusplus parts into cp/ChangeLog and remove them from gcc's.Kai Tietz2-9/+12
2010-05-26gimple.c (gimple_types_compatible_p): Return 0 for aggregate and pointer type...Eric Botcazou5-2/+51
2010-05-26sparc.h (FUNCTION_VALUE, [...]): Remove macros.Anatoly Sokolov4-44/+73
2010-05-26dwarf2out.c (struct dw_fde_struct): Reorder flags.Eric Botcazou2-34/+45
2010-05-26Do not check the if-convertibility of statements that are not predicated.Sebastian Pop2-3/+25
2010-05-26Reorganize the analysis of basic block predication.Sebastian Pop2-163/+161
2010-05-26Remove conditions in the code generation of if-conversion.Sebastian Pop2-31/+44
2010-05-26Don't handle BBs with more than 2 preds or succs.Sebastian Pop2-0/+9
2010-05-26Avoid if-conversion of loops in which the data dependence analysis fails.Sebastian Pop2-0/+19
2010-05-26Do not compute/free CDI_POST_DOMINATORS.Sebastian Pop2-4/+6