Age | Commit message (Expand) | Author | Files | Lines |
2016-03-21 | re PR target/70296 (Incorrect handling of vector X; if X is function-like macro) | Jakub Jelinek | 3 | -0/+16 |
2016-03-17 | * fr.po: Update. | Joseph Myers | 2 | -6/+8 |
2016-03-15 | Fix compiling large files | Richard Henderson | 2 | -1/+5 |
2016-03-15 | expr.c (cpp_classify_number): Hex floats are new in C++1z. | Jason Merrill | 3 | -3/+8 |
2016-03-09 | PR c++/70105: prevent nonsensical underline spew for macro expansions | David Malcolm | 3 | -2/+18 |
2016-03-09 | PR c++/70105: Defer location expansion until diagnostic_show_locus | David Malcolm | 3 | -115/+88 |
2016-03-05 | * sr.po: Update. | Joseph Myers | 2 | -6/+8 |
2016-03-01 | PR preprocessor/69985: fix ICE with long lines in -Wformat | David Malcolm | 2 | -8/+18 |
2016-02-23 | PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locations | David Malcolm | 2 | -2/+17 |
2016-02-12 | * eo.po: Update. | Joseph Myers | 2 | -8/+10 |
2016-02-09 | * fi.po: Update. | Joseph Myers | 2 | -19/+22 |
2016-02-08 | PR preprocessor/69664: fix rich_location::override_column | David Malcolm | 3 | -2/+21 |
2016-02-07 | * ru.po: Update. | Joseph Myers | 2 | -7/+9 |
2016-02-05 | re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i... | Jakub Jelinek | 2 | -2/+15 |
2016-02-05 | * fi.po: Update. | Joseph Myers | 2 | -5/+7 |
2016-02-04 | Update cpplib .po files. | Joseph Myers | 22 | -4157/+4238 |
2016-01-31 | Regenerate .pot files. | Joseph Myers | 2 | -135/+140 |
2016-01-31 | * fi.po: Update. | Joseph Myers | 2 | -189/+191 |
2016-01-28 | re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h)) | Jakub Jelinek | 2 | -1/+8 |
2016-01-28 | * directives.c (destringize_and_run): Adjust prototype. | Jakub Jelinek | 2 | -1/+6 |
2016-01-27 | libcpp: use better locations for _Pragma tokens (preprocessor/69126) | David Malcolm | 4 | -5/+24 |
2016-01-14 | PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind... | David Malcolm | 2 | -6/+40 |
2016-01-08 | re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears... | Jakub Jelinek | 2 | -3/+11 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 27 | -27/+37 |
2015-12-22 | libcpp: Avoid unnecessary ad-hoc uses for large source files | David Malcolm | 2 | -3/+9 |
2015-12-07 | Fix missing range information for "%q+D" format code | David Malcolm | 3 | -19/+28 |
2015-11-20 | PR 62314: add ability to add fixit-hints to a diagnostic | David Malcolm | 3 | -2/+264 |
2015-11-19 | re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ... | Jakub Jelinek | 4 | -7/+35 |
2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 7 | -161/+622 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 5 | -4/+374 |
2015-11-06 | Add stats on adhoc table to dump_line_table_statistics | David Malcolm | 3 | -0/+11 |
2015-11-04 | ENABLE_CHECKING refactoring: remove remaining occurrences | Mikhail Maltsev | 4 | -8/+7 |
2015-11-03 | lex.c (search_line_sse42): Correctly advance the pointer to an aligned address. | Uros Bizjak | 2 | -3/+8 |
2015-11-02 | libcpp: Improvements to description of source_location in line-map.h | David Malcolm | 2 | -5/+25 |
2015-10-21 | [PATCH 2/9] ENABLE_CHECKING refactoring: libcpp | Mikhail Maltsev | 4 | -25/+24 |
2015-10-21 | [PATCH 1/9] ENABLE_CHECKING refactoring | Mikhail Maltsev | 5 | -3/+39 |
2015-10-13 | [PATCH 1/9] ENABLE_CHECKING refactoring | Mikhail Maltsev | 2 | -0/+13 |
2015-10-08 | * zh_TW.po: Update. | Joseph Myers | 2 | -56/+28 |
2015-09-21 | Handle lines encoded into several maps in linemap_position_for_loc_and_offset | Manuel López-Ibáñez | 2 | -14/+26 |
2015-09-07 | system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning. | Marek Polacek | 2 | -1/+5 |
2015-08-07 | Makefile.def (libiconv): Define bootstrap=true. | Yaakov Selkowitz | 2 | -26/+131 |
2015-07-31 | * sv.po: Update. | Joseph Myers | 2 | -3/+7 |
2015-07-24 | * nl.po: Update. | Joseph Myers | 2 | -62/+37 |
2015-07-08 | Address -Wsign-compare diagnostics | Thomas Schwinge | 2 | -1/+6 |
2015-07-03 | 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+1 |
2015-07-02 | re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a... | Paolo Carlini | 4 | -20/+31 |
2015-07-02 | Regenerate .pot files. | Joseph Myers | 2 | -169/+177 |
2015-06-30 | Implement N4197 - Adding u8 character literals | Edward Smith-Rowland | 7 | -24/+58 |
2015-06-30 | lex.c (search_line_sse42): New main loop using asm flag outputs. | Uros Bizjak | 2 | -5/+28 |
2015-06-08 | re PR c/66415 (ice in location_column_from_byte_offset) | Marek Polacek | 2 | -3/+11 |