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
/
PromoteMemoryToRegister.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+6
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-3
/
+6
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+4
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-5
/
+8
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-4
/
+4
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-4
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-4
/
+4
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-3
/
+6
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-6
/
+3
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-10
/
+11
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
1
-2
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-17
/
+11
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[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
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-26
/
+5
*
Fix a really terrifying but improbable bug in mem2reg. If you have seen
Chandler Carruth
2013-08-14
1
-1
/
+4
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
1
-164
/
+98
*
Thread DataLayout through the callers and into mem2reg. This will be
Chandler Carruth
2013-07-28
1
-8
/
+13
*
Merge the removal of dead instructions and lifetime markers with the
Chandler Carruth
2013-07-27
1
-41
/
+32
*
Re-implement the analysis of uses in mem2reg to be significantly more
Chandler Carruth
2013-07-26
1
-87
/
+157
*
mem2reg: Minor STL usage cleanup. No functionality change.
Benjamin Kramer
2013-07-21
1
-11
/
+8
*
Make the mem2reg interface use an ArrayRef as it keeps a copy of these
Chandler Carruth
2013-07-21
1
-5
/
+6
*
Hoist the rest of the logic for promoting single-store allocas into the
Chandler Carruth
2013-07-21
1
-23
/
+31
*
Hoist the rest of the logic for fully promoting allocas with all uses in
Chandler Carruth
2013-07-21
1
-55
/
+33
*
Remove a method made dead by the prior refactoring.
Chandler Carruth
2013-07-21
1
-5
/
+0
*
Hoist the two trivial promotion routines out of the big class that
Chandler Carruth
2013-07-20
1
-161
/
+158
*
Hoist the AllocaInfo struct to the top of the file.
Chandler Carruth
2013-07-20
1
-59
/
+57
*
Sink a typedef and comparator down to the function that actually uses them.
Chandler Carruth
2013-07-20
1
-8
/
+10
*
Don't allocate the DIBuilder on the heap and remove all the complexity
Chandler Carruth
2013-07-20
1
-16
/
+8
*
Rename constructor parameters to follow the common member-shadowing
Chandler Carruth
2013-07-20
1
-3
/
+3
*
Reformat the implementation of mem2reg with clang-format so that my
Chandler Carruth
2013-07-20
1
-344
/
+360
*
Remove a DenseMapInfo specialization for std::pair -- we have one of
Chandler Carruth
2013-07-20
1
-20
/
+0
*
Update mem2reg's comments to conform to the new doxygen standards. No
Chandler Carruth
2013-07-20
1
-74
/
+58
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-12
/
+12
*
Fix typo.
Julien Lerouge
2012-10-23
1
-1
/
+1
*
Explain why DenseMap is still used here instead of MapVector.
Julien Lerouge
2012-10-23
1
-1
/
+9
*
Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is not
Julien Lerouge
2012-10-22
1
-4
/
+4
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Switch mem2reg to use the new hashing infrastructure.
Chandler Carruth
2012-03-05
1
-1
/
+3
*
Fix 80-column violation.
Chad Rosier
2012-02-20
1
-1
/
+2
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
1
-1
/
+1
[prev]
[next]