| Commit message (Expand) | Author | Age | Files | Lines |
* | Source range tracking in libcpp and C FE, with bit-packing optimization | dmalcolm | 2015-11-13 | 1 | -31/+188 |
* | Reimplement diagnostic_show_locus, introducing rich_location classes | dmalcolm | 2015-11-06 | 1 | -0/+218 |
* | Add stats on adhoc table to dump_line_table_statistics | dmalcolm | 2015-11-06 | 1 | -0/+2 |
* | libcpp: Improvements to description of source_location in line-map.h | dmalcolm | 2015-11-02 | 1 | -5/+18 |
* | [PATCH 2/9] ENABLE_CHECKING refactoring: libcpp | law | 2015-10-21 | 1 | -1/+1 |
* | Address -Wsign-compare diagnostics | tschwinge | 2015-07-08 | 1 | -1/+1 |
* | libcpp: Eliminate most of the non-const/reference-returning inline fns | dmalcolm | 2015-05-20 | 1 | -85/+1 |
* | Replace line_map union with C++ class hierarchy | dmalcolm | 2015-05-19 | 1 | -185/+201 |
* | libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations) | dmalcolm | 2015-05-13 | 1 | -1/+3 |
* | libcpp: Replace macro usage with C++ constructs | dmalcolm | 2015-05-13 | 1 | -110/+452 |
* | line-map.h: move linemap_assert and friends higher up within the file | dmalcolm | 2015-05-13 | 1 | -35/+36 |
* | Implement -Wmisleading-indentation | dmalcolm | 2015-05-12 | 1 | -0/+3 |
* | libcpp: Improvements to comments in line-map.h/c | dmalcolm | 2015-05-05 | 1 | -2/+69 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | libcpp/ChangeLog: | manu | 2014-12-02 | 1 | -0/+11 |
* | * include/line-map.h: Include EXPR, so that unused variable warnings | marxin | 2014-11-13 | 1 | -1/+2 |
* | libcpp/ChangeLog: | manu | 2014-11-11 | 1 | -0/+8 |
* | libcpp/ChangeLog: | manu | 2014-10-14 | 1 | -4/+5 |
* | Support location tracking for built-in macro tokens | dodji | 2014-07-16 | 1 | -2/+10 |
* | PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals | dodji | 2014-01-23 | 1 | -0/+8 |
* | Update copyright years in libcpp/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | Update copyright years in libcpp. | rsandifo | 2013-01-14 | 1 | -2/+1 |
* | gcc: | dehao | 2012-09-25 | 1 | -6/+8 |
* | Integrate lexical block into source_location. | dehao | 2012-09-19 | 1 | -1/+41 |
* | gcc: | lauras | 2012-07-30 | 1 | -1/+1 |
* | * directives.c: Fix typos. | jsm28 | 2012-05-29 | 1 | -3/+3 |
* | Strip "<built-in>" loc from displayed expansion context | dodji | 2012-04-30 | 1 | -1/+19 |
* | 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2012-04-26 | 1 | -1/+1 |
* | * include/line-map.h (linemap_dump): Declare. | dnovillo | 2011-11-22 | 1 | -0/+10 |
* | Support expansion of reserved locations wrapped in virtual locations | dodji | 2011-10-25 | 1 | -12/+9 |
* | Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets | dodji | 2011-10-18 | 1 | -11/+11 |
* | Reduce memory waste due to non-power-of-2 allocs | dodji | 2011-10-17 | 1 | -0/+8 |
* | Add line map statistics to -fmem-report output | dodji | 2011-10-17 | 1 | -0/+21 |
* | Support -fdebug-cpp option | dodji | 2011-10-17 | 1 | -0/+4 |
* | Generate virtual locations for tokens | dodji | 2011-10-17 | 1 | -1/+1 |
* | Linemap infrastructure for virtual locations | dodji | 2011-10-17 | 1 | -39/+546 |
* | LINEMAP_POSITION_FOR_COLUMN had the exact same effect as | gchare | 2011-08-15 | 1 | -17/+0 |
* | * include/line-map.h (struct line_maps): | gchare | 2011-07-28 | 1 | -5/+0 |
* | Update Copyright years for files modified in 2010. | jakub | 2011-01-03 | 1 | -1/+1 |
* | 2010-10-19 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2010-10-19 | 1 | -2/+0 |
* | PR preprocessor/41543 | jakub | 2009-10-14 | 1 | -0/+5 |
* | 2009-07-17 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2009-07-18 | 1 | -8/+0 |
* | gcc/ | aldyh | 2009-06-01 | 1 | -0/+2 |
* | * include/cpp-id-data.h: Add extern "C". | ian | 2009-06-01 | 1 | -0/+9 |
* | 2009-04-21 Taras Glek <tglek@mozilla.com> | dnovillo | 2009-04-22 | 1 | -4/+2 |
* | libcpp: | jsm28 | 2009-04-18 | 1 | -2/+3 |
* | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | jakub | 2009-04-09 | 1 | -3/+3 |
* | PR preprocessor/34695 | jsm28 | 2009-03-29 | 1 | -7/+1 |
* | 2008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2008-07-21 | 1 | -7/+10 |
* | * traditional.c (lex_identifier): Use CPP_HASHNODE. | tromey | 2008-02-20 | 1 | -2/+2 |