llvm-6502/lib
Hal Finkel a8b289b70d Initial implementation of PPCTargetTransformInfo
This provides a place to add customized operation cost information and
control some other target-specific IR-level transformations.

The only non-trivial logic in this checkin assigns a higher cost to
unaligned loads and stores (covered by the included test case).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173520 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25 23:05:59 +00:00
..
Analysis
Archive
AsmParser
Bitcode Use the new 'getSlotIndex' method to retrieve the attribute's slot index. 2013-01-25 21:46:52 +00:00
CodeGen Use const reference instead of vector copying. 2013-01-25 21:44:27 +00:00
DebugInfo Fix a warning in the new DWARFheader. Add a new line at the end of the file. 2013-01-25 22:57:05 +00:00
ExecutionEngine Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. 2013-01-25 22:50:58 +00:00
IR Use the new 'getSlotIndex' method to retrieve the attribute's slot index. 2013-01-25 21:46:52 +00:00
Linker
MC
Object When encountering an unknown file format, ObjectFile::createObjectFile should 2013-01-25 20:53:41 +00:00
Option
Support
TableGen
Target Initial implementation of PPCTargetTransformInfo 2013-01-25 23:05:59 +00:00
Transforms LoopVectorize: Refactor the code that vectorizes loads/stores to remove duplication. 2013-01-25 21:47:42 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile