llvm-6502/include/llvm/Transforms
Nadav Rotem ad6aedc7d9 Refactor the AddrMode class out of TLI to its own header file.
This class is used by LSR and a number of places in the codegen.
This is the first step in de-coupling LSR from TLI, and creating
a new interface in between them.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165455 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-08 23:06:34 +00:00
..
IPO Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
Utils Refactor the AddrMode class out of TLI to its own header file. 2012-10-08 23:06:34 +00:00
Instrumentation.h move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place. 2012-07-20 22:39:33 +00:00
IPO.h Add a pass that renames everything with metasyntatic names. This works well after using bugpoint to reduce the confusion presented by the original names, which no longer mean what they used to. 2012-09-11 02:46:18 +00:00
Scalar.h Port the SSAUpdater-based promotion logic from the old SROA pass to the 2012-09-15 11:43:14 +00:00
Vectorize.h Allow BBVectorize to form non-2^n-length vectors. 2012-06-28 05:42:42 +00:00