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
...
*
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
[prev]