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
/
InstCombine
/
InstCombinePHI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix formatting; NFC
Sanjay Patel
2017-01-31
1
-1
/
+1
*
[DebugInfo] Add const to DILocation variable declaration; NFC.
Robert Lougher
2017-01-12
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-2
/
+2
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-2
/
+2
*
[InstCombine] Folding of a compare with RHS const should merge debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding of a binop with RHS const should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] When folding casts through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding loads through a phi node should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] When folding GEP through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-1
/
+17
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+2
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-2
/
+2
*
[InstCombine] Preserve fast math flags when combining PHIs
Silviu Baranga
2016-04-22
1
-38
/
+11
*
Fixed typo in r260530
Jun Bum Lim
2016-02-11
1
-5
/
+5
*
[InstCombine] Simplify a known nonzero incoming value of PHI
Jun Bum Lim
2016-02-11
1
-0
/
+36
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-8
/
+8
*
[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
David Majnemer
2015-11-07
1
-0
/
+6
*
[InstCombine] Don't insert an instruction after a terminator
David Majnemer
2015-11-06
1
-0
/
+6
*
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
2015-11-02
1
-1
/
+4
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
[InstCombine] fold zexts and constants into a phi (PR24766)
Sanjay Patel
2015-09-27
1
-0
/
+69
*
[InstCombine] Preserve metadata when merging loads that are phi
Akira Hatanaka
2015-09-23
1
-6
/
+19
*
Revert "[InstCombinePHI] Partial simplification of identity operations."
David Majnemer
2015-08-17
1
-115
/
+0
*
[InstCombinePHI] Partial simplification of identity operations.
Charlie Turner
2015-08-13
1
-0
/
+115
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-06-23
1
-18
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-4
/
+3
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
1
-1
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+2
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-39
/
+39
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-0
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-18
/
+14
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-3
/
+3
*
Push analysis passes to InstSimplify when they're around anyways.
Benjamin Kramer
2013-09-24
1
-1
/
+1
*
Get rid of unused isPodLike definitions.
Eli Friedman
2013-09-11
1
-2
/
+0
*
Consistently use dbgs() in debug printing
Matt Arsenault
2013-09-05
1
-5
/
+5
*
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
1
-96
/
+96
*
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
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
[next]