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
/
unittests
/
IR
/
DominatorTreeTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Dominators] Reapply r306892, r306893, r306893.
Jakub Kuderski
2017-07-01
1
-0
/
+13
*
Revert "[Dominators] Teach IDF to use level information"
Jakub Kuderski
2017-06-30
1
-13
/
+0
*
[Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer...
Jakub Kuderski
2017-06-30
1
-0
/
+13
*
[Dominators] Don't compute DFS InOut numbers eagerly.
Jakub Kuderski
2017-06-30
1
-0
/
+2
*
Handle non-unique edges in edge-dominance
Adam Nemet
2017-06-05
1
-0
/
+52
*
Rearrange Dom unittest to accommodate multiple tests
Adam Nemet
2017-05-27
1
-223
/
+213
*
clang-format DomTree unittest
Adam Nemet
2017-05-27
1
-242
/
+241
*
Fix test typo. NFC
Xin Tong
2017-05-20
1
-2
/
+2
*
[StructurizeCfg] Update dominator info.
Serge Pavlov
2017-01-10
1
-0
/
+10
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-4
/
+4
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-3
/
+4
*
Revert "Introduce analysis pass to compute PostDominators in the new pass man...
Hongbin Zheng
2016-02-25
1
-4
/
+3
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-3
/
+4
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-14
/
+14
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...
Daniel Berlin
2015-04-14
1
-0
/
+28
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-4
/
+3
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix dominator descendants for unreachable blocks.
Diego Novillo
2013-12-02
1
-0
/
+27
*
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
2013-01-23
1
-1
/
+1
*
DominatorTreeTest.cpp: Add the file header.
NAKAMURA Takumi
2013-01-23
1
-0
/
+9
*
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-07
1
-0
/
+195