llvm-project/llvm/lib
Jim Grosbach 00fe92da6b ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediate
offset for stack references. Make sure we take that into account when
deciding whether to reserver an emergency spill slot for the register
scavenger. rdar://8559625

llvm-svn: 116714
2010-10-18 16:48:59 +00:00
..
Analysis Eliminate some calls to Value::getNameStr. 2010-10-16 11:28:23 +00:00
Archive Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
AsmParser Eliminate some calls to Value::getNameStr. 2010-10-16 11:28:23 +00:00
Bitcode Provide a fast "get me the target triple from the module" API. This can 2010-10-06 01:22:42 +00:00
CodeGen Trivial grammar tweak. 2010-10-18 16:29:26 +00:00
CompilerDriver llvmc: Allow multiple output languages. 2010-09-21 14:59:42 +00:00
ExecutionEngine Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
Linker Revert "RequiresUnique" patch. This should be handled at a lower level. 2010-10-06 20:18:44 +00:00
MC Handle GOTOFF correctly on i386. 2010-10-18 16:38:04 +00:00
Support Build with RTTI and exceptions disabled. Only in GCC for now. 2010-10-17 02:26:16 +00:00
System Build with RTTI and exceptions disabled. Only in GCC for now. 2010-10-17 02:26:16 +00:00
Target ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediate 2010-10-18 16:48:59 +00:00
Transforms Eliminate some calls to Value::getNameStr. 2010-10-16 11:28:23 +00:00
VMCore std::string cleanup. 2010-10-17 07:39:34 +00:00
Makefile