GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CFG: Create scope for non-compound range-for body.
James Y Knight
2021-01-31
1
-0
/
+6
*
Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...
Thorsten Schütt
2021-01-04
1
-3
/
+3
*
[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)
Thorsten Schütt
2021-01-04
1
-3
/
+3
*
[OPENMP]Simplify representation for atomic, critical, master and section
Alexey Bataev
2020-08-07
1
-8
/
+7
*
CFG: Destroy temporaries in (a,b) expression in the correct order.
Richard Smith
2020-08-05
1
-12
/
+8
*
Fix violations of [basic.class.scope]p2.
Richard Smith
2020-06-01
1
-2
/
+0
*
[Analyzer] Include typedef statements in CFG build.
Balázs Kéri
2020-04-27
1
-2
/
+28
*
Fix SFINAE in CFG.cpp.
Justin Lebar
2020-02-11
1
-4
/
+4
*
[CFG] Fix an assertion failure with static initializers
Gabor Horvath
2019-12-23
1
-1
/
+1
*
[CFG] Add an option to expand CXXDefaultInitExpr into aggregate initialization
Gabor Horvath
2019-12-17
1
-3
/
+29
*
[analyzer] Do not cache out on some shared implicit AST nodes
Gabor Horvath
2019-12-11
1
-0
/
+5
*
[CFG] Fix a flaky crash in CFGBlock::getLastCondition().
Artem Dergachev
2019-11-21
1
-0
/
+4
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-4
/
+4
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-4
/
+4
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-4
/
+4
*
New tautological warning for bitwise-or with non-zero constant always true.
Richard Trieu
2019-10-19
1
-1
/
+40
*
[OPENMP]Dow not emit warnings for uninitialized loop counters.
Alexey Bataev
2019-10-17
1
-1
/
+2
*
Merge and improve code that detects same value in comparisons.
Richard Trieu
2019-09-21
1
-17
/
+16
*
Improve -Wtautological-overlap-compare
Richard Trieu
2019-09-21
1
-5
/
+39
*
[CFG] Add dumps for CFGElement and CFGElementRef
Kristof Umann
2019-09-12
1
-28
/
+70
*
[CFG] Fix CFG for statement-expressions in return values.
Artem Dergachev
2019-08-29
1
-3
/
+2
*
[analyzer] Fix more analyzer warnings on analyzer and libAnalysis.
Artem Dergachev
2019-08-28
1
-13
/
+9
*
[CFG] Make representation of destructor calls more accurate.
Artem Dergachev
2019-08-28
1
-43
/
+80
*
[CFG] Introduce CFGElementRef, a wrapper that knows it's position in a CFGBlock
Kristof Umann
2019-08-14
1
-0
/
+4
*
[analyzer][CFG] Don't track the condition of asserts
Kristof Umann
2019-08-14
1
-0
/
+65
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-2
/
+2
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-2
/
+2
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-16
1
-2
/
+3
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
[OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...
Alexey Bataev
2019-07-11
1
-0
/
+36
*
[CFG] Add a new function to get the proper condition of a CFGBlock
Kristof Umann
2019-07-05
1
-0
/
+24
*
Revert "[analyzer][CFG] Return the correct terminator condition"
Kristof Umann
2019-07-03
1
-11
/
+59
*
[analyzer][CFG] Return the correct terminator condition
Kristof Umann
2019-07-03
1
-59
/
+11
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-16
/
+58
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-58
/
+16
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-16
/
+58
*
[analyzer] print() JSONify: CFG implementation
Csaba Dabis
2019-05-29
1
-1
/
+13
*
[CFG] Add branch to skip vbase inits when they're handled by superclass.
Artem Dergachev
2019-05-24
1
-2
/
+36
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
1
-10
/
+19
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
1
-2
/
+2
*
[analyzer] Treat functions without run-time branches as "small".
Artem Dergachev
2019-04-30
1
-0
/
+45
*
[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors.
Artem Dergachev
2019-03-21
1
-0
/
+9
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-7
/
+12
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-12
/
+7
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-7
/
+12
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-12
/
+7
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-7
/
+12
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-12
/
+7
[next]