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
*
[InstCombine] Create zero constants on demand.
Benjamin Kramer
2015-04-18
1
-4
/
+2
*
Recommit r233116 better: Remove a redundant instcombine involving bitcasts of...
David Blaikie
2015-03-27
1
-36
/
+0
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-3
/
+5
*
Revert "Remove an InstCombine that seems to have become redundant."
David Blaikie
2015-03-24
1
-13
/
+28
*
Remove an InstCombine that seems to have become redundant.
David Blaikie
2015-03-24
1
-28
/
+13
*
[opaque pointer type] IRBuilder gep migration progress
David Blaikie
2015-03-15
1
-0
/
+5
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-78
/
+57
*
InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
Mehdi Amini
2015-02-16
1
-22
/
+48
*
[InstCombine] When canonicalizing gep indices, prefer zext when possible
Philip Reames
2015-02-14
1
-0
/
+9
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
More code format fix from r224133, NFC
Steven Wu
2014-12-12
1
-2
/
+1
*
Restructure code from r224097. NFC
Steven Wu
2014-12-12
1
-12
/
+12
*
Fix another infinite loop in InstCombine
Steven Wu
2014-12-12
1
-9
/
+12
*
InstCombine: Fix another infinite loop caused by visitFPTrunc
David Majnemer
2014-11-18
1
-5
/
+4
*
Revert "Revert r222040 because of bot failure."
David Majnemer
2014-11-18
1
-6
/
+9
*
Revert r222040 because of bot failure.
Manman Ren
2014-11-18
1
-9
/
+6
*
InstCombine: Fix infinite loop caused by visitFPTrunc
David Majnemer
2014-11-14
1
-6
/
+9
*
InstCombine: Fix a combine assuming that icmp operands were integers
David Majnemer
2014-10-27
1
-0
/
+4
*
Handle sqrt() shrinking in SimplifyLibCalls like any other call
Sanjay Patel
2014-10-23
1
-36
/
+0
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-34
/
+39
*
Fix comment in InstCombiner::visitAddrSpaceCast.
Manuel Jacob
2014-07-16
1
-3
/
+3
*
Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
2014-06-15
1
-2
/
+4
*
InstCombine: Canonicalize addrspacecast between different element types
Jingyue Wu
2014-06-06
1
-1
/
+23
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-4
/
+4
*
InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
Hans Wennborg
2014-04-28
1
-0
/
+1
*
[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
-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
[next]