.. |
CMakeLists.txt
|
Tidy up a bit. No functional change.
|
2013-04-05 21:20:12 +00:00 |
InstCombine.h
|
InstCombine: Remove unused argument. No functionality change.
|
2013-09-20 22:12:42 +00:00 |
InstCombineAddSub.cpp
|
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
|
2013-07-30 23:53:17 +00:00 |
InstCombineAndOrXor.cpp
|
InstCombine: allow unmasked icmps to be combined with logical ops
|
2013-09-04 11:57:17 +00:00 |
InstCombineCalls.cpp
|
Cleanup handling of constant function casts.
|
2013-09-17 21:10:14 +00:00 |
InstCombineCasts.cpp
|
Teach InstCombine about address spaces
|
2013-08-21 19:53:10 +00:00 |
InstCombineCompares.cpp
|
InstCombine: Remove unused argument. No functionality change.
|
2013-09-20 22:12:42 +00:00 |
InstCombineLoadStoreAlloca.cpp
|
InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.
|
2013-09-19 20:59:04 +00:00 |
InstCombineMulDivRem.cpp
|
[Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.
|
2013-09-19 21:13:46 +00:00 |
InstCombinePHI.cpp
|
Get rid of unused isPodLike definitions.
|
2013-09-11 00:36:54 +00:00 |
InstCombineSelect.cpp
|
InstCombine: Also turn selects fed by an and into arithmetic when the types don't match.
|
2013-06-29 21:17:04 +00:00 |
InstCombineShifts.cpp
|
Revert r174152. The shift amount may overflow and in that case this transformation is illegal.
|
2013-02-01 07:59:33 +00:00 |
InstCombineSimplifyDemanded.cpp
|
InstCombine: Check for zero shift amounts before subtracting one causing integer overflow.
|
2013-08-30 14:35:35 +00:00 |
InstCombineVectorOps.cpp
|
Use type helper functions.
|
2013-09-06 00:37:24 +00:00 |
InstCombineWorklist.h
|
Consistently use dbgs() in debug printing
|
2013-09-05 19:48:28 +00:00 |
InstructionCombining.cpp
|
InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (ptrtoint Y))
|
2013-09-20 14:38:44 +00:00 |
LLVMBuild.txt
|
LLVMBuild: Remove trailing newline, which irked me.
|
2011-12-12 19:48:00 +00:00 |
Makefile
|
|
|