index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
SimplifyCFGPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-6
/
+13
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-13
/
+6
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[PM/SimplifyCFG] Preserve GlobalsAA even if the IR is mutated.
Davide Italiano
2016-06-08
1
-4
/
+5
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-5
/
+6
*
Revert http://reviews.llvm.org/D19926 as it breaks tests.
Dehao Chen
2016-05-05
1
-24
/
+28
*
Simplify CFG before assigning discriminator.
Dehao Chen
2016-05-05
1
-28
/
+24
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-4
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-5
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+5
*
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especia...
Hyojin Sung
2016-03-29
1
-1
/
+9
*
Revert "[SimlifyCFG] Prevent passes from destroying canonical loop structure,...
Reid Kleckner
2016-03-28
1
-10
/
+2
*
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especia...
Hyojin Sung
2016-03-28
1
-2
/
+10
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-3
/
+3
*
PM: Fix an inverted condition in simplifyFunctionCFG
Justin Bogner
2016-01-15
1
-2
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+4
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
fix typos; NFC
Sanjay Patel
2015-06-24
1
-3
/
+2
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-06-24
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
1
-3
/
+12
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+7
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-5
/
+4
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Port SimplifyCFG to the new pass manager.
Chandler Carruth
2015-02-01
1
-44
/
+65
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-9
/
+9
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
1
-7
/
+15
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-4
/
+9
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-1
/
+0
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-5
/
+5
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-160
/
+5
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-5
/
+160
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-160
/
+5
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-51
/
+13
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-22
/
+59
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-9
/
+15
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Optimize tree walking in markAliveBlocks.
Evgeniy Stepanov
2012-12-17
1
-4
/
+3
[next]