ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL w/o DECL_NAME.
[gcc.git] / gcc / input.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 David MalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-09-15 David MalcolmChange of location_get_source_line signature
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-13 David Malcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-03 Manuel López-Ibáñezinput.c (expand_location_to_spelling_point): Fix typo.
2014-10-21 David MalcolmState cleanups from jit branch
2014-08-15 Manuel López-Ibáñezinput.c (diagnostic_file_cache_fini): Fix typo in comment.
2014-07-16 Dodji SeketeliSupport location tracking for built-in macro tokens
2014-01-28 Dodji SeketeliPR preprocessor/59935 - caret diagnostics crashes on...
2014-01-24 Dodji SeketeliAvoid crashing when an input file could not be opened
2014-01-23 Dodji SeketeliPR preprocessor/58580 - preprocessor goes OOM with...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-06 Dodji SeketeliRevert "preprocessor/58580 - preprocessor goes OOM...
2013-11-06 Dodji Seketelipreprocessor/58580 - preprocessor goes OOM with warning...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-05-29 Steven Bosscherintegrate.c: Remove.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-29 Jakub Jelinekre PR middle-end/53510 (OOM while compile some code)
2012-04-30 Dodji SeketeliMake conversion warnings work on NULL with -ftrack...
2012-04-30 Dodji SeketeliStrip "<built-in>" loc from displayed expansion context
2012-04-30 Dodji SeketeliMake expand_location resolve to locus in main source...
2012-04-11 Manuel López-Ibáñezre PR c++/24985 (caret diagnostics)
2011-10-25 Dodji SeketeliSupport expansion of reserved locations wrapped in...
2011-10-18 Dodji SeketeliFix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
2011-10-17 Tom TromeyAdd line map statistics to -fmem-report output
2011-10-17 Tom TromeyGenerate virtual locations for tokens
2011-10-17 Tom TromeyLinemap infrastructure for virtual locations
2010-05-27 Joseph Myersinput.c: New file.