aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1846-229/+339
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-09235-1925/+2787
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2374-446/+3786
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0260-467/+3481
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2130-40/+1894
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2917-37/+1198
* Update to LLVM 3.5a.Stephen Hines2014-04-2446-36/+1169
* Merging r195504:Manman Ren2013-12-092-0/+4
* Merging r196638:Bill Wendling2013-12-081-0/+38
* --- Reverse-merging r196668 into '.':Bill Wendling2013-12-081-38/+0
* Merging r196638:Bill Wendling2013-12-071-0/+38
* Merging r196611:Bill Wendling2013-12-061-0/+19
* Merging r196129:Bill Wendling2013-12-021-0/+74
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+77
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-0/+13
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-162-8/+28
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-151-0/+31
* Add addrspacecast instruction.Matt Arsenault2013-11-156-8/+8
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-0/+35
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-041-1/+19
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-041-0/+102
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+91
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-075-33/+113
* Pull fptrunc's upwards through selects when one of the select's selectands wa...Owen Anderson2013-10-031-0/+12
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-031-0/+13
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-301-1/+17
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-301-0/+20
* Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*Joey Gouly2013-09-301-0/+23
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-271-0/+10
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-272-3/+6
* InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...Benjamin Kramer2013-09-201-0/+14
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-191-0/+12
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-191-0/+10
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-181-0/+28
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-171-0/+8
* Revert the load slicing done in r190870.Quentin Colombet2013-09-171-330/+0
* Cleanup handling of constant function casts.Matt Arsenault2013-09-171-1/+142
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-171-0/+330
* [InstCombiner] Expose opportunities to merge subtract and comparison.Quentin Colombet2013-09-091-0/+65
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-2/+2
* InstCombine: allow unmasked icmps to be combined with logical opsTim Northover2013-09-041-0/+30
* InstCombine: look for masked compares with subset relationTim Northover2013-09-041-0/+122
* Teach InstCombineLoadCast about address spaces.Matt Arsenault2013-09-031-1/+22
* SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...Benjamin Kramer2013-08-311-0/+20
* InstCombine: Check for zero shift amounts before subtracting one causing inte...Benjamin Kramer2013-08-301-0/+36
* Convert tests to FileCheckMatt Arsenault2013-08-2814-19/+38
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-262-2/+2
* Teach InstCombine about address spacesMatt Arsenault2013-08-215-70/+406
* Add test for bitcast array ptrs with address spacesMatt Arsenault2013-08-211-0/+22
* Add enforce known alignment test with address spaceMatt Arsenault2013-08-211-3/+23