aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2008-08-01tree-pass.h: Added comment about not dumping passes with name starting with s...Basile Starynkevitch1-0/+4
2008-08-01config.gcc (mipsisa64*-*-linux*): New configuration.Adam Nemet1-2/+7
2008-07-31passes.c (init_optimization_passes): Always call pass_early_warn_uninitialized.Richard Guenther2-13/+5
2008-07-30[multiple changes]H.J. Lu3-21/+46
2008-07-30configure.ac: Add makefile fragments for hpux.Paolo Bonzini1-33/+7
2008-07-30re PR ada/15479 (Ada manual problems)Ralf Wildenhues4-14/+15
2008-07-28c-pragma.c (handle_pragma_message): New function.Simon Baldwin1-0/+29
2008-07-26install.texi (powerpc-*-netbsd*): Remove redundant texinfo version requirements.Gerald Pfeifer1-3/+1
2008-07-25Fix IA-64 breakage...Michael Meissner2-8/+9
2008-07-23configure: Regenerate.Aaron W. LaFramboise1-4/+4
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-4/+14
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner5-4/+360
2008-07-20extend.texi (flatten attribute): Remove note about unit-at-a-timeJan Hubicka2-47/+15
2008-07-19tm.texi (MALLOC_ABI_ALIGNMENT): New macro.Olivier Hainque1-0/+5
2008-07-15re PR middle-end/36369 (may_alias broken with previous uses of non attributed...Richard Guenther1-4/+10
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-3/+4
2008-07-12md.texi: Document the MIPS "v" constraint.Richard Sandiford1-0/+4
2008-07-09target.h (struct gcc_target): Add hard_regno_scratch_ok field.Anatoly Sokolov1-0/+10
2008-07-09invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok1-2/+10
2008-07-08expr.c (emit_block_move_via_movmem): Fix expected_align parameter.Raksit Ashok2-2/+5
2008-07-07gcc.c (print_sysroot): New.Vladimir Prus1-1/+9
2008-07-07config.gcc (m68k-*-linux*): Add with_arch.Nathan Sidwell1-3/+5
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-0/+26
2008-07-04Revert 137452.Kai Tietz1-26/+0
2008-07-04tree-ssa-structalias.c (lookup_vi_for_tree): Declare.Richard Guenther1-1/+2
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-0/+26
2008-07-02configure.ac (java-home): new AC_ARG_ENABLE.Joshua Sumali1-0/+39
2008-07-02tree-switch-conversion.c: Corrected various comments and whitespace issuesMartin Jambor1-1/+1
2008-07-01Makefile.in (tree-switch-conversion.o): Add.Martin Jambor1-4/+15
2008-06-30install.texi (specific): Expand Windows build notes.Aaron W. LaFramboise1-2/+84
2008-06-28extend.texi (Variable Attributes): Use @ref instead of @xref.Sandra Loosemore2-18/+19
2008-06-28rtl.texi (const_vector): Document const_fixed as legitimate element type of c...Ulrich Weigand1-1/+1
2008-06-27[multiple changes]David Edelsohn1-5/+5
2008-06-25invoke.texi (Optimize Options): Add anchor for the type-punning blurb.Hans-Peter Nilsson2-5/+17
2008-06-20rtl.texi: Updated subreg section.Kenneth Zadeck1-16/+63
2008-06-19dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston2-10/+9
2008-06-18re PR bootstrap/30739 (awk Prerequisite is not documented)Ralf Wildenhues1-0/+6
2008-06-18config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.Daniel Jacobowitz1-0/+5
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-8/+0
2008-06-17Remove libcall notes.Steven Bosscher1-31/+0
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues19-218/+216
2008-06-15mips-modes.def: Add V8QI, V4HI and V2SI modes.Mark Shinwell1-0/+127
2008-06-11config.gcc (all_defaults): Add arch_32 arch_64 cpu_32 cpu_64 tune_32 tune_64.Joseph Myers1-1/+10
2008-06-09md.texi: Synchronize with later constraints.md change.Richard Sandiford1-3/+5
2008-06-09install.texi (*-*-solaris2*): Remove obsolete contents.Eric Botcazou1-29/+15
2008-06-09* doc/install.texi: Update requirements to build the Ada compiler.Arnaud Charlet1-1/+1
2008-06-08invoke.texi (Wenum-compare): Mention that it is enabled by default.Manuel López-Ibáñez1-1/+2
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers5-339/+14
2008-06-06invoke.texi: Document -march=xlr.Sandip Matte1-1/+2
2008-06-04tree-call-cdce.c: New file.Xinliang David Li1-2/+11