llvm-6502/lib
2009-01-13 03:57:45 +00:00
..
Analysis Add classof() methods to support isa<> and other related facilities. 2009-01-12 21:38:43 +00:00
Archive Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
AsmParser Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Bitcode Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
CodeGen FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a physical register, it's not necessarily defined by a copy. We have to watch out it doesn't clobber any sub-register that might be live during its live interval. If the live interval crosses a basic block, then it's not safe to check with the less conservative check (by scanning uses and defs) because it's possible a sub-register might be live out of the block. 2009-01-13 03:57:45 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine Rename getABITypeSize to getTypePaddedSize, as 2009-01-12 20:38:59 +00:00
Linker Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Support Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
System Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Target Use DebugInfo interface to lower dbg_* intrinsics. 2009-01-13 00:35:13 +00:00
Transforms Enable recursive inlining. Reduce inlining threshold 2009-01-12 22:11:50 +00:00
VMCore Remove some dead code from the days llvm had type planes. 2009-01-12 15:53:25 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00