llvm-6502/lib
Jim Grosbach 9ab2238df9 Moving register scavenging to a post pass results in virtual registers in
the instruction we're scavenging for. The scavenger needs to know to avoid
them when analyzing register usage.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83077 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-29 17:24:37 +00:00
..
Analysis When extending the operands of an addrec, iterate through all 2009-09-28 21:01:47 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Parse custom metadata attached with an instruction. 2009-09-29 00:01:14 +00:00
Bitcode s/class Metadata/class MetadataContext/g 2009-09-28 21:41:20 +00:00
CodeGen Moving register scavenging to a post pass results in virtual registers in 2009-09-29 17:24:37 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Fix a struct/class mismatch. 2009-09-23 11:48:57 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex 2009-09-27 11:08:03 +00:00
System ... missed hiding a variable for MSVC only. 2009-09-22 16:10:35 +00:00
Target Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat. 2009-09-29 07:07:30 +00:00
Transforms Remove a redundant #ifndef and add an assertion string. 2009-09-28 14:38:19 +00:00
VMCore Parse custom metadata attached with an instruction. 2009-09-29 00:01:14 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00