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
*
[Mem2Reg] Create merged debug locations for inserted phis
Vedant Kumar
2018-04-17
1
-6
/
+32
*
[Mem2Reg] Make RenamePassData a struct, NFC
Vedant Kumar
2018-04-17
1
-3
/
+2
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-6
/
+6
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Revert "[mem2reg] Use range loops (NFCI)"
Brian Gesiak
2018-02-19
1
-8
/
+9
*
[mem2reg] Use range loops (NFCI)
Brian Gesiak
2018-02-19
1
-9
/
+8
*
This reverts commit r319096 and r319097.
Rafael Espindola
2017-11-28
1
-147
/
+17
*
[Mem2Reg] Clang-format unformatted parts of this file. NFCI.
Davide Italiano
2017-11-27
1
-28
/
+23
*
[SROA] Propagate !range metadata when moving loads.
Davide Italiano
2017-11-27
1
-15
/
+150
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-21
1
-17
/
+27
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-22
/
+22
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
1
-22
/
+22
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-22
/
+22
*
Merge isKnownNonNull into isKnownNonZero
Nuno Lopes
2017-09-09
1
-7
/
+8
*
[Mem2Reg] Modernize code a bit.
Benjamin Kramer
2017-08-20
1
-23
/
+11
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-5
/
+4
*
[Mem2Reg] Remove AliasSetTracker updating logic from the pass.
Davide Italiano
2017-04-09
1
-38
/
+6
*
Preserve nonnull metadata on Loads through SROA & mem2reg.
Luqman Aden
2017-03-22
1
-10
/
+47
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-5
/
+8
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-8
/
+5
*
Reapplying r281895 (and follow-up r281964) after fixing pr30468.
Keith Walker
2016-09-22
1
-0
/
+2
*
Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2...
Hans Wennborg
2016-09-21
1
-2
/
+0
*
Add @llvm.dbg.value entries for the phi node created by -mem2reg
Keith Walker
2016-09-19
1
-0
/
+2
*
Correct IDF calculator for ReverseIDF
Daniel Berlin
2016-04-19
1
-1
/
+1
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-4
/
+2
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+6
*
Fix mem2reg to correctly handle allocas only used in a single block
Michael Kuperstein
2015-07-22
1
-15
/
+23
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
Move IDF Calculation to a separate file, expose an interface to it.
Daniel Berlin
2015-04-21
1
-130
/
+32
*
Eliminate O(n^2) worst-case behavior in SSA construction
Cameron Zwarich
2015-04-08
1
-3
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+4
*
[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
[next]