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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
move param detection to scop detection
Aditya Kumar
9
-365
/
+310
2015-10-05
move scop detection related stuff to graphite-scop-detection.c
Aditya Kumar
3
-860
/
+1183
2015-10-05
IPA-CP Alignment lattice cleanup
Martin Jambor
5
-65
/
+246
2015-10-05
re PR middle-end/67821 (ICE in duplicate_ssa_name_range_info)
Marek Polacek
5
-1
/
+40
2015-10-05
Move runtime transactional memory tests to libitm testsute.
Jason Merrill
3
-0
/
+0
2015-10-05
[PR other/65021] mkoffloads -save-temps handling, and cleanup cleanup
Thomas Schwinge
4
-18
/
+74
2015-10-05
make more gimple_x_ptr accessors const correct
Trevor Saunders
2
-39
/
+55
2015-10-05
remove unused gasm accessors
Trevor Saunders
2
-20
/
+5
2015-10-05
remove gimple_location_ptr ()
Trevor Saunders
3
-11
/
+8
2015-10-05
make build_uses store tree * instead of tree
Trevor Saunders
2
-14
/
+24
2015-10-05
Add a build_real_truncate helper function
Richard Sandiford
5
-34
/
+37
2015-10-05
[AArch64] Fix output assembly bug under TLSIE ILP32
James Greenhalgh
2
-1
/
+6
2015-10-05
cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
Kirill Yukhin
4
-0
/
+19
2015-10-05
Cleanup directives.
Christian Bruel
2
-4
/
+7
2015-10-05
Remove REAL_VALUE_FROM_CONST_DOUBLE
Richard Sandiford
55
-443
/
+294
2015-10-05
Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
Richard Sandiford
21
-58
/
+93
2015-10-05
Remove remaining uses of REAL_ARITHMETIC
Richard Sandiford
14
-60
/
+40
2015-10-05
Replace REAL_VALUES_LESS with real_less
Richard Sandiford
12
-28
/
+50
2015-10-05
Remove remaining uses of REAL_VALUES_IDENTICAL
Richard Sandiford
8
-12
/
+30
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
30
-72
/
+146
2015-10-05
re PR ipa/67783 (quadratic time consumption in IPA inlining with -O1 and higher)
Richard Biener
2
-40
/
+31
2015-10-05
tree-ssa-pre.c (create_component_ref_by_pieces_1): Move call handling ...
Richard Biener
2
-169
/
+111
2015-10-05
[Patch ARM/ AArch64] Fix typo in vcvt_f16.c testcase .
Ramana Radhakrishnan
2
-2
/
+9
2015-10-05
re PR c++/67844 (Cannot make tuple of class with template constructor)
Ville Voutilainen
4
-1
/
+76
2015-10-05
Daily bump.
GCC Administrator
1
-1
/
+1
2015-10-04
Implement N4514, C++ Extensions for Transactional Memory.
Jason Merrill
62
-56
/
+833
2015-10-04
re PR rtl-optimization/67447 (ICE in extract_constrain_insn (reload_cse_simpl...
Uros Bizjak
2
-0
/
+30
2015-10-04
i386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to check for general register.
Uros Bizjak
2
-7
/
+16
2015-10-04
vect-pack-trunc-1.c: Require avx512bw effective target.
Uros Bizjak
7
-0
/
+16
2015-10-04
Remove dead code
Mikael Morin
2
-8
/
+5
2015-10-04
Fix fortran common-related error recovery ICE.
Mikael Morin
5
-7
/
+37
2015-10-04
Factor access to the common block head symbol
Mikael Morin
2
-4
/
+10
2015-10-04
Daily bump.
GCC Administrator
1
-1
/
+1
2015-10-03
Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.
Marek Polacek
2
-2
/
+5
2015-10-03
xtensa: add uclinux support
Max Filippov
6
-0
/
+121
2015-10-03
Document value of __cplusplus for C++14
Jonathan Wakely
2
-4
/
+12
2015-10-03
Remove pretty printing for 'any' with allocators
Jonathan Wakely
2
-4
/
+3
2015-10-03
Fix comments saying why headers are included
Jonathan Wakely
3
-2
/
+4
2015-10-03
pr67756.c: Fixed warnings.
Bernd Edlinger
2
-0
/
+6
2015-10-03
Daily bump.
GCC Administrator
1
-1
/
+1
2015-10-03
Fix testsuite failures with --disable-wchar_t
Jonathan Wakely
7
-4
/
+29
2015-10-03
Enable dual ABI for Filesystem library
Jonathan Wakely
9
-4
/
+124
2015-10-02
minimal.cc: Minor tweaks to match narrow char version.
Jonathan Wakely
2
-2
/
+6
2015-10-02
Fix tests that fail with old std::string
Jonathan Wakely
3
-7
/
+15
2015-10-02
Use noexcept instead of _GLIBCXX_NOEXCEPT
Jonathan Wakely
3
-6
/
+11
2015-10-02
* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
Jonathan Wakely
2
-1
/
+3
2015-10-02
Help the offload gcc driver find the right assembler
Bernd Schmidt
2
-1
/
+6
2015-10-02
nvptx offloading linking
Thomas Schwinge
10
-1089
/
+617
2015-10-02
Allow Filesystem TS to compile without wchar_t
Jonathan Wakely
7
-8
/
+42
2015-10-02
testsuite_fs.h (nonexistent_path): Use less generic name for paths.
Jonathan Wakely
2
-2
/
+9
[next]