aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+13
2015-11-03lex.c (search_line_sse42): Correctly advance the pointer to an aligned address.Uros Bizjak1-1/+1
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini1-1/+2
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-2/+4
2015-06-30lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak1-5/+23
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill1-0/+6
2015-04-06re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek1-2/+5
2015-04-02re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek1-0/+7
2015-03-17re PR c++/64626 (C++14 single quote should not always be a digit separator)Edward Smith-Rowland1-0/+3
2015-03-04re PR target/65261 (bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime...Markus Trippelsdorf1-0/+1
2015-01-30[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.cSzabolcs Nagy1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak1-5/+1
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak1-0/+4
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers1-22/+40
2014-10-03lex.c (search_line_fast): Add new version to be used for Power8 and later tar...Bill Schmidt1-11/+104
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek1-5/+32
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek1-0/+1
2014-08-19* lex.c (_cpp_lex_direct): Fix a typo.Marek Polacek1-1/+1
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-1/+1
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-1/+11
2014-07-10re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Edward Smith-Rowland1-6/+20
2014-07-09PR c++/58155 - -Wliteral-suffix warns about tokens which are skippedEdward Smith-Rowland1-2/+2
2014-04-22Remove obsolete Solaris 9 supportRainer Orth1-3/+1
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-18lex.c (search_line_fast): Correct for little endian.Bill Schmidt1-0/+9
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-7/+10
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-1/+2
2013-07-21re PR preprocessor/57620 (Phantom terminator confuses raw string literal pars...Jakub Jelinek1-73/+118
2013-07-10re PR preprocessor/57824 (Raw string literals not handled correctly in macro ...Jakub Jelinek1-2/+2
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek1-1/+1
2013-07-10re PR preprocessor/57757 (CPP extra inserted whitespace needs to be reviewed ...Jakub Jelinek1-0/+9
2013-06-29lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland1-20/+39
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini1-2/+2
2013-02-28configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...Jakub Jelinek1-0/+13
2013-02-14re PR c++/55582 ([C++11] Unable to define string user-defined literal without...Ed Smith-Rowland1-6/+10
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2013-01-04PR c++/54526 (again)Paolo Carlini1-2/+13
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus1-0/+1
2012-06-19lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and __builtin_ia32_pcmp...Uros Bizjak1-2/+5
2012-05-29PR bootstrap/53459 - unused local typedef when building on altivecDodji Seketeli1-2/+2
2012-05-29Revert "PR bootstrap/53459 - unused local typedef when building on altivec"Dodji Seketeli1-0/+1
2012-05-24PR bootstrap/53459 - unused local typedef when building on altivecDodji Seketeli1-1/+0
2012-04-29Don't use C++ style comments in libcppDodji Seketeli1-2/+2
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild1-6/+38
2012-03-22* lex.c (search_line_fast): Provide Neon-optimized version for ARM.Richard Earnshaw1-0/+63
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-2/+1
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek1-1/+12
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+25
2011-10-22Fix cpp_peek_token behaviour (PR bootstrap/50778)Dodji Seketeli1-9/+7