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
/
gimple-low.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-23
re PR c++/54046 (wrong control reaches end of non-void function for switch ca...
Jakub Jelinek
1
-1
/
+8
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-22
/
+10
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+1
2012-10-06
re PR debug/54826 (gdb test case failure (bs15503) due to gaps in lexical block)
Dehao Chen
1
-0
/
+8
2012-09-20
function.c (push_cfun): Check old current_function_decl matches old cfun...
Martin Jambor
1
-2
/
+4
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-1
/
+1
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-3
/
+3
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-2
/
+0
2012-07-25
gimple-low.c (lower_try_catch): New function.
Eric Botcazou
1
-25
/
+84
2012-05-02
coretypes.h (gimple_seq, [...]): Typedef as gimple.
Michael Matz
1
-19
/
+18
2012-04-10
re PR middle-end/52888 (Unable to inline function pointer call with inexact s...
Richard Guenther
1
-6
/
+10
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+13
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-3
/
+3
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-1
/
+1
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-0
/
+4
2011-04-11
sanity check ic target
Xinliang David Li
1
-4
/
+23
2011-04-08
gimple.h (gimple_call_fntype): New function.
Richard Guenther
1
-3
/
+2
2011-04-06
gimple-low.c (lower_gimple_return): When not optimizing, force labels associa...
Eric Botcazou
1
-0
/
+3
2011-02-08
gimple-low.c (lower_function_body): Don't remove the location of the return s...
Andreas Krebbel
1
-6
/
+8
2011-02-02
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-0
/
+2
2011-01-03
Update Copyright years for files modified in 2010.
Jakub Jelinek
1
-1
/
+1
2010-12-01
common.opt (main_input_filename, [...]): New Variable entries.
Joseph Myers
1
-1
/
+0
2010-11-03
builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.
Nathan Froyd
1
-2
/
+1
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-2
/
+2
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-06
vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
Nathan Froyd
1
-2
/
+1
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-8
/
+0
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-1
/
+0
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-5
/
+5
2009-10-19
gimple-low.c (struct lower_data): Add cannot_fallthru field.
Eric Botcazou
1
-24
/
+52
2009-10-17
gimple-low.c (lower_stmt): If the call is noreturn, remove a subsequent GOTO ...
Eric Botcazou
1
-0
/
+13
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-3
/
+3
2009-08-12
Fix to PR41012
Xinliang David Li
1
-17
/
+8
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-8
/
+8
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-4
/
+5
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-1
/
+0
2009-04-26
tree-pass.h (pass_del_ssa, [...]): Remove decls.
Michael Matz
1
-58
/
+0
2009-04-20
Fix enum conversions which are invalid in C++:
Ian Lance Taylor
1
-1
/
+1
2009-04-17
df.h: Include "timevar.h".
Ian Lance Taylor
1
-3
/
+3
2008-11-20
re PR c++/36631 (attribute always_inline -> sorry, unimplemented: recursive...
Jakub Jelinek
1
-1
/
+77
2008-10-09
tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.
Jakub Jelinek
1
-0
/
+6
2008-08-26
rtlanal.c: Fix uses of "it's" with "its" where appropriate.
Ben Elliston
1
-1
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-255
/
+320
2008-06-06
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
Jakub Jelinek
1
-0
/
+1
2008-04-25
re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)
Jan Hubicka
1
-1
/
+1
2008-04-18
except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...
Jan Hubicka
1
-2
/
+2
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-6
/
+10
2008-03-18
tree-pretty-print.c: Include predict.h.
Jan Hubicka
1
-0
/
+1
[next]