summaryrefslogtreecommitdiff
path: root/gcc/tree-stdarg.c
AgeCommit message (Expand)Author
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-02-05re PR tree-optimization/56205 (stdarg pass confused by jump threading)Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther
2011-11-11re PR tree-optimization/51091 (FAIL: gcc.dg/tree-ssa/stdarg-2.c scan-tree-dum...Jakub Jelinek
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-06-09Revert r174848,174849Xinliang David Li
2011-06-09Gator cleanupDavid Li
2011-03-23tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.Richard Guenther
2010-07-23builtins.def (BUILT_IN_ARGS_INFO): Remove.Nathan Froyd
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz
2008-07-04Revert 137452.Kai Tietz
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka
2008-02-26re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez
2008-01-24re PR middle-end/34934 (-O1 crash compile *** glibc detected *** /usr/lib/gcc...Jakub Jelinek
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-15[multiple changes]Andrew Pinski
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin