llvm-6502/lib
Dan Gohman faeb0e7448 More changes for non-top-down fast-isel.
Split the code for materializing a value out of
SelectionDAGBuilder::getValue into a helper function, so that it can
be used in other ways. Add a new getNonRegisterValue function which
uses it, for use in code which doesn't want a CopyFromReg even
when FuncMap.ValueMap already has an entry for it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106422 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-21 15:13:54 +00:00
..
Analysis Restore a call to rememberInstruction which was accidentally dropped 2010-06-19 22:50:35 +00:00
Archive
AsmParser
Bitcode Tidy. 2010-06-19 05:33:57 +00:00
CodeGen More changes for non-top-down fast-isel. 2010-06-21 15:13:54 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Use calloc instead of new/memset, it is more efficient when the set is very large. 2010-06-19 17:00:31 +00:00
System
Target Mark the SPU 'lr' instruction to never have side effects. 2010-06-21 15:08:16 +00:00
Transforms Add a TODO comment. 2010-06-19 21:30:18 +00:00
VMCore Tidy. 2010-06-19 05:33:57 +00:00
Makefile