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
/
Utils
/
LCSSA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-1
/
+1
*
[LCSSA] Perform LCSSA verification only for the current loop nest.
Igor Laevsky
2016-10-28
1
-4
/
+25
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
1
-1
/
+2
*
[LCSSA] Cache LoopExits to avoid wasted work
Philip Reames
2016-09-19
1
-3
/
+9
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Fix LCSSA increased compile time
Rong Xu
2016-08-10
1
-7
/
+7
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Add verifyAnalysis for LCSSA.
Michael Zolotukhin
2016-07-27
1
-0
/
+5
*
Revert "Revert r275883 and r275891. They seem to cause PR28608."
Michael Zolotukhin
2016-07-20
1
-3
/
+19
*
Revert r275883 and r275891. They seem to cause PR28608.
Sean Silva
2016-07-19
1
-10
/
+1
*
[LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA f...
Michael Zolotukhin
2016-07-18
1
-1
/
+10
*
Make processInstruction from LCSSA.cpp externally available.
Michael Zolotukhin
2016-07-15
1
-120
/
+126
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-18
/
+40
*
[LCSSA] Simplify. Suggested by Sanjoy.
Davide Italiano
2016-05-27
1
-1
/
+1
*
[LCSSA] Use llvm::any_of instead of std::size_of.
Davide Italiano
2016-05-17
1
-3
/
+2
*
[PM/LCSSA] Fix dependency list. Some passes are preserved, not required.
Davide Italiano
2016-05-17
1
-2
/
+0
*
[LCSSA] Use any_of() to simplify the code. NFCI.
Davide Italiano
2016-05-17
1
-9
/
+5
*
[AA] Preserve the AA results wrapper pass as well as BasicAA in a few
Chandler Carruth
2016-02-19
1
-0
/
+2
*
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...
Andrew Kaylor
2015-12-18
1
-0
/
+7
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-5
/
+3
*
[LCSSA] Unbreak build, don't reuse L; NFC
Sanjoy Das
2015-10-25
1
-2
/
+2
*
[LCSSA] Use range for loops; NFC
Sanjoy Das
2015-10-25
1
-28
/
+21
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+3
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+7
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-2
/
+3
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-5
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Removing dead code; NFC. This code was triggering a C4718 warning (recursive ...
Aaron Ballman
2015-04-24
1
-18
/
+0
*
Revamp PredIteratorCache interface to be cleaner.
Daniel Berlin
2015-04-21
1
-4
/
+4
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
1
-8
/
+41
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove some dead code
Nuno Lopes
2014-04-17
1
-2
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-9
/
+8
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[LPM] A terribly simple fix to a terribly complex bug: PR18773.
Chandler Carruth
2014-02-10
1
-0
/
+2
*
[LPM] Fix PR18616 where the shifts to the loop pass manager to extract
Chandler Carruth
2014-01-28
1
-13
/
+14
*
[LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
2014-01-25
1
-161
/
+192
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
1
-13
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
LCSSA: Try to recover compile time regressions due to SCEV updates.
Benjamin Kramer
2012-10-31
1
-15
/
+9
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+5
*
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-26
1
-0
/
+14
[next]