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
/
Sink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Use isConvergent helper instead of directly checking attribute
Matt Arsenault
2019-10-27
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-3
/
+3
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+4
*
[Sink] Really really fix predicate in legality check
Fiona Glaser
2018-01-11
1
-1
/
+1
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-2
/
+2
*
[Sink] Fix predicate in legality check
Keno Fischer
2017-06-09
1
-1
/
+1
*
Remove unnecessary IDom check
Xin Tong
2017-03-20
1
-3
/
+4
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-3
/
+2
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[Sink] Don't move calls to readonly functions across stores
Nicolai Haehnle
2016-07-11
1
-2
/
+6
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+2
*
PM: Port SinkingPass to the new pass manager
Justin Bogner
2016-04-22
1
-66
/
+77
*
PM: Reorder the functions used for SinkingPass. NFC
Justin Bogner
2016-04-22
1
-60
/
+60
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-1
/
+7
*
[Sink] Don't move landingpads
Keno Fischer
2015-11-16
1
-1
/
+1
*
[Sink] Don't check BB.empty()
David Majnemer
2015-10-22
1
-1
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
Refine the definition of convergent to only disallow the addition of new cont...
Owen Anderson
2015-10-09
1
-1
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-1
/
+1
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Teach the IR Sink pass to (conservatively) respect convergent annotations.
Owen Anderson
2015-06-01
1
-0
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-3
/
+3
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-3
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-3
/
+3
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-5
/
+4
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-4
/
+5
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer (in Sink)
Hal Finkel
2014-07-10
1
-1
/
+5
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Sink: Don't sink static allocas from the entry block
Tom Stellard
2014-03-21
1
-0
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-4
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[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
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-3
/
+2
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
[next]