Age | Commit message (Expand) | Author | Files | Lines |
2012-10-10 | re PR tree-optimization/54877 (ICE: tree check: expected ssa_name, have real_... | Jakub Jelinek | 4 | -1/+35 |
2012-10-10 | Move tests written for pr53397 from gcc.dg to gcc.target/i386 | Venkataramanan Kumar | 3 | -4/+14 |
2012-10-10 | lto-streamer-in.c (lto_input_location_bitpack): Rename to ... | Richard Biener | 11 | -103/+127 |
2012-10-10 | pr54782.c: Require effective target pthread. | Greta Yorsh | 2 | -0/+5 |
2012-10-10 | re PR c++/53122 (internal compiler error: in unify, at cp/pt.c:15750) | Paolo Carlini | 2 | -1/+17 |
2012-10-10 | Fix signed/unsigned warning; Make some mask types HOST_WIDE_INT; Add more deb... | Michael Meissner | 5 | -66/+231 |
2012-10-10 | Added forgotten ChangeLog entry. | Rainer Orth | 1 | -0/+5 |
2012-10-10 | re PR target/51109 (bdver1 scheduler state machine too large) | Jakub Jelinek | 2 | -4/+5 |
2012-10-10 | PR c++/53540 - using fails to be equivalent to typedef | Dodji Seketeli | 5 | -13/+51 |
2012-10-10 | re PR middle-end/54879 (gcc/combine.c:12018: warning: comparison always false... | Jakub Jelinek | 2 | -6/+10 |
2012-10-10 | re PR middle-end/54862 (error: comparison between signed and unsigned integer... | Jakub Jelinek | 2 | -5/+10 |
2012-10-10 | PR middle-end/54860 - Make sure attributes hash table is created | Dodji Seketeli | 2 | -3/+9 |
2012-10-10 | Update g++.dg/cpp0x/gen-attrs-{8,36,37}.C as c++11 attributes to types are ig... | Dodji Seketeli | 4 | -6/+17 |
2012-10-10 | Disambiguate nested objc-message-expressions and c++11 attributes | Dodji Seketeli | 2 | -1/+21 |
2012-10-10 | re PR c++/53741 (ICE on lambda calling static template member function with e... | Paolo Carlini | 2 | -0/+23 |
2012-10-10 | Fix for PR51109 | Ganesh Gopalasubramanian | 2 | -13/+25 |
2012-10-10 | re PR c++/50478 ([C++0x] Internal compiler error when using initializer lists) | Paolo Carlini | 2 | -0/+32 |
2012-10-10 | re PR bootstrap/54876 (LTO bootstrap broken, streaming garbage-collected BLOCK) | Richard Biener | 2 | -1/+20 |
2012-10-10 | re PR ada/54845 ([trunk/gcc/c-family/c-ada-spec.c:3114]: (error) Buffer is ac... | Arnaud Charlet | 2 | -1/+6 |
2012-10-10 | config.gcc: Enable zEC12 for with-arch and with-tune configure switches. | Andreas Krebbel | 9 | -25/+1009 |
2012-10-09 | Make Niagara-4 instruction scheduling more accurate. | David S. Miller | 7 | -40/+96 |
2012-10-10 | tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator. | Dehao Chen | 7 | -6/+50 |
2012-10-10 | re PR target/52480 (SH Target: SH4A movua.l does not work for big endian) | Oleg Endo | 4 | -5/+41 |
2012-10-10 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2012-10-09 | re PR c++/53307 (internal crash with variadic templates and decltype) | Paolo Carlini | 2 | -0/+49 |
2012-10-09 | ext_ins.c: Modify f2 to aviod uninitialized data. | Steve Ellcey | 2 | -4/+7 |
2012-10-09 | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 20 | -183/+252 |
2012-10-09 | * basic-block. (profile_record): New struct, moved from passes.c. | Steven Bosscher | 7 | -92/+158 |
2012-10-09 | ChangeLog: Move testsuite entries ... | Uros Bizjak | 2 | -9/+10 |
2012-10-09 | re PR target/54760 ([SH] Add __builtin_thread_pointer, __builtin_set_thread_p... | Oleg Endo | 2 | -0/+42 |
2012-10-09 | re PR c++/53763 (Missing error check on decltype when used within variadic te... | Paolo Carlini | 2 | -0/+32 |
2012-10-09 | Fix for PR53397 by making prefecthing less agressive | Venkataramanan Kumar | 5 | -17/+148 |
2012-10-09 | re PR bootstrap/54837 (lto bootstrap error: ICE in expand_debug_source_expr, ... | Richard Guenther | 2 | -10/+7 |
2012-10-09 | Fix gcc.target/i386/long-double-80-7.c (PR target/54866) | Rainer Orth | 1 | -1/+1 |
2012-10-09 | tree-streamer.c (streamer_tree_cache_get): Move ... | Richard Guenther | 3 | -15/+14 |
2012-10-09 | loop-unroll.c (unroll_loop_constant_iterations): Add update of loop->nb_itera... | Jan Hubicka | 2 | -16/+26 |
2012-10-09 | lto-cgraph.c (input_node_opt_summary): Remove unused code. | Tobias Burnus | 7 | -13/+29 |
2012-10-09 | re PR c++/54194 (misleading suggestion about arithmetic in operand of '|') | Paolo Carlini | 13 | -65/+155 |
2012-10-09 | re PR rtl-optimization/54739 (FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump sub... | Nick Clifton | 2 | -27/+4 |
2012-10-09 | re PR target/54661 (mcore_output_movedouble: operation on ‘memexp’ may be... | Nick Clifton | 2 | -2/+7 |
2012-10-09 | ChangeLog: Move testsuite entries ... | Uros Bizjak | 2 | -31/+35 |
2012-10-09 | re PR c++/54427 (Expose more vector extensions) | Marc Glisse | 19 | -107/+252 |
2012-10-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2012-10-09 | * es.po: Update. | Joseph Myers | 2 | -7/+9 |
2012-10-08 | atom.md (atom_sse_4): Merge atom_sse_attr attibutes. | Uros Bizjak | 2 | -5/+9 |
2012-10-08 | re PR middle-end/54400 (recognize vector reductions) | Marc Glisse | 10 | -32/+188 |
2012-10-08 | re PR c++/54858 (ICE in cp_tree_equal) | Jakub Jelinek | 4 | -0/+32 |
2012-10-08 | loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ... | Jan Hubicka | 10 | -46/+173 |
2012-10-08 | re PR debug/54831 (ICE: in vt_add_function_parameter, at var-tracking.c:9412 ... | Marek Polacek | 3 | -6/+35 |
2012-10-08 | lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file. | Tobias Burnus | 2 | -0/+9 |