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
*
[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
*
Update instcombine for atomic load/store.
Eli Friedman
2011-08-15
1
-1
/
+6
*
Shorten some expressions by using ArrayRef::slice().
Frits van Bommel
2011-07-25
1
-2
/
+1
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-2
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-5
/
+5
*
Final step of instcombine debuginfo; switch a couple more places over to Inse...
Eli Friedman
2011-05-27
1
-9
/
+23
*
Stop trying to have instcombine preserve LCSSA form: this was not
Duncan Sands
2011-04-27
1
-3
/
+0
*
Rename a misleadingly-named variable.
Frits van Bommel
2011-04-16
1
-5
/
+5
*
Fix bug when checking phi operands in InstCombiner::visitPHINode(),
Jay Foad
2011-04-16
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-10
/
+7
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Make more use of PHINode::getNumIncomingValues().
Jay Foad
2011-03-28
1
-4
/
+4
*
have instcombine preserve nsw/nuw/exact when sinking
Chris Lattner
2011-02-17
1
-11
/
+53
*
fix typo
Chris Lattner
2011-02-17
1
-1
/
+1
*
fix instcombine merging GEPs through a PHI to only make the
Chris Lattner
2011-02-17
1
-3
/
+7
*
Teach InstructionSimplify about phi nodes. I chose to have it simply
Duncan Sands
2010-11-14
1
-2
/
+3
*
cache result of operator*
Gabor Greif
2010-07-12
1
-2
/
+3
*
fix PR6512, a case where instcombine would incorrectly merge loads
Chris Lattner
2010-03-05
1
-0
/
+2
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-2
/
+2
*
Add newline at EOF.
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
split PHI node stuff out to InstCombinePHI.cpp
Chris Lattner
2010-01-05
1
-0
/
+841