summaryrefslogtreecommitdiff
path: root/gcc/input.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-9/+19
* Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm2015-11-061-0/+16
* Add stats on adhoc table to dump_line_table_statisticsdmalcolm2015-11-061-0/+6
* Change of location_get_source_line signaturedmalcolm2015-09-151-6/+8
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-1/+0
* Replace line_map union with C++ class hierarchydmalcolm2015-05-191-5/+6
* libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)dmalcolm2015-05-131-0/+224
* Update copyright years.jakub2015-01-051-1/+1
* 2014-11-04 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2014-11-031-8/+9
* State cleanups from jit branchdmalcolm2014-10-211-1/+1
* 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2014-08-151-1/+1
* Support location tracking for built-in macro tokensdodji2014-07-161-0/+16
* PR preprocessor/59935 - caret diagnostics crashes on non-file locationsdodji2014-01-281-1/+7
* Avoid crashing when an input file could not be openeddodji2014-01-241-5/+2
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2014-01-231-31/+602
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...dodji2013-11-061-88/+27
* preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2013-11-061-27/+88
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Integrate lexical block into source_location.dehao2012-09-191-0/+8
* * integrate.c: Remove.steven2012-05-291-1/+1
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* PR middle-end/53510jakub2012-05-291-10/+3
* Make conversion warnings work on NULL with -ftrack-macro-expansiondodji2012-04-301-0/+20
* Strip "<built-in>" loc from displayed expansion contextdodji2012-04-301-6/+30
* Make expand_location resolve to locus in main source filedodji2012-04-301-5/+35
* 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2012-04-111-0/+59
* Support expansion of reserved locations wrapped in virtual locationsdodji2011-10-251-9/+12
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsdodji2011-10-181-14/+14
* Add line map statistics to -fmem-report outputdodji2011-10-171-0/+96
* Generate virtual locations for tokensdodji2011-10-171-1/+1
* Linemap infrastructure for virtual locationsdodji2011-10-171-7/+2
* * input.c: New file.jsm282010-05-271-0/+53