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
/
Analysis
/
LoopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Look for a loop's starting location in the llvm.loop metadata
Hal Finkel
2016-05-25
1
-0
/
+21
*
[scan-build] fix warnings emiited on LLVM Analysis code base
Silviu Baranga
2016-05-13
1
-24
/
+24
*
[LoopUnroll] Unroll loops which have exit blocks to EH pads
David Majnemer
2016-05-03
1
-16
/
+3
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
*
IR: Reserve an MDKind for !llvm.loop; NFC
Duncan P. N. Exon Smith
2016-03-25
1
-7
/
+4
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-4
/
+4
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-1
/
+1
*
[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...
NAKAMURA Takumi
2016-02-28
1
-0
/
+2
*
Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...
NAKAMURA Takumi
2016-02-28
1
-2
/
+0
*
[PM] Appease mingw32's auto-import DLL build with minimal tweaks.
NAKAMURA Takumi
2016-02-28
1
-0
/
+2
*
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
2016-02-26
1
-2
/
+0
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
fix variable names; NFC
Sanjay Patel
2016-01-17
1
-16
/
+16
*
rangify; NFCI
Sanjay Patel
2016-01-15
1
-49
/
+40
*
remove duplicate documentation comments (already in the header file) ; NFC
Sanjay Patel
2016-01-14
1
-54
/
+8
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
1
-2
/
+4
*
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...
Andrew Kaylor
2015-12-18
1
-1
/
+8
*
Fix typo in r255720
Justin Bogner
2015-12-16
1
-1
/
+1
*
LPM: Simplify how passes mark loops for deletion. NFC
Justin Bogner
2015-12-16
1
-7
/
+1
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-1
/
+7
*
[IndVars] Have getInsertPointForUses preserve LCSSA
Sanjoy Das
2015-12-08
1
-0
/
+9
*
Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...
Igor Laevsky
2015-11-18
1
-0
/
+7
*
Revert "Strip metadata when speculatively hoisting instructions"
Renato Golin
2015-11-10
1
-7
/
+0
*
Strip metadata when speculatively hoisting instructions
Igor Laevsky
2015-11-10
1
-0
/
+7
*
PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC
Justin Bogner
2015-11-04
1
-0
/
+14
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-2
/
+2
*
Add new constructors for LoopInfo/DominatorTree/BFI/BPI
Cong Hou
2015-07-16
1
-0
/
+4
*
Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type...
Cong Hou
2015-07-16
1
-2
/
+2
*
Add llvm::all_of which wraps std::all_of.
Pete Cooper
2015-05-13
1
-5
/
+1
*
Change a loop in LoopInfo to foreach. NFC
Pete Cooper
2015-05-13
1
-2
/
+2
*
Constify arguments to methods in LoopInfo. NFC
Pete Cooper
2015-05-13
1
-3
/
+3
*
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
2015-04-30
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
-0
/
+1
*
[PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysis
Chandler Carruth
2015-01-20
1
-0
/
+21
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-26
/
+11
*
[PM] Cleanup more warnings my refactoring exposed where now we have
Chandler Carruth
2015-01-17
1
-0
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-27
/
+31
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-3
/
+3
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-1
/
+3
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-9
/
+10
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-10
/
+9
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-15
/
+15
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-2
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-6
/
+5
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
[next]