]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/input.c
Update copyright years.
[thirdparty/gcc.git] / gcc / input.c
2016-01-04  jakub Update copyright years.
2015-11-13  dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06  dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06  dmalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-09-15  dmalcolmChange of location_get_source_line signature
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-05-19  dmalcolmReplace line_map union with C++ class hierarchy
2015-05-13  dmalcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-01-05  jakub Update copyright years.
2014-11-03  manu2014-11-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2014-10-21  dmalcolmState cleanups from jit branch
2014-08-15  manu2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2014-07-16  dodjiSupport location tracking for built-in macro tokens
2014-02-10  mrsMerge in trunk.
2014-01-28  dodjiPR preprocessor/59935 - caret diagnostics crashes on...
2014-01-24  dodjiAvoid crashing when an input file could not be opened
2014-01-23  dodjiPR preprocessor/58580 - preprocessor goes OOM with...
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-11-06  dodjiRevert "preprocessor/58580 - preprocessor goes OOM...
2013-11-06  dodjipreprocessor/58580 - preprocessor goes OOM with warning...
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-09-19  dehaoIntegrate lexical block into source_location.
2012-05-29  steven * integrate.c: Remove.
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-05-29  jakub PR middle-end/53510
2012-04-30  dodjiMake conversion warnings work on NULL with -ftrack...
2012-04-30  dodjiStrip "<built-in>" loc from displayed expansion context
2012-04-30  dodjiMake expand_location resolve to locus in main source...
2012-04-11  manu2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
2011-10-25  dodjiSupport expansion of reserved locations wrapped in...
2011-10-18  dodjiFix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
2011-10-17  dodjiAdd line map statistics to -fmem-report output
2011-10-17  dodjiGenerate virtual locations for tokens
2011-10-17  dodjiLinemap infrastructure for virtual locations
2010-05-27  jsm28 * input.c: New file.