llvm-6502/lib
Nadav Rotem 614061bfb4 When performing a truncating store, it is sometimes possible to rearrange the
data in-register prior to saving to memory.  When we reorder the data in memory
we prevent the need to save multiple scalars to memory, making a single regular
store.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137238 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-10 19:30:14 +00:00
..
Analysis Cleanup. Added LoopBlocksDFS::perform for simple clients. 2011-08-10 01:59:05 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser Representation of 'atomic load' and 'atomic store' in IR. 2011-08-09 23:02:53 +00:00
Bitcode Representation of 'atomic load' and 'atomic store' in IR. 2011-08-09 23:02:53 +00:00
CodeGen Provide utility to extract and use lexical scoping information from machine instructions. 2011-08-10 19:04:06 +00:00
CompilerDriver
ExecutionEngine Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Linker Linke NamedMDNodes after linking global values as comment suggests. 2011-08-04 19:44:28 +00:00
MC Don't truncate MachO addresses. 2011-08-09 22:12:37 +00:00
Object Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Support Clarify a comment. 2011-08-10 05:02:22 +00:00
Target When performing a truncating store, it is sometimes possible to rearrange the 2011-08-10 19:30:14 +00:00
Transforms Comments. Thanks for the spell check Nick! 2011-08-10 18:07:05 +00:00
VMCore Whitespace. 2011-08-10 17:39:11 +00:00
CMakeLists.txt
Makefile