llvm-6502/lib/Transforms
Chris Lattner 9fb9213083 Turn casts into getelementptr's when possible. This enables SROA to be more
aggressive in some cases where LLVMGCC 4 is inserting casts for no reason.

This implements InstCombine/cast.ll:test27/28.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27620 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-12 18:09:35 +00:00
..
Hello
Instrumentation Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
IPO Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
Scalar Turn casts into getelementptr's when possible. This enables SROA to be more 2006-04-12 18:09:35 +00:00
Utils Add supprot for shufflevector 2006-04-08 01:19:12 +00:00
ExprTypeConvert.cpp Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
LevelRaise.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp Remove dead #include 2005-10-29 04:41:30 +00:00
TransformInternals.h