index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-27
arm_neon.h: Replace all inline asm implementations of vget_low_* with impleme...
Tejas Belagod
2
-132
/
+84
2013-08-27
Remove experimental LRA test
Nick Clifton
1
-3
/
+3
2013-08-27
re PR middle-end/57219 (__builtin_isinf_sign source comments more restrictive...
Marc Glisse
2
-2
/
+9
2013-08-27
aarch64.md (unspec): Add UNSPEC_SISD_SSHL...
Vidya Praveen
5
-5
/
+468
2013-08-27
re PR tree-optimization/57521 (wrong code for expressions in loop at -O3)
Richard Biener
4
-62
/
+95
2013-08-27
re PR rtl-optimization/57860 (wrong code for bitwise ops with long long liter...
Jakub Jelinek
6
-0
/
+147
2013-08-27
decl.c (grokfndecl): Remove old bison hack.
Paolo Carlini
2
-11
/
+4
2013-08-27
* config/i386/djgpp.h (ASM_DECLARE_FUNCTION_NAME): New.
DJ Delorie
2
-0
/
+15
2013-08-27
function.c (assign_parm_find_data_types): Set passed_mode and nominal_mode to...
Yufeng Zhang
2
-1
/
+7
2013-08-27
Daily bump.
GCC Administrator
1
-1
/
+1
2013-08-26
avr.opt (mfract-convert-truncate): New option.
Joern Rennecke
3
-2
/
+205
2013-08-26
Add PR marker to PR id in ChangeLog.
Joern Rennecke
1
-1
/
+1
2013-08-26
re PR c/35649 (Incorrect printf warning: expect double has float)
Joern Rennecke
2
-2
/
+4
2013-08-26
avr-stdint.h (INT16_TYPE): Change default to "int".
Joern Rennecke
2
-2
/
+7
2013-08-26
c-typeck.c (c_common_type): Prefer double_type_node over other REAL_TYPE type...
Joern Rennecke
2
-1
/
+16
2013-08-26
cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can...
Jan Hubicka
2
-1
/
+9
2013-08-26
* gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding.
Jan Hubicka
2
-5
/
+19
2013-08-26
ipa.c (comdat_can_be_unshared_p_1): C++ constructors and destructors can be u...
Jan Hubicka
2
-2
/
+11
2013-08-26
reload.c (find_valid_class): Allow classes that do not include FIRST_PSEUDO_R...
Joern Rennecke
2
-2
/
+7
2013-08-26
cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting...
Jan Hubicka
2
-14
/
+36
2013-08-26
* ipa-prop.c (ipa_print_node_params): Do not ICE during WPA.
Jan Hubicka
2
-7
/
+5
2013-08-26
ipa-inline-transform.c (inline_transform): Be ready for basic block to be cha...
Jan Hubicka
2
-3
/
+11
2013-08-26
cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...
Jan Hubicka
3
-8
/
+28
2013-08-26
tree.h (tree_decl_with_vis): Add cxx_constructor, cxx_destructor.
Jan Hubicka
4
-5
/
+33
2013-08-26
i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place.
Joern Rennecke
2
-1
/
+6
2013-08-26
i386.c (ix86_return_in_memory): Do not remove ATTRIBUTE_UNUSED on function ar...
Uros Bizjak
2
-2
/
+1
2013-08-26
Really commit all changes
Gabriel Dos Reis
5
-132
/
+128
2013-08-26
i386.c (ix86_debug_options): Remove prototype.
Uros Bizjak
2
-27
/
+31
2013-08-26
c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...
Gabriel Dos Reis
6
-231
/
+266
2013-08-26
c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...
Gabriel Dos Reis
6
-115
/
+134
2013-08-26
Daily bump.
GCC Administrator
1
-1
/
+1
2013-08-25
re PR fortran/58146 (Array slice bounds checking)
Thomas Koenig
5
-73
/
+122
2013-08-25
c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...
Gabriel Dos Reis
6
-43
/
+64
2013-08-25
cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.
Jan Hubicka
2
-2
/
+7
2013-08-25
* g++.dg/ipa/devirt-14.C: Fix typo.
Jan Hubicka
2
-1
/
+5
2013-08-25
tree.h (TYPE_FINAL_P, [...]): New macros.
Jan Hubicka
5
-9
/
+32
2013-08-25
c-pretty-print.h (c_pretty_printer::translate_string): Declare.
Gabriel Dos Reis
5
-23
/
+42
2013-08-25
c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.
Gabriel Dos Reis
6
-19
/
+39
2013-08-25
Daily bump.
GCC Administrator
1
-1
/
+1
2013-08-24
c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.
Gabriel Dos Reis
6
-27
/
+46
2013-08-23
tree-ssa-pre.c (do_regular_insertion): Include the expression in the debuggin...
Jeff Law
2
-1
/
+10
2013-08-24
Daily bump.
GCC Administrator
1
-1
/
+1
2013-08-23
diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.
Gabriel Dos Reis
10
-22
/
+75
2013-08-23
re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...
Marc Glisse
13
-52
/
+73
2013-08-23
compiler: don't export embedded builtins.
Ian Lance Taylor
2
-3
/
+28
2013-08-23
cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres...
Jan Hubicka
2
-0
/
+6
2013-08-23
re PR fortran/57798 (Incorrect handling of sum over first dimension of a prod...
Mikael Morin
4
-7
/
+58
2013-08-23
re PR fortran/57843 ([OOP] Type-bound assignment is resolved to non-polymorph...
Janus Weil
4
-48
/
+115
2013-08-23
trans-array.c (gfc_conv_section_startstride): Move &loop->pre access to the c...
Mikael Morin
2
-8
/
+14
2013-08-23
ipa-utils.h (method_class_type): Declare.
Jan Hubicka
3
-1
/
+5
[next]