llvm-6502/lib
Jakob Stoklund Olesen 77ee1140a3 Add a BlockInfo::FirstDef field.
This is either an invalid SlotIndex, or valno->def for the first value
defined inside the block. PHI values are not counted as defined inside
the block.

The FirstDef field will be used when estimating the cost of spilling
around a block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136736 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-02 22:37:22 +00:00
..
Analysis Use consistent terminology for loop exit/exiting blocks. Name change only. 2011-08-02 04:23:35 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
Bitcode Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
CodeGen Add a BlockInfo::FirstDef field. 2011-08-02 22:37:22 +00:00
CompilerDriver Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
ExecutionEngine Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Linker Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
MC Assume .cfi_startproc is the first thing in a function. If the function is 2011-08-02 20:24:22 +00:00
Object Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Support Added several architecture names. 2011-07-30 01:29:54 +00:00
Target Don't create a ridiculous EXTRACT_ELEMENT. PR10563. 2011-08-02 18:38:35 +00:00
Transforms Teach InstCombine that lifetime intrincs aren't a real user on the result of a 2011-08-02 22:08:01 +00:00
VMCore Remove the LLVMBuildUnwind C API function. 2011-08-02 06:20:17 +00:00
CMakeLists.txt Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
Makefile