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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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
/
selftest.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-19
selftest: Move C-specific tests to c_family
Arthur Cohen
1
-2
/
+0
2022-01-19
Update per-file selftest and finalization hooks for .c to .cc renaming
David Malcolm
1
-37
/
+37
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-2
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-12
Replace gnu::unique_ptr with std::unique_ptr
Jonathan Wakely
1
-1
/
+0
2021-11-01
diagnostics: escape non-ASCII source bytes for certain diagnostics
David Malcolm
1
-0
/
+2
2021-08-17
Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...
Thomas Schwinge
1
-5
/
+0
2021-06-03
Implement generic expression evaluator for range_query.
Aldy Hernandez
1
-0
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-17
Add an alternative splay tree implementation
Richard Sandiford
1
-0
/
+1
2020-11-09
Clean up irange self tests.
Aldy Hernandez
1
-0
/
+1
2020-09-22
Fix ipa-modref selftest and destructor
Jan Hubicka
1
-0
/
+1
2020-04-27
Fix warning URLs for Fortran and analyzer [PR 92830]
David Malcolm
1
-0
/
+1
2020-01-14
Initial commit of analyzer
David Malcolm
1
-0
/
+3
2020-01-10
Add diagnostic paths
David Malcolm
1
-0
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-11
function-tests.c: expose selftest::make_fndecl for use elsewhere
David Malcolm
1
-0
/
+7
2019-11-14
Remove higher precision range tests because they are unused.
Aldy Hernandez
1
-4
/
+1
2019-11-13
Come up with selftests for dbgcnt.
Martin Liska
1
-0
/
+1
2019-11-05
The base class for ranges is currently value_range_base, which is rather long...
Aldy Hernandez
1
-1
/
+1
2019-10-03
Makefile.in (OBJS): Add range.o and range-op.o.
Aldy Hernandez
1
-0
/
+4
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+2
2019-05-23
Bulletproof -fdiagnostics-format=json against bad locations (PR c++/90462)
David Malcolm
1
-0
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-19
C++: more location wrapper nodes (PR c++/43064, PR c++/43486)
David Malcolm
1
-0
/
+1
2018-11-27
Fix missing dump_impl_location_t values, using a new dump_metadata_t
David Malcolm
1
-0
/
+9
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-1
/
+1
2018-11-08
cgraph: add selftest::symbol_table_test
David Malcolm
1
-0
/
+1
2018-10-04
Report vectorization problems via a new opt_problem class
David Malcolm
1
-0
/
+1
2018-07-20
Add "-fsave-optimization-record"
David Malcolm
1
-0
/
+2
2018-07-02
selftest: introduce class auto_fix_quotes
David Malcolm
1
-0
/
+20
2018-06-28
Come up with new --completion option.
Martin Liska
1
-0
/
+20
2018-06-26
Introduce dump_location_t
David Malcolm
1
-0
/
+1
2018-05-01
selftest: remove "Yoda ordering" in assertions
David Malcolm
1
-33
/
+33
2018-04-30
selftest.h: fix alphabetization of per-source-file selftest declarations
David Malcolm
1
-7
/
+7
2018-03-14
Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...
David Malcolm
1
-0
/
+38
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-02
Rework VEC_PERM_EXPR folding
Richard Sandiford
1
-0
/
+1
2017-12-14
poly_int: add poly-int.h
Richard Sandiford
1
-0
/
+38
2017-12-12
Expensive selftests: torture testing for fix-it boundary conditions (PR c/82050)
David Malcolm
1
-0
/
+14
2017-12-07
Add underscores to local vars in selftest macros
Richard Sandiford
1
-25
/
+25
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
1
-0
/
+1
2017-11-01
Add more vec_duplicate simplifications
Richard Sandiford
1
-0
/
+1
2017-10-16
Add gnu::unique_ptr
David Malcolm
1
-0
/
+1
2017-10-12
re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ...
Martin Liska
1
-0
/
+1
2017-06-09
Come up with selftests for predict.c.
Martin Liska
1
-0
/
+1
2017-01-05
Introduce RTL function reader
David Malcolm
1
-0
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-15
Introduce selftest::locate_file
David Malcolm
1
-0
/
+10
[next]