| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Patch by Tyler Nowicki!
llvm-svn: 160888
|
| |
|
|
|
|
|
|
| |
processor.
Patches by Tyler Nowicki, Andy Zhang, and Preston Gurd!
llvm-svn: 160520
|
| |
|
|
|
|
|
|
|
|
|
| |
The fast register allocator is not supposed to work in the optimizing
pipeline. It doesn't make sense to compute live intervals, run full copy
coalescing, and then run RAFast.
Fast register allocation in the optimizing pipeline is better done by
RABasic.
llvm-svn: 158242
|
| |
|
|
|
|
|
| |
RAFast must add an <imp-def> operand when it is rewriting a sub-register
def that isn't a read-modify-write.
llvm-svn: 156777
|
| |
|
|
|
|
| |
Please use the fast allocator instead.
llvm-svn: 106051
|
| |
|
|
|
|
|
|
| |
closure after allocating all blocks.
Add a few more test cases for -regalloc=fast.
llvm-svn: 103500
|
|
|
llvm-svn: 98602
|