llvm-6502/lib
Jakob Stoklund Olesen 6094bd87d8 Recompute register class and hint for registers created during spilling.
The spill weight is not recomputed for an unspillable register - it stays infinite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128490 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-29 21:20:19 +00:00
..
Analysis Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code. 2011-03-27 14:26:13 +00:00
Archive
AsmParser
Bitcode
CodeGen Recompute register class and hint for registers created during spilling. 2011-03-29 21:20:19 +00:00
CompilerDriver
ExecutionEngine Instantiate a JITMemoryManager for MCJIT Dyld 2011-03-29 21:03:05 +00:00
Linker
MC Added support symbolic floating point constants in the MC assembler for Infinity 2011-03-29 21:11:52 +00:00
Object
Support Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code. 2011-03-27 14:26:13 +00:00
Target Check early if this is an unsupported opcode, so that we can avoid needlessly instantiating the base register in some cases. 2011-03-29 20:27:38 +00:00
Transforms DSE: Remove an early exit optimization that depended on the ordering of a SmallPtrSet. 2011-03-29 20:28:57 +00:00
VMCore Spruce up the error output. 2011-03-29 04:28:26 +00:00
CMakeLists.txt
Makefile