| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction* | Joey Gouly | 2013-09-30 | 1 | -0/+23 |
* | InstCombine: Only foldSelectICmpAndOr for integer types | Justin Bogner | 2013-09-27 | 1 | -0/+10 |
* | TBAA: handle scalar TBAA format and struct-path aware TBAA format. | Manman Ren | 2013-09-27 | 2 | -3/+6 |
* | InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p... | Benjamin Kramer | 2013-09-20 | 1 | -0/+14 |
* | [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses. | Shuxin Yang | 2013-09-19 | 1 | -0/+12 |
* | InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer. | Benjamin Kramer | 2013-09-19 | 1 | -0/+10 |
* | Re-add tests from r179291 which were accidentally removed by r181177. | Andrea Di Biagio | 2013-09-18 | 1 | -0/+28 |
* | Fix a constant folding address space place I missed. | Matt Arsenault | 2013-09-17 | 1 | -0/+8 |
* | Revert the load slicing done in r190870. | Quentin Colombet | 2013-09-17 | 1 | -330/+0 |
* | Cleanup handling of constant function casts. | Matt Arsenault | 2013-09-17 | 1 | -1/+142 |
* | [InstCombiner] Slice a big load in two loads when the elements are next to each | Quentin Colombet | 2013-09-17 | 1 | -0/+330 |
* | [InstCombiner] Expose opportunities to merge subtract and comparison. | Quentin Colombet | 2013-09-09 | 1 | -0/+65 |
* | Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields. | Manman Ren | 2013-09-06 | 1 | -2/+2 |
* | InstCombine: allow unmasked icmps to be combined with logical ops | Tim Northover | 2013-09-04 | 1 | -0/+30 |
* | InstCombine: look for masked compares with subset relation | Tim Northover | 2013-09-04 | 1 | -0/+122 |
* | Teach InstCombineLoadCast about address spaces. | Matt Arsenault | 2013-09-03 | 1 | -1/+22 |
* | SimplifyLibCalls: When emitting an overloaded fp function check that it's ava... | Benjamin Kramer | 2013-08-31 | 1 | -0/+20 |
* | InstCombine: Check for zero shift amounts before subtracting one causing inte... | Benjamin Kramer | 2013-08-30 | 1 | -0/+36 |
* | Convert tests to FileCheck | Matt Arsenault | 2013-08-28 | 14 | -19/+38 |
* | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 2 | -2/+2 |
* | Teach InstCombine about address spaces | Matt Arsenault | 2013-08-21 | 5 | -70/+406 |
* | Add test for bitcast array ptrs with address spaces | Matt Arsenault | 2013-08-21 | 1 | -0/+22 |
* | Add enforce known alignment test with address space | Matt Arsenault | 2013-08-21 | 1 | -3/+23 |
* | Teach ConstantFolding about pointer address spaces | Matt Arsenault | 2013-08-20 | 2 | -1/+279 |
* | Teach InstCombine visitGetElementPtr about address spaces | Matt Arsenault | 2013-08-19 | 1 | -1/+28 |
* | Fix assert with GEP ptr vector indexing structs | Matt Arsenault | 2013-08-19 | 1 | -0/+11 |
* | Revert non-test parts of r188507 | Matt Arsenault | 2013-08-19 | 1 | -1/+65 |
* | Adds missing TLI check for library simplification of | Michael Kuperstein | 2013-08-19 | 2 | -0/+25 |
* | Add missing test for GEP + bitcast transformation | Matt Arsenault | 2013-08-16 | 1 | -0/+24 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | InstCombine: Simplify if(x!=0 && x!=-1). | Jim Grosbach | 2013-08-16 | 1 | -0/+12 |
* | Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPs | Matt Arsenault | 2013-08-15 | 2 | -77/+301 |
* | Fixing a corner-case bug in strchr and strrchr lib call optimizations where | Yunzhong Gao | 2013-08-15 | 2 | -0/+22 |
* | Fix always creating GEP with i32 indices | Matt Arsenault | 2013-08-14 | 1 | -3/+22 |
* | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 4 | -4/+4 |
* | Fix big-endian handling of integer-to-vector bitcasts in InstCombine | Richard Sandiford | 2013-08-12 | 1 | -0/+41 |
* | Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y). | Owen Anderson | 2013-07-30 | 1 | -0/+11 |
* | isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i... | David Majnemer | 2013-07-30 | 1 | -0/+32 |
* | Change behavior of calling bitcasted alias functions. | Matt Arsenault | 2013-07-30 | 6 | -59/+295 |
* | Debug Info: update testing cases to pass verifier. | Manman Ren | 2013-07-29 | 1 | -9/+10 |
* | Debug Info Verifier: verify SPs in llvm.dbg.sp. | Manman Ren | 2013-07-27 | 1 | -6/+8 |
* | When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is | Owen Anderson | 2013-07-26 | 1 | -0/+12 |
* | Current batch of -disable-debug-info-verifier. | Rafael Espindola | 2013-07-25 | 1 | -1/+1 |
* | Treat nothrow forms of ::operator delete and ::operator delete[] as | Richard Smith | 2013-07-21 | 1 | -0/+24 |
* | InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul | Stephen Lin | 2013-07-20 | 1 | -0/+71 |
* | Restore r181216, which was partially reverted in r182499. | Stephen Lin | 2013-07-17 | 1 | -9/+44 |
* | Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie... | Stephen Lin | 2013-07-14 | 9 | -17/+17 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 157 | -1320/+1320 |
* | Modify two Transforms tests to explicitly check for full function names in so... | Stephen Lin | 2013-07-14 | 1 | -1/+1 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 2 | -2/+2 |