aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/OptimizeExts.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-01-19Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng1-0/+12
2010-01-13Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng1-1/+6
2010-01-13Add comment; refactor; avoid pulling in DT if it's not used.Evan Cheng1-79/+110
2010-01-13Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng1-0/+149