Age | Commit message (Expand) | Author | Files | Lines |
2012-06-19 | lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and __builtin_ia32_pcmp... | Uros Bizjak | 2 | -2/+10 |
2012-06-13 | * cpplib.pot: Regenerate. | Joseph Myers | 2 | -194/+145 |
2012-06-13 | * sr.po: New. | Joseph Myers | 2 | -0/+959 |
2012-06-05 | line-map.c (linemap_enter_macro): Don't zero max_column_hint in every macro. | Dimitrios Apostolou | 2 | -1/+6 |
2012-06-04 | PR preprocessor/53463 - Fix system header detection for built-in macro tokens | Dodji Seketeli | 2 | -4/+33 |
2012-05-29 | directives.c: Fix typos. | Joseph Myers | 5 | -13/+20 |
2012-05-29 | PR bootstrap/53459 - unused local typedef when building on altivec | Dodji Seketeli | 2 | -2/+8 |
2012-05-29 | Revert "PR bootstrap/53459 - unused local typedef when building on altivec" | Dodji Seketeli | 2 | -5/+1 |
2012-05-29 | PR preprocessor/53229 - Fix diagnostics location when pasting tokens | Dodji Seketeli | 4 | -50/+90 |
2012-05-24 | PR bootstrap/53459 - unused local typedef when building on altivec | Dodji Seketeli | 2 | -1/+5 |
2012-05-16 | PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokens | Dodji Seketeli | 3 | -75/+124 |
2012-05-10 | expr.c (interpret_float_suffix): Add a guard. | Tristan Gingold | 2 | -6/+11 |
2012-05-02 | Properly initialize cpp_context in destringize_and_run | Dodji Seketeli | 3 | -4/+14 |
2012-04-30 | * libcpp/ChangeLog: Fix PR number. | Manuel López-Ibáñez | 1 | -1/+1 |
2012-04-30 | re PR c++/52974 (Canonicalize include paths in diagnostics) | Manuel López-Ibáñez | 2 | -1/+41 |
2012-04-30 | Switch -ftrack-macro-expansion=2 on by default. | Dodji Seketeli | 2 | -0/+10 |
2012-04-30 | Strip "<built-in>" loc from displayed expansion context | Dodji Seketeli | 3 | -1/+75 |
2012-04-30 | Fix expansion point loc for macro-like tokens | Dodji Seketeli | 2 | -8/+56 |
2012-04-30 | Fix token pasting with -ftrack-macro-expansion | Dodji Seketeli | 2 | -1/+32 |
2012-04-30 | Fix cpp_sys_macro_p with -ftrack-macro-expansion | Dodji Seketeli | 2 | -1/+11 |
2012-04-29 | Don't use C++ style comments in libcpp | Dodji Seketeli | 2 | -2/+8 |
2012-04-27 | Add new option, -Wliteral-suffix. | Ollie Wild | 4 | -7/+56 |
2012-04-26 | tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment. | Manuel López-Ibáñez | 3 | -9/+19 |
2012-04-24 | * vi.po: Update. | Joseph Myers | 2 | -32/+37 |
2012-03-27 | * ja.po: Update. | Joseph Myers | 2 | -7/+10 |
2012-03-22 | * lex.c (search_line_fast): Provide Neon-optimized version for ARM. | Richard Earnshaw | 2 | -0/+67 |
2012-03-18 | * cpplib.pot: Regenerate. | Joseph Myers | 2 | -28/+32 |
2012-03-14 | Remove obsolete Solaris 8 support | Rainer Orth | 2 | -2/+5 |
2012-02-14 | Add ports for TILE-Gx and TILEPro. | Walter Lee | 3 | -2/+9 |
2012-01-31 | * uk.po: Update. | Joseph Myers | 2 | -82/+57 |
2012-01-31 | * es.po: Update. | Joseph Myers | 2 | -138/+140 |
2012-01-30 | be.po, [...]: Update. | Joseph Myers | 19 | -2536/+2638 |
2012-01-27 | gcc.pot: Regenerate. | Joseph Myers | 2 | -148/+156 |
2012-01-09 | macro.c (_cpp_builtin_macro_text): Remove unused variable map. | Richard Guenther | 2 | -2/+4 |
2012-01-09 | re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ... | Gary Funck | 4 | -8/+24 |
2012-01-03 | system.h: Prior to #define, #undef fopen and freopen unconditionally. | Olivier Hainque | 2 | -0/+12 |
2011-12-20 | gcc: | Joseph Myers | 3 | -7/+15 |
2011-12-20 | warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call. | Andreas Schwab | 2 | -3/+7 |
2011-12-19 | Check for warning flags without no- prefix | Andreas Schwab | 2 | -15/+39 |
2011-12-07 | re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o) | Jakub Jelinek | 4 | -1/+25 |
2011-12-05 | Add 'inline' to prototype of tokens_buff_remove_last_token | Dodji Seketeli | 2 | -8/+14 |
2011-11-22 | line-map.h (linemap_dump): Declare. | Diego Novillo | 3 | -0/+107 |
2011-11-21 | re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i... | Ed Smith-Rowland | 2 | -2/+7 |
2011-11-03 | re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled) | Michael Matz | 4 | -1/+57 |
2011-11-02 | internal.h (uxstrdup, ustrchr): Return const unsigned char *. | Paolo Carlini | 2 | -6/+10 |
2011-11-02 | re PR c++/50810 (c++0x-compat does not warn about narrowing conversions) | Jason Merrill | 3 | -2/+7 |
2011-10-31 | re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L) | Jason Merrill | 2 | -1/+10 |
2011-10-31 | re PR c++/50920 (add a -std=c++11 option to the driver) | Jason Merrill | 3 | -5/+11 |
2011-10-26 | Implement C++11 user-defined literals. | Ed Smith-Rowland | 5 | -28/+270 |
2011-10-25 | Fix lookup of macro maps | Dodji Seketeli | 2 | -3/+7 |