llvm-6502/lib
Bob Wilson 70cd88fb7b Add a new pre-allocation pass to assign adjacent registers for Neon instructions
that have that constraint.  This is currently just assigning a fixed set of
registers, and it only handles VLDn for n=2,3,4 with DPR registers.
I'm going to expand it to handle more operations next; we can make it smarter
once everything is working correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78256 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-05 23:12:45 +00:00
..
Analysis Make block and function count available via ProfileInfo. 2009-08-05 21:51:16 +00:00
Archive Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h 2009-08-04 22:41:48 +00:00
AsmParser Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h 2009-08-04 22:41:48 +00:00
Bitcode revert r78048, it isn't worth using assertingvh here. 2009-08-04 23:07:12 +00:00
CodeGen Fix some column padding bugs, reorganize things as suggested by Chris 2009-08-05 21:00:52 +00:00
CompilerDriver
Debugger
ExecutionEngine Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old 2009-08-04 23:53:16 +00:00
Linker Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
MC Change SectionKind to be a property that is true of a *section*, it 2009-08-01 21:11:14 +00:00
Support Fix FindExecutable to use sys::Path::GetMainExecutable instead of 2009-08-05 20:21:17 +00:00
System Minor code simplification. 2009-08-05 20:16:55 +00:00
Target Add a new pre-allocation pass to assign adjacent registers for Neon instructions 2009-08-05 23:12:45 +00:00
Transforms Check for !isa<Constant> instead of isa<Instruction>. This 2009-08-04 23:23:56 +00:00
VMCore Privatize the FunctionType table. 2009-08-05 18:13:27 +00:00
Makefile