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
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[StructurizeCFG] Enable -structurizecfg-relaxed-uniform-regions by default
Tim Renouf
2019-08-06
1
-1
/
+1
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-5
/
+2
*
StructurizeCFG: Relax uniformity checks.
Neil Henning
2019-05-24
1
-3
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
StructurizeCFG: Simplify inserted PHI nodes
Nicolai Haehnle
2018-10-17
1
-1
/
+23
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
revert changes from r342722
Sameer Sahasrabuddhe
2018-09-21
1
-1
/
+0
*
[AMDGPU] lower-switch in preISel as a workaround for legacy DA
Sameer Sahasrabuddhe
2018-09-21
1
-0
/
+1
*
[NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
Nicolai Haehnle
2018-08-30
1
-6
/
+6
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-1
/
+1
*
StructurizeCFG: Adjust the loop depth for a subregion to order the nodes corr...
Changpeng Fang
2018-05-23
1
-7
/
+28
*
StructurizeCFG: fix inverting conditions
Marek Olsak
2018-05-15
1
-2
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+8
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-20
/
+20
*
StructurizeCFG: Test for branch divergence correctly
Nicolai Haehnle
2018-04-04
1
-13
/
+54
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Revert "StructurizeCFG: Test for branch divergence correctly"
Adam Nemet
2018-02-24
1
-12
/
+3
*
StructurizeCFG: Test for branch divergence correctly
Nicolai Haehnle
2018-02-23
1
-3
/
+12
*
Revert r321751, "StructurizeCFG: Fix broken backedge detection"
Nicolai Haehnle
2018-01-24
1
-28
/
+82
*
StructurizeCFG: Fix broken backedge detection
Matt Arsenault
2018-01-03
1
-82
/
+28
*
StructurizeCFG: Use phi iterator range
Matt Arsenault
2017-12-29
1
-8
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-20
1
-19
/
+41
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-09
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Revert "StructurizeCFG: Directly invert cmp instructions"
Matt Arsenault
2017-04-24
1
-12
/
+2
*
StructurizeCFG: Directly invert cmp instructions
Matt Arsenault
2017-04-19
1
-2
/
+12
*
[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
[next]