summaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-3/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-6/+11
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* genautomata.c (parse_automata_opt): New static function.Bernd Schmidt2012-03-051-37/+36
* genautomata.c (NO_COMB_OPTION): New macro.Bernd Schmidt2011-08-301-4/+24
* md.texi (automata_option): Document collapse-ndfa.Bernd Schmidt2011-08-251-45/+125
* md.texi (define_bypass): Say that the instruction names can be filename-style...Richard Sandiford2011-08-111-38/+106
* genautomata.c (add_arc): Return void.Bernd Schmidt2011-07-111-15/+5
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-12/+4
* genautomata.c (gen_regexp_repeat, [...]): Use the string found in vector elem...Bernd Schmidt2010-08-271-5/+5
* Fix comment typo.Joern Rennecke2010-07-121-1/+1
* re PR rtl-optimization/44752 (insn-automata.c: empty translation unit)Joern Rennecke2010-07-121-0/+10
* genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez2010-07-091-1/+1
* genautomata.c (output_automata_list_min_issue_delay_code): Correctly decompre...Jie Zhang2010-07-071-3/+6
* Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford2010-06-101-1/+1
* re PR bootstrap/44427 (genautomata uses more than 1.5GB of RAM on powerpc64-l...Segher Boessenkool2010-06-061-4/+7
* genautomata.c (get_excl_set): Do work per element, not per char.Segher Boessenkool2010-06-051-28/+22
* genautomata.c (curr_state_pass_num): Delete.Segher Boessenkool2010-06-051-82/+74
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-1/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-24/+24
* builtins.c (apply_args_size, [...]): Remove some set but not used variables.David Binderman2009-11-071-2/+1
* Makefile.in: Update dependencies.Manuel López-Ibáñez2009-04-221-19/+15
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-5/+5
* genautomata.c: Put blank after comma.Vladimir Makarov2009-04-131-158/+282
* genautomata.c: Add a new year to the copyright.Vladimir Makarov2009-03-271-60/+99
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-16/+87
* cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi2008-06-261-97/+107
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-12/+12
* target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul...Maxim Kuvyrkov2007-08-221-0/+39
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-62/+67
* genautomata.c (gen_regexp_el): Allocate correct size for regexp.Dave Korn2007-05-141-2/+2
* genautomata.c (longest_path_length): Delete unused function.Manuel López-Ibáñez2007-02-101-53/+0
* genautomata.c (write_automata): Include xstrerror output in the error message...Ben Elliston2007-01-181-2/+2
* genautomata.c (STATS_OPTION): New option.Ben Elliston2007-01-091-8/+14
* genautomata.c (<struct state>, [...]): New members.Michael Matz2006-03-211-38/+95
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-1/+14
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* re PR bootstrap/25961 (Mainline failed to bootstrap on ia64)Steve Ellcey2006-01-261-1/+10
* genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_...Zack Weinberg2006-01-241-1/+1
* r110128@banpei: zack | 2006-01-22 14:50:42 -0800Zack Weinberg2006-01-231-15/+18
* r110127@banpei: zack | 2006-01-22 14:49:27 -0800Zack Weinberg2006-01-231-798/+146
* r110126@banpei: zack | 2006-01-22 14:47:42 -0800Zack Weinberg2006-01-231-73/+31
* r110125@banpei: zack | 2006-01-22 14:46:46 -0800Zack Weinberg2006-01-231-744/+626
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-1/+1
* genautomata.c (decl_mode_check_failed, [...]): Add noreturn attribute.Kaveh R. Ghazi2005-06-261-2/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-9/+9