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
/
InstCombineCasts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
1
-3
/
+4
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-14
/
+12
*
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
1
-5
/
+0
*
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
Nadav Rotem
2011-08-28
1
-0
/
+5
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-1
/
+1
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
1
-3
/
+2
*
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...
Eli Friedman
2011-07-20
1
-0
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-39
/
+39
*
It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...
Evan Cheng
2011-07-13
1
-1
/
+2
*
Reapply a fixed version of r133285.
Bob Wilson
2011-07-08
1
-5
/
+8
*
Revert r133285. Causing odd failures on Dragonegg.
Chad Rosier
2011-06-17
1
-4
/
+5
*
Relocate NUW test to cover all binary ops in a dynamic alloca expr.
Stuart Hastings
2011-06-17
1
-5
/
+4
*
Avoid fusing bitcasts with dynamic allocas if the amount-to-allocate
Stuart Hastings
2011-06-13
1
-0
/
+5
*
Final step of instcombine debuginfo; switch a couple more places over to Inse...
Eli Friedman
2011-05-27
1
-1
/
+1
*
More instcombine simplifications towards better debug locations.
Eli Friedman
2011-05-18
1
-2
/
+1
*
Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in in...
Eli Friedman
2011-05-18
1
-2
/
+2
*
While SimplifyDemandedBits constant folds this, we can't rely on it here.
Benjamin Kramer
2011-04-02
1
-2
/
+7
*
Fix comment.
Benjamin Kramer
2011-04-01
1
-2
/
+2
*
Tweaks to the icmp+sext-to-shifts optimization to address Frits' comments:
Benjamin Kramer
2011-04-01
1
-6
/
+6
*
Fix build.
Benjamin Kramer
2011-04-01
1
-1
/
+2
*
InstCombine: Turn icmp + sext into bitwise/integer ops when the input has onl...
Benjamin Kramer
2011-04-01
1
-0
/
+50
*
InstCombine: Move (sext icmp) transforms into their own method. No intended f...
Benjamin Kramer
2011-04-01
1
-37
/
+42
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+1
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!
Devang Patel
2011-03-08
1
-10
/
+3
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
1
-7
/
+3
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-3
/
+7
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
1
-7
/
+3
*
implement an instcombine xform that canonicalizes casts outside of and-with-c...
Chris Lattner
2011-01-15
1
-2
/
+12
*
Whitespace fixes. No functionality change.
Bill Wendling
2010-12-17
1
-16
/
+16
*
Add vector versions of some existing scalar transforms to aid codegen in matc...
Nate Begeman
2010-12-17
1
-0
/
+17
*
Fix a serious performance regression introduced by r108687 on linux:
Chris Lattner
2010-09-07
1
-1
/
+6
*
for completeness, allow undef also.
Chris Lattner
2010-08-28
1
-0
/
+3
*
handle the constant case of vector insertion. For something
Chris Lattner
2010-08-28
1
-3
/
+32
*
optimize bitcasts from large integers to vector into vector
Chris Lattner
2010-08-28
1
-9
/
+127
*
Implement a pretty general logical shift propagation
Chris Lattner
2010-08-27
1
-2
/
+1
*
teach the truncation optimization that an entire chain of
Chris Lattner
2010-08-27
1
-0
/
+5
*
Add an instcombine to clean up a common pattern produced
Chris Lattner
2010-08-27
1
-0
/
+23
*
optimize "integer extraction out of the middle of a vector" as produced
Chris Lattner
2010-08-26
1
-13
/
+35
*
optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'
Chris Lattner
2010-08-26
1
-0
/
+34
*
Tweak per Chris' comments.
Owen Anderson
2010-07-19
1
-7
/
+8
*
Reimplement r108639 in InstCombine rather than DAGCombine.
Owen Anderson
2010-07-19
1
-0
/
+26
*
Fix instcombine's handling of alloca to accept non-i32 types.
Dan Gohman
2010-05-28
1
-8
/
+7
*
Fix a missing newline in debug output.
Dan Gohman
2010-05-25
1
-1
/
+1
*
Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence
Chris Lattner
2010-05-08
1
-0
/
+70
*
Say bitcast instead of bitconvert.
Dan Gohman
2010-04-07
1
-1
/
+1
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-11
/
+11
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-2
/
+2
*
Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect
Chris Lattner
2010-02-11
1
-7
/
+16
*
LangRef.html says that inttoptr and ptrtoint always use zero-extension
Dan Gohman
2010-02-02
1
-21
/
+32
[prev]
[next]