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/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
/
basic-block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-09
Eliminate FOR_ALL_BB macro.
David Malcolm
1
-3
/
+0
2013-12-09
Eliminate FOR_EACH_BB_REVERSE macro.
David Malcolm
1
-2
/
+0
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-2
/
+0
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-3
/
+0
2013-12-09
Eliminate profile_status macro.
David Malcolm
1
-1
/
+0
2013-12-09
Eliminate label_to_block_map macro.
David Malcolm
1
-1
/
+0
2013-12-09
Eliminate basic_block_info macro.
David Malcolm
1
-1
/
+0
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-2
/
+0
2013-12-09
Eliminate SET_BASIC_BLOCK macro.
David Malcolm
1
-1
/
+0
2013-12-09
Rename profile_status_for_function to profile_status_for_fn.
David Malcolm
1
-1
/
+1
2013-12-09
Rename label_to_block_map_for_function to label_to_block_map_for_fn.
David Malcolm
1
-1
/
+1
2013-12-09
Rename last_basic_block_for_function to last_basic_block_for_fn.
David Malcolm
1
-1
/
+1
2013-12-09
Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,
David Malcolm
1
-5
/
+5
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-6
/
+4
2013-11-19
Eliminate n_edges macro
David Malcolm
1
-2
/
+1
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-2
/
+1
2013-11-15
basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...
Jeff Law
1
-2
/
+2
2013-11-14
basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...
Jeff Law
1
-0
/
+15
2013-11-06
gimple.h (block_in_transaction): Move to basic-block.h and rename.
Andrew MacLeod
1
-0
/
+8
2013-10-30
re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...
Richard Biener
1
-0
/
+2
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-3
/
+1
2013-10-02
tree-flow.h: Remove some prototypes.
Andrew MacLeod
1
-0
/
+1
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-6
/
+6
2013-09-06
basic-block.h (class control_dependences): New.
Richard Biener
1
-0
/
+17
2013-08-31
* basic-block.h (apply_scale): Make scale parmeter gcov_type.
Jan Hubicka
1
-1
/
+1
2013-08-31
This patch sanitizes the partitioning to address issues such as edge weight i...
Teresa Johnson
1
-0
/
+2
2013-06-06
re PR c++/53743 (ICE when compiling firefox with PGO and LTO)
Teresa Johnson
1
-0
/
+1
2013-04-29
This patch fixes PR bootstrap/57077.
Teresa Johnson
1
-2
/
+12
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-0
/
+5
2013-04-03
This patch enables the gcov-dump tool to optionally compute and dump the work...
Teresa Johnson
1
-10
/
+1
2013-03-29
Add uniform debug dump function names.
Lawrence Crowl
1
-0
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-29
/
+23
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-4
/
+4
2012-10-31
re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...
Steven Bosscher
1
-0
/
+1
2012-10-16
loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.
Joern Rennecke
1
-0
/
+1
2012-10-09
* basic-block. (profile_record): New struct, moved from passes.c.
Steven Bosscher
1
-0
/
+31
2012-09-28
basic-block.h (RDIV): Define.
Jan Hubicka
1
-4
/
+39
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-2
/
+1
2012-09-04
Enhances the gcov program summary by adding a histogram of arc counter entries.
Teresa Johnson
1
-0
/
+14
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-2
/
+2
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-5
/
+10
2012-08-13
basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...
Richard Guenther
1
-7
/
+4
2012-07-25
Fix typo in comment in basic-block.h
Dodji Seketeli
1
-1
/
+1
2012-07-23
sbitmap.h (struct int_list): Remove.
Steven Bosscher
1
-0
/
+6
2012-07-20
basic-block.h (BB_FLAGS_TO_PRESERVE): New define.
Steven Bosscher
1
-3
/
+8
2012-07-17
dumpfile.h (TDF_COMMENT): New define.
Steven Bosscher
1
-95
/
+30
2012-07-11
basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.
Steven Bosscher
1
-4
/
+4
[prev]
[next]