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
/
StructurizeCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[StructurizeCfg] Update dominator info.
Serge Pavlov
2017-01-10
1
-0
/
+1
*
[StructurizeCFG] Fix infinite loop in rebuildSSA.
Justin Lebar
2016-11-29
1
-1
/
+4
*
[StructurizeCFG] Use range-based for loops.
Justin Lebar
2016-11-28
1
-72
/
+51
*
[StructurizeCFG] Refactor NearestCommonDominator.
Justin Lebar
2016-11-28
1
-56
/
+37
*
[StructurizeCFG] Refactor OrderNodes.
Justin Lebar
2016-11-22
1
-12
/
+6
*
[StructurizeCFG] Add whitespace in getAnalysisUsage.
Justin Lebar
2016-11-22
1
-0
/
+1
*
[StructurizeCFG] Remove unnecessary "using" in class.
Justin Lebar
2016-11-22
1
-1
/
+0
*
[StructurizeCFG] Merge the two constructors into one.
Justin Lebar
2016-11-22
1
-7
/
+2
*
[StructurizeCFG] Use a for-each loop instead of iterators in runOnRegion.
Justin Lebar
2016-11-22
1
-4
/
+3
*
[StructurizeCFG] Make hasOnlyUniformBranches a non-member function.
Justin Lebar
2016-11-22
1
-7
/
+5
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
StructurizeCFG: Fix inverting constantexpr conditions
Matt Arsenault
2016-07-15
1
-8
/
+2
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-15
/
+11
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-8
/
+8
*
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
2016-06-17
1
-7
/
+3
*
[StructurizeCFG] Annotate branches that were treated as uniform
Nicolai Haehnle
2016-04-14
1
-0
/
+15
*
StructurizeCFG: Initialize SkipUniformRegions in the default constructor
Tom Stellard
2016-02-10
1
-1
/
+1
*
StructurizeCFG: Add an option for skipping regions with only uniform branches
Tom Stellard
2016-02-10
1
-3
/
+38
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-6
/
+2
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
StructurizeCFG: Remove obsolete fix for loop backedge detection
Tom Stellard
2015-02-04
1
-1
/
+1
*
StructurizeCFG: Use a reverse post-order traversal
Tom Stellard
2015-02-04
1
-4
/
+64
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-2
/
+2
*
StructurizeCFG: Use LoopInfo analysis for better loop detection
Tom Stellard
2014-12-03
1
-1
/
+6
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-12
/
+20
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-20
/
+12
*
Templatify RegionInfo so it works on MachineBasicBlocks
Matt Arsenault
2014-07-19
1
-3
/
+3
*
Use range for
Matt Arsenault
2014-05-19
1
-4
/
+1
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-8
/
+9
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-17
/
+9
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Add a basic block range view for RegionInfo
Tobias Grosser
2014-03-03
1
-6
/
+1
*
cleanup: scc_iterator consumers should use isAtEnd
Duncan P. N. Exon Smith
2014-02-04
1
-3
/
+2
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
StructurizeCFG: Fix verification failure with some loops.
Matt Arsenault
2013-11-22
1
-0
/
+14
*
StructurizeCFG: Fix inverting a branch on an argument
Matt Arsenault
2013-11-22
1
-11
/
+22
*
StructurizeCFG: Add dependency on LowerSwitch pass
Tom Stellard
2013-10-02
1
-1
/
+3
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
1
-0
/
+879