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
...
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-2
/
+2
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-27
/
+27
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
InstCombine: Modernize a bunch of cast combines.
Benjamin Kramer
2014-01-19
1
-44
/
+23
*
Fix more instances of dropped fast math flags when optimizing FADD instructio...
Owen Anderson
2014-01-18
1
-4
/
+17
*
Do pointer cast simplifications on addrspacecast
Matt Arsenault
2014-01-14
1
-1
/
+1
*
Remove a check for an illegal condition.
Matt Arsenault
2014-01-14
1
-5
/
+0
*
Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)).
Stephen Canon
2013-11-28
1
-26
/
+82
*
Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt
Hal Finkel
2013-11-16
1
-6
/
+11
*
Add instcombine visitor for addrspacecast
Matt Arsenault
2013-11-15
1
-0
/
+4
*
Pull fptrunc's upwards through selects when one of the select's selectands wa...
Owen Anderson
2013-10-03
1
-0
/
+13
*
Teach InstCombine about address spaces
Matt Arsenault
2013-08-21
1
-17
/
+28
*
Teach InstCombine visitGetElementPtr about address spaces
Matt Arsenault
2013-08-19
1
-2
/
+3
*
commonPointerCast cleanups to make address space change easier
Matt Arsenault
2013-08-19
1
-5
/
+11
*
Use type helper functions instead of cast
Matt Arsenault
2013-08-14
1
-5
/
+3
*
Fix big-endian handling of integer-to-vector bitcasts in InstCombine
Richard Sandiford
2013-08-12
1
-20
/
+32
*
InstCombine: Don't claim to be able to evaluate any shl in a zexted type.
Benjamin Kramer
2013-05-10
1
-1
/
+11
*
Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.
Ulrich Weigand
2013-03-26
1
-1
/
+9
*
InstCombine: Don't shrink allocas when combining with a bitcast.
Jim Grosbach
2013-03-06
1
-0
/
+6
*
Fix comment
Arnaud A. de Grandmaison
2013-02-13
1
-2
/
+2
*
Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...
Michael Ilseman
2013-02-11
1
-5
/
+16
*
InstCombine: Fix and simplify the inttoptr side too.
Benjamin Kramer
2013-02-05
1
-13
/
+8
*
InstCombine: Harden code to work with vectors of pointers and simplify it a bit.
Benjamin Kramer
2013-02-05
1
-11
/
+7
*
Remove trailing whitespace.
Craig Topper
2013-01-24
1
-134
/
+134
*
Fix typo in comment.
Nick Lewycky
2013-01-14
1
-1
/
+1
*
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
1
-1
/
+27
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-5
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-6
/
+4
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-141
/
+140
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
1
-6
/
+10
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-145
/
+145
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-4
/
+6
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-6
/
+4
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-4
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-9
/
+9
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-9
/
+9
*
Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"
Jakob Stoklund Olesen
2012-06-22
1
-9
/
+4
*
replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...
Nuno Lopes
2012-06-20
1
-4
/
+3
*
Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...
Stepan Dyatkovskiy
2012-05-05
1
-1
/
+1
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-7
/
+4
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
1
-7
/
+8
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-17
1
-0
/
+3
*
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
1
-6
/
+3
*
Whitespace.
Chad Rosier
2011-11-30
1
-3
/
+1
[prev]
[next]