aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify-impl.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-07-08alias.h: Do not include coretypes.h in header files.Steven Bosscher1-0/+2
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-5/+1
2009-11-28jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-2/+0
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-3/+3
2009-04-20* verify-impl.c (verify_instructions_0): Add cast to enum type.Ian Lance Taylor1-2/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-3/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-4/+4
2006-05-26expr.c (java_push_constant_from_pool): Handle 'ldc class'.Tom Tromey1-0/+4
2006-05-16verify-impl.c (verify_instructions_0): Special case for Object.<init>.Tom Tromey1-4/+6
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-3/+2
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein1-3/+3
2005-06-24verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...Tom Tromey1-4/+6
2005-06-09gjavah.c (error): Add ATTRIBUTE_PRINTF_1.Kaveh R. Ghazi1-9/+4
2005-03-07[multiple changes]Bryce McKinlay1-160/+3
2005-02-22re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey1-17/+38
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey1-2/+3
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey1-13/+32
2005-01-17verify-impl.c (get_short): Sign extend.Tom Tromey1-3/+6
2004-11-25verify-impl.c (vfy_push_type): Removed bogus "return".Tom Tromey1-3/+6
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+3418