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
/
LoopUnswitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopUnswitch] Correct misleading comments.
Chen Li
2015-10-14
1
-2
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-9
/
+11
*
Generalize convergent check to handle invokes as well as calls.
Owen Anderson
2015-10-09
1
-4
/
+4
*
Teach LoopUnswitch not to perform non-trivial unswitching on loops containing...
Owen Anderson
2015-10-09
1
-0
/
+14
*
[LoopUnswitch] Add block frequency analysis to recognize hot/cold regions
Chen Li
2015-09-29
1
-0
/
+48
*
[LoopUnswitch] Require DominatorTree info.
Michael Zolotukhin
2015-09-22
1
-11
/
+7
*
Fix UB: can't bind a reference to nullptr (NFC)
Mehdi Amini
2015-09-21
1
-1
/
+1
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
[LoopUnswitch] Check OptimizeForSize before traversing over all basic blocks ...
Chen Li
2015-08-13
1
-7
/
+6
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-08-11
1
-39
/
+34
*
fix 80-cols; NFC
Sanjay Patel
2015-08-11
1
-19
/
+22
*
[LoopUnswitch] Preserve make.implicit metadata for unswitched conditions
Chen Li
2015-08-05
1
-0
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
[LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions...
Chen Li
2015-07-25
1
-20
/
+60
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-2
/
+1
*
[LoopUnswitch] Code refactoring to separate trivial loop unswitch and non-tri...
Chen Li
2015-07-22
1
-96
/
+112
*
[LoopUnswitch] Add an else clause to IsTrivialUnswitchCondition() when checki...
Chen Li
2015-07-15
1
-1
/
+2
*
This change fixes three bugs in loop unswitching. This change causes an 81% s...
Mark Heffernan
2015-06-23
1
-40
/
+65
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fix PR13851: Preserve metadata for the unswitched branch
Weiming Zhao
2015-06-23
1
-20
/
+67
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+3
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-3
/
+1
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+5
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
1
-10
/
+3
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-3
/
+3
*
[PM] Cleanup a dead option to critical edge splitting that I noticed
Chandler Carruth
2015-01-19
1
-3
/
+1
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-2
/
+5
*
[PM] Lift the analyses into the interface for
Chandler Carruth
2015-01-19
1
-1
/
+2
*
[PM] Pull the analyses used for another utility routine into its API
Chandler Carruth
2015-01-18
1
-1
/
+3
*
[PM] Sink the specific analyses preserved by SplitBlock into its
Chandler Carruth
2015-01-18
1
-1
/
+1
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-3
/
+3
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-10
/
+11
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
1
-4
/
+10
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-0
/
+9
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-3
/
+5
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-5
/
+3
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-19
/
+19
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove some dead code
Nuno Lopes
2014-04-17
1
-21
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-14
/
+11
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Remove dead code from LoopUnswitch
Hal Finkel
2013-11-08
1
-127
/
+0
[next]