aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-13backport: lex.c (search_line_fast): Add new version to be used for Power8 and...Bill Schmidt1-11/+104
2014-04-04backport: rs6000.c (rs6000_expand_vec_perm_const_1): Correct for little endian.Bill Schmidt1-0/+9
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
2011-10-20Fix thinko in _cpp_remaining_tokens_num_in_contextDodji Seketeli1-4/+2
2011-10-17Generate virtual locations for tokensTom Tromey1-7/+34
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-2/+23
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers1-5/+7
2011-08-15LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...Gabriel Charette1-2/+2
2011-06-16re PR c++/45399 ([C++0x] Warning for \0 in raw strings)Jason Merrill1-8/+0
2011-05-22* lex.c (init_vectorized_lexer): Fix comparison of masked value.Uros Bizjak1-1/+2
2011-05-22re PR bootstrap/49104 (bootstrap failure on AMD K6-2 with illegal instruction...Uros Bizjak1-3/+3
2011-04-24re PR preprocessor/48740 (Raw C++0x strings and trigraphs mix badly)Jakub Jelinek1-1/+3
2011-03-18re PR bootstrap/45381 (Bootstrap failure for powerpc-apple-darwin9: error: Al...Richard Henderson1-1/+1
2010-11-16re PR preprocessor/17349 (// comments cause weird behaviour with options -E -C)Kai Tietz1-6/+12
2010-08-24re PR bootstrap/45376 (no such instruction: `pcmpestri $0,(%rdi),%xmm0')Richard Henderson1-0/+6
2010-08-24lex.c: Disable init_vectorized_lexer etc.Rainer Orth1-1/+11
2010-08-21Vectorize fast path of _cpp_clean_line.Richard Henderson1-56/+589
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-20/+23
2010-04-06re PR preprocessor/43642 (FAIL: c-c++-common/raw-string-1.c)Jakub Jelinek1-1/+1
2010-03-29More N3077 raw string changesJason Merrill1-30/+131
2010-03-29Some raw string changes from N3077Jason Merrill1-5/+5
2009-11-11ChangeLog for libcppKai Tietz1-0/+57
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-10/+213
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor1-0/+6
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-23/+24
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-7/+18
2009-04-19re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...Joseph Myers1-3/+10
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-4/+5
2009-02-21lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.Joseph Myers1-2/+13
2008-11-29lex.c (cpp_token_len): Use 6 as default length.Joseph Myers1-1/+1
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell1-0/+49
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-1/+1
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-1/+65
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey1-1/+46
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-14/+23